DocumentTextImagesRecognitionMode Enumeration (original) (raw)

Summary

Indicates how to treat the image elements encountered in the input SVG page during text extraction.

Syntax

lt.Document.DocumentTextImagesRecognitionMode = { auto: 0, disabled: 1, always: 2 }

lt.Document.DocumentTextImagesRecognitionMode = { auto: 0, disabled: 1, always: 2 }

Members

Value Member Description
auto 0 Use SVG engine unless the page is fully rastered.
disabled 1 Do not use OCR recognition for the image elements. Instead, the image elements are ignored.
always 2 Use OCR recognition on the image elements. The recognition data is added to the final document page text with the rest of the other SVG elements of the page. Requires a valid IOcrEngine instance.