Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : IOcrDocument Interface |
The following tables list the members exposed by IOcrDocument.
Name | Description | |
---|---|---|
DocumentWriterInstance | Gets the instance of the DocumentWriter object being used inside this IOcrDocument. | |
Engine | Gets the OCR engine used when creating this IOcrDocument. | |
FileName | Gets the name of the disk file used by this file-based IOcrDocument. | |
IsInMemory | Gets a value that indicate whether this is a memory-based IOcrDocument. | |
Pages | Allows you to add, remove or update image (raster) pages in the OCR document. | |
RasterCodecsInstance | Gets the instance of the RasterCodecs object being used inside this IOcrDocument. | |
UseEngineInstanceOptions | Gets or sets a value indicating whether this IOcrDocument must copy the RasterCodecs and DocumentWriter options from the IOcrEngine before using them. |
Name | Description | |
---|---|---|
LoadZones | Overloaded. Load zones from a multi-page zones disk file. | |
LoadZonesAsync | Load zones from a multi-page Windows Runtime StorageFile object. | |
Save | Overloaded. Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it in a .NET stream. | |
SaveAsync | Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it into a Windows Runtime StorageFile object. | |
SaveXml | Overloaded. Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream. | |
SaveXmlAsync | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it into a Windows Runtime StorageFile object. | |
SaveZones | Overloaded. Saves zones to a multi-page zones disk file. | |
SaveZonesAsync | Saves zones to a multi-page zones Windows Runtime StorageFile object. |
IOcrDocument Interface
Leadtools.Forms.Ocr Namespace
Leadtools.Forms.DocumentWriters.DocumentFormat
IOcrDocumentManager Interface
IOcrDocument.Save
IOcrDocument.SaveXml
IOcrDocument.SaveAsync
IOcrDocument.SaveXmlAsync
IOcrPage.Recognize
IOcrEngine Interface
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application
Recognizing OCR Pages
OCR Confidence Reporting
Multi-Threading with LEADTOOLS OCR
LEADTOOLS OCR Thunk Server