TextExtractionOptions constructor

const TextExtractionOptions({
  1. bool preserveLinks = false,
  2. bool preserveImages = false,
  3. bool preserveFormatting = false,
  4. bool preserveHeadings = true,
  5. bool preserveLists = true,
  6. bool preserveParagraphs = true,
  7. bool preserveTables = false,
  8. bool preserveLineBreaks = true,
  9. bool extractMainContentOnly = true,
})

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,
});