←Select platform

OcrAutoRecognizeJobData Constructor(string,string,DocumentFormat,string)

Summary
Initializes a new instance of OcrAutoRecognizeJobData with the specified parameters.

Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithImageFile:(NSString *)fileName zonesFile:(nullable NSString *)zonesFile format:(LTDocumentFormat)format documentFile:(NSString *)documentFile; 
public OcrAutoRecognizeJobData(String imageFileName, 
                               String zonesFileName, 
                               DocumentFormat format, 
                               String documentFileName) 
public: 
OcrAutoRecognizeJobData(  
   String^ imageFileName, 
   String^ zonesFileName, 
   DocumentFormat format, 
   String^ documentFileName 
) 
__init__(self,imageFileName,zonesFileName,format,documentFileName) # Overloaded constructor 

Parameters

imageFileName
The name of the file containing the source image. This can be any single or multipage image file format supported by LEADTOOLS. This member cannot be a null reference (Nothing in VB) and must contain the name of an existing file on disk.

zonesFileName
Optional name of prepared multipage zone file. This member can be a null (Nothing in VB) reference. When no zone file is specified, the IOcrAutoRecognizeManager will auto detect the zones for each page using IOcrPage.AutoZone.

format

The output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT.

If this member is DocumentFormat.User, then the document is saved using the native engine format set in IOcrDocumentManager.EngineFormat when the engine used supports native formats, otherwise an exception will be thrown.

documentFileName
The name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a null reference (Nothing in VB).

Remarks

This constructor will initialize the members of the new OcrAutoRecognizeJobData object as described below:

Member Value
ImageFileName

imageFileName

FirstPageNumber

1

LastPageNumber

-1

ZonesFileName

zonesFileName

Format

format

DocumentFileName

documentFileName

DocumentStream

null

JobName

null (Nothing in Visual Basic)

UserData

null (Nothing in Visual Basic)

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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