OcrDocument Property

Summary
Gets or sets the OcrDocument that contains the page.
Syntax
C#
VB
C++
public IOcrDocument OcrDocument { get; set; } 
  
Public Property OcrDocument As IOcrDocument 
public: 
property IOcrDocument^ OcrDocument { 
   IOcrDocument^ get(); 
   void set (    IOcrDocument^ ); 
} 

Property Value

The OCR Document that is created from the Ocr engine and used for processing.

Remarks

If this value is null the processing engine will create its own OcrDocument and add the page image to it.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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