Create and startup OCR engine instance suitable for forms processing.
public static IOcrEngine CreateProcessingOcrEngine(
OcrEngineType ocrEngineType,
RasterCodecs rasterCodecs,
DocumentWriter documentWriter,
string workDirectory,
string startUpParameters
)
Public Shared Function CreateProcessingOcrEngine(
ByVal ocrEngineType As OcrEngineType,
ByVal rasterCodecs As RasterCodecs,
ByVal documentWriter As DocumentWriter,
ByVal workDirectory As String,
ByVal startUpParameters As String
) As IOcrEngine
public:
static IOcrEngine^ CreateProcessingOcrEngine(
OcrEngineType^ ocrEngineType,
RasterCodecs^ rasterCodecs,
DocumentWriter^ documentWriter,
String^ workDirectory,
String^ startUpParameters
)
ocrEngineType
OCR engine type. Passed to OcrEngineManager.CreateEngine.
rasterCodecs
Raster codecs instance passed to IOcrEngine.Startup.
documentWriter
Document writer instance passed to IOcrEngine.Startup.
workDirectory
Work directory value passed to IOcrEngine.Startup.
startUpParameters
Startup parameters value passed to IOcrEngine.Startup.
An instance of IOcrEngine that started and setup with settings suitable for forms processing.
For more information, refer to CreateRecognitionOcrEngine.
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