The following tables list the members exposed by IOcrDocument.
Public Methods
Name | Description | |
---|---|---|
LoadZones | Load zones from a multi-page zones disk file. | |
LoadZonesAsync | Load zones from a multi-page Windows Runtime StorageFile object. | |
Save | Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it to a disk file. | |
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 | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file. | |
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 | Saves zones to a multi-page zones disk file with XML options. | |
SaveZonesAsync | Saves zones to a multi-page zones Windows Runtime StorageFile object. |
Public Properties
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET