Leadtools.Documents Namespace : DocumentConverterSvgImagesRecognitionMode Enumeration |
Leadtools.Documents.DocumentConverterSvgImagesRecognitionMode = function() { };
Leadtools.Documents.DocumentConverterSvgImagesRecognitionMode.prototype = {
auto = 0,
disabled = 1,
always = 2,
};
Value | Member | Description |
---|---|---|
0 | auto | Auto: Currently this mode works the same as Disabled |
1 | disabled | Do not use OCR recognition for the image elements. Instead, the image element is added as is to the final document. |
2 | always | Use OCR recognition on the image elements. The recognition data is added to the final document with the rest of the other SVG elements of the page. Requires a valid LEADTOOLS IOcrEngine set in the documents service. |
DocumentConverterSvgImagesRecognitionMode is used as the type of the SvgImagesRecognitionMode property to determine how image elements are treated during SVG conversion.