←Select platform

CreateProcessingOcrEngine Method

Summary

Create and startup OCR engine instance suitable for forms processing.

Syntax
C#
VB
C++
Java
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 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly