Determines how image elements inside SVG documents are treated during SVG conversion.
lt.Document.DocumentConverterSvgImagesRecognitionMode = {
auto: 0,
disabled: 1,
always: 2
}
lt.Document.DocumentConverterSvgImagesRecognitionMode = {
auto: 0,
disabled: 1,
always: 2
}
0 | Auto |
(0) Auto: Currently this mode works the same as Disabled |
1 | Disabled |
(1) Do not use OCR recognition for the image elements. Instead, the image element is added as is to the final document. |
2 | Always |
(2) 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 Document service. |
DocumentConverterSvgImagesRecognitionMode is used as the type of the SvgImagesRecognitionMode property to determine how image elements are treated during SVG conversion.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document