Determines how image elements inside SVG documents are treated during SVG conversion.
Members
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 IOcrEngine set in the converter using SetOcrEngineInstance. |
DocumentConverterSvgImagesRecognitionMode is used as the type of the SvgImagesRecognitionMode property to determine how image elements are treated during SVG conversion.