Status of the OCR engine on the server.
lt.Documents.OcrEngineStatus = {
Unset: 0,
Error: 1,
Ready: 2
}
lt.Documents.OcrEngineStatus = {
Unset: 0,
Error: 1,
Ready: 2
}
Members
0 | Unset |
(0) OCR engine was not initialized on the server. The user chose not to use OCR. |
1 | Error |
(1) An error occurred while initializing the OCR engine on the server. |
2 | Ready |
(2) OCR engine was successfully initialized on the server. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET