The OcrAutoRecognizeJobData Constructor(String,String,DocumentFormat,String) is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Initializes a new instance of OcrAutoRecognizeJobData with the specified parameters.Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal imageFileName As String, _ ByVal zonesFileName As String, _ ByVal format As DocumentFormat, _ ByVal documentFileName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim imageFileName As String Dim zonesFileName As String Dim format As DocumentFormat Dim documentFileName As String Dim instance As New OcrAutoRecognizeJobData(imageFileName, zonesFileName, format, documentFileName) |
C# | |
---|---|
public OcrAutoRecognizeJobData( string imageFileName, string zonesFileName, DocumentFormat format, string documentFileName ) |
C++/CLI | |
---|---|
public: OcrAutoRecognizeJobData( String^ imageFileName, String^ zonesFileName, DocumentFormat format, String^ documentFileName ) |
Parameters
- imageFileName
- The name of the file containing the source image. This can be any single or multi-page image file format supported by LEADTOOLS. This member cannot be a null reference (Nothing in Visual Basic) and must contain the name of an existing file on disk.
- zonesFileName
- Optional name of prepared multi-page zone file. This member can be a null (Nothing in Visual Basic) 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 Leadtools.Forms.DocumentWriters.DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if 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 Visual Basic).
For an example, refer to IOcrAutoRecognizeManager.RunJob and IOcrAutoRecognizeManager.RunJobAsync.
This constructor will initialize the members of the new OcrAutoRecognizeJobData object as described below:
Member | Value |
---|---|
ImageFileName | |
FirstPageNumber |
1 |
LastPageNumber |
-1 |
ZonesFileName | |
Format |
format |
DocumentFileName | |
OcrAutoRecognizeJobData.JobName |
null (Nothing in Visual Basic) |
OcrAutoRecognizeJobData.UserData |
null (Nothing in Visual Basic) |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7