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

DocumentTextExtractionMode Enumeration

Show in webframe
Mode to use when extracting text from this document.
Syntax
Leadtools.Documents.DocumentTextExtractionMode = function() { };
Leadtools.Documents.DocumentTextExtractionMode.prototype = {
	auto = 0,
	svgOnly = 1,
	ocrOnly = 2,
	
 };
Members
ValueMemberDescription
0auto Automatic. This depends on the document type, if it supports SVG, then SVG is used, otherwise, use OCR (if available).
1svgOnly Use SVG only if the document supports it. Otherwise, do not extract text.
2ocrOnly 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 Documents Library.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file