DocumentTextExtractionMode Enumeration

Summary

Mode to use when extracting text from this document.

Syntax
TypeScript
JavaScript
lt.Document.DocumentTextExtractionMode = { 
   auto: 0, 
   svgOnly: 1, 
   ocrOnly: 2 
} 
lt.Document.DocumentTextExtractionMode = { 
   auto: 0, 
   svgOnly: 1, 
   ocrOnly: 2 
} 
Members
0 Auto

(0) Automatic. This depends on the document type, if it supports SVG, then SVG is used, otherwise, use OCR (if available).

1 SvgOnly

(1) Use SVG only if the document supports it. Otherwise, do not extract text.

2 OcrOnly

(2) Use OCR always even if the document supports SVG.

Remarks

DocumentTextExtractionMode is used as the type of the DocumentText.TextExtractionMode to control how GetText extracts the text from the page.

For more information, refer to Parsing Text with the Document Library.

Requirements
Target Platforms
See Also

Reference

Leadtools.Document Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.