TextExtractionOptions constructor
const
TextExtractionOptions({})
Creates new TextExtractionOptions
Implementation
const TextExtractionOptions({
this.preserveLinks = false,
this.preserveImages = false,
this.preserveFormatting = false,
this.preserveHeadings = true,
this.preserveLists = true,
this.preserveParagraphs = true,
this.preserveTables = false,
this.preserveLineBreaks = true,
this.extractMainContentOnly = true,
});