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 BaseRecognizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CheckOCRComponents | |
![]() | Clear |
Releases loaded document and allocated resources.
|
![]() | Dispose |
Releases managed resources of the component.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPageCount |
Returns number of pages in loaded document.
|
![]() | GetPageHeight |
Returns document page height in pixels.
|
![]() | GetPageSize |
Returns document page dimensions in pixels.
|
![]() | GetPageWidth |
Returns document page width in pixels.
|
![]() | GetType | (Inherited from Object.) |
![]() | LoadDocument(Byte) |
Loads document from byte array.
|
![]() | LoadDocument(Image) |
Loads document from Image object.
|
![]() | LoadDocument(Int64) |
Loads document from Win32 HBITMAP structure.
|
![]() | LoadDocument(Stream) |
Loads document from stream.
|
![]() | LoadDocument(String) |
Loads document from file.
|
![]() | 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.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnPasswordRequired | |
![]() | ToString | (Inherited from Object.) |
See Also