Class PlainTextExtractorOptions
Knobs for PlainTextExtractor (spec 7.2).
public sealed class PlainTextExtractorOptions
- Inheritance
-
PlainTextExtractorOptions
- Inherited Members
Properties
- StrictUtf8
OFF by default, and that is a behaviour-changing default: out of the box, invalid UTF-8 falls back to byte-preserving Latin-1 and is LOGGED as event 914, never thrown. Setting it raises DocumentEncodingUndecodable (6106) instead.