Leadtools.Forms.Ocr Namespace : IOcrDocument Interface |
The following tables list the members exposed by IOcrDocument.
Name | Description | |
---|---|---|
DocumentWriterInstance | Gets the instance of the Leadtools.Forms.DocumentWriters.DocumentWriter object being used inside this IOcrDocument. | |
Engine | Gets the OCR engine used when creating this IOcrDocument. | |
Pages | Allows you to add, remove or update image (raster) pages in the OCR document. | |
RasterCodecsInstance | Gets the instance of the Leadtools.Codecs.RasterCodecs object being used inside this IOcrDocument. | |
UseEngineInstanceOptions | Gets or sets a value indicating whether this IOcrDocument must copy the Leadtools.Codecs.RasterCodecs and Leadtools.Forms.DocumentWriters.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 cumulated recognition result stored in the pages of this OCR document to the final output document and stores it in a .NET stream. | |
SaveAsync | Converts the cumulated recognition result 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 cumulated recognition result stored in the pages of this OCR document to XML data and stores it in a .NET stream. | |
SaveXmlAsync | Converts the cumulated recognition result 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