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:
static IOcrEngine^ CreateProcessingOcrEngine(
OcrEngineType^ ocrEngineType,
RasterCodecs^ rasterCodecs,
DocumentWriter^ documentWriter,
String^ workDirectory,
String^ startUpParameters
)
public static OcrEngine createProcessingOcrEngine(
OcrEngineType,
RasterCodecs,
DocumentWriter,
java.lang.String,
java.lang.String
);
def CreateProcessingOcrEngine(self,ocrEngineType,rasterCodecs,documentWriter,workDirectory,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.
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