IOcrImage Interface |
Namespace: Opait.Ocr.Api
public interface IOcrImage
The IOcrImage type exposes the following members.
Name | Description | |
---|---|---|
BlankCoverage |
Gets or sets the background pixel coverage ratio of the image page
multiplied by 10,000. If this coverage is larger than athreshold,
the page will be removed when the document is saved. This applies,
for example, when blank pages are being detected and removed from
processed documents. If all pages are marked for deletion, then
the document itself will not be saved.
| |
CroppingRect |
Gets or sets a cropping rectangle for full-page OCR.
If null, then the entire page is processed.
| |
IsBlank |
Gets a flag to indicate whether the page qualifies as a blank page.
| |
OcrDocument |
Gets the document that this image belongs to.
| |
Orientation |
Gets or sets the detected page orientation as counterclockwise
rotation in degrees.
| |
PageNumber |
Gets the zero-based index of the page in the document.
| |
Zones |
Gets the list of OCR zones defined for this image page.
|