Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

TextExtractionMode Property

Show in webframe
Mode to use when extracting text from this document.
Syntax
get_textExtractionMode();
set_textExtractionMode(value);
Object.defineProperty('textExtractionMode');

Property Value

TypeDescription
DocumentTextExtractionModeThe mode to use when extracting text from this document. Default value is DocumentTextExtractionMode.Auto.
Remarks

TextExtractionMode is used to control how GetText extracts the text from the page.

If the value of TextExtractionMode is DocumentTextExtractionMode.Auto or DocumentTextExtractionMode.OcrOnly then an OCR engine instance is required in order to extract the text correcly. This instance must be setup in the server prior to calling GetText.

DocumentImages.IsSvgSupported is used to determine whether the document supports extracting text usign SVG.

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

See Also

Reference

DocumentText Object
DocumentText Members

Error processing SSI file