←Select platform

CreateProcessingOcrEngine Method

Summary

Create and startup OCR engine instance suitable for forms processing.

Syntax
C#
C++/CLI
Java
Python
public static OcrEngine createProcessingOcrEngine( 
   OcrEngineType,  
   RasterCodecs,  
   DocumentWriter,  
   java.lang.String,  
   java.lang.String 
); 

Parameters

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.

Return Value

An instance of IOcrEngine that started and setup with settings suitable for forms processing.

Remarks

For more information, refer to CreateRecognitionOcrEngine.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.