Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The TextRecognizer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckOCRComponents | (Inherited from BaseRecognizer.) | |
| Clear |
Releases loaded document and allocated resources.
(Inherited from BaseRecognizer.) | |
| Dispose |
Releases managed resources of the component.
(Inherited from BaseRecognizer.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetOCRObjects |
Performs the recognition and returns list of recognized text objects of specified level of discretization.
| |
| GetOCRObjectsAsJSON |
Performs the recognition and returns the list of recognized text objects of specified level of discretization as JSON string.
| |
| GetOCRObjectsAsXML |
Performs the recognition and returns the list of recognized text objects of specified level of discretization as XML string.
| |
| GetPageCount |
Returns number of pages in loaded document.
(Inherited from BaseRecognizer.) | |
| GetPageHeight |
Returns document page height in pixels.
(Inherited from BaseRecognizer.) | |
| GetPageSize |
Returns document page dimensions in pixels.
(Inherited from BaseRecognizer.) | |
| GetPageWidth |
Returns document page width in pixels.
(Inherited from BaseRecognizer.) | |
| GetPreprocessedPageBitmap |
Returns preview image of document page with preprocessing filters applied.
| |
| GetText |
Reads text from specified document page range.
| |
| GetType | (Inherited from Object.) | |
| LoadDocument(Byte) |
Loads document from byte array.
(Inherited from BaseRecognizer.) | |
| LoadDocument(Image) |
Loads document from Image object.
(Inherited from BaseRecognizer.) | |
| LoadDocument(Int64) |
Loads document from Win32 HBITMAP structure.
(Inherited from BaseRecognizer.) | |
| LoadDocument(Stream) |
Loads document from stream.
(Inherited from BaseRecognizer.) | |
| LoadDocument(String) |
Loads document from file.
(Inherited from BaseRecognizer.) | |
| LoadDocument(ScreenshotMaker) |
Load screenshot from the main display. Use SetScreenshotArea(Int32, Int32, Int32, Int32)
to set a portion of the screen to take screenshot from.
(Inherited from BaseRecognizer.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnPasswordRequired | (Inherited from BaseRecognizer.) | |
| SaveOCRObjectsAsJSON |
Performs the recognition and saves the list of recognized text objects of specified level of discretization to JSON file.
| |
| SaveOCRObjectsAsXML |
Performs the recognition and saves the list of recognized text objects of specified level of discretization to XML file.
| |
| SavePreprocessedPageBitmap |
Saves bitmap of document page with preprocessing filters applied. The image is saved in PNG format.
| |
| SaveText(Stream, Int32, Int32, Encoding) |
Saves text from specified page range to Stream.
| |
| SaveText(String, Int32, Int32, Encoding) |
Saves text from specified page range to file.
| |
| ToString | (Inherited from Object.) |
See Also