Leadtools.Forms.Ocr Namespace : IOcrPage Interface |
The following tables list the members exposed by IOcrPage.
Name | Description | |
---|---|---|
BitsPerPixel | Gets the number of bits per pixel of this page. | |
BytesPerLine | Gets the number of bytes per line (stride) of this page. | |
Document | Gets the OCR document that own this page | |
DpiX | Gets the horizontal resolution value in dots per inch of this page. | |
DpiY | Gets the vertical resolution value in dots per inch of this page. | |
Height | Gets the height in pixels of this page. | |
IsRecognized | Gets a value that indicates whether this page has been recognized at least once. | |
OriginalFormat | Gets the original file format of the page. | |
TableZoneManager | Gets the table zone manager associated with the zones of this page. | |
Width | Gets the width in pixels of this page. | |
Zones | Gets the zones of this IOcrPage. |
Name | Description | |
---|---|---|
AutoPreprocess | Performs automatic image processing clean up on the image to enhance the quality of the page before beginning recognition. | |
AutoZone | Overloaded. Performs auto decomposition of the page to find the text and graphics zones using predefined parameters | |
CreateThumbnail | Creates a thumbnail image of this IOcrPage. | |
DetectFillMethod | Detects the type of text in this IOcrPage. | |
GetDeskewAngle | Gets the angle of the skew of this IOcrPage. | |
GetPalette | Gets the palette used by this page. | |
GetRasterImage | Overloaded. Gets the current image data of this page as a raster image. | |
GetRecognizedCharacters | Gets the last recognized character data of this IOcrPage | |
GetRotateAngle | Gets the angle of the rotation of this IOcrPage. | |
GetZoneBoundsInPixels | Gets the bounding rectangle of a zone in pixels | |
HitTestZone | Gets the zero-based index of the zone under a certain point. | |
HitTestZone | Gets the zero-based index of the zone under a certain point. | |
IsInverted | Gets a value that indicate whether this IOcrPage is inverted. | |
LoadZones | Overloaded. Load zones from a single-page zones disk file. | |
LoadZonesAsync | Overloaded. Load zones from a single-page zones Windows Runtime StorageFile object. | |
Recognize | Recognizes the OCR data found on this IOcrPage. | |
RecognizeText | Recognizes the OCR data found on this IOcrPage and returns the result as a string. | |
SaveZones | Overloaded. Saves the zones of this IOcrPage to a single-page zones disk file. | |
SaveZonesAsync | Overloaded. Saves the zones of this IOcrPage to a single-page zones Windows Runtime StorageFile object. | |
SetRasterImage | Updates the page image data from a Leadtools.RasterImage object. | |
SetRecognizedCharacters | Sets the recognized character data of this IOcrPage | |
Unrecognize | Destroy the recognized data internally stored in this IOcrPage. | |
UpdateFillMethod | Update the type of text in the zones of this IOcrPage. |