DocumentTextImagesRecognitionMode Enumeration (original) (raw)
Summary
Indicates how to treat the image elements encountered in the input SVG page during text extraction.
Syntax
[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentTextImagesRecognitionMode
public:
[SerializableAttribute,
DataContractAttribute]
enum class DocumentTextImagesRecognitionMode sealed
class DocumentTextImagesRecognitionMode(Enum):
Auto = 0
Disabled = 1
Always = 2
Members
Value | Member | Description |
---|---|---|
0 | Auto | Use SVG engine unless the page is all raster. |
1 | Disabled | Do not use OCR recognition for the image elements. Instead, ignore the image elements. |
2 | Always | Use OCR recognition on the image elements. Add the recognition data to the final document page text with the rest of the other SVG elements of the page. Requires a valid IOcrEngine instance. |