PrApi: GetOcr |
Reads the OCR from an unknown document.
Public Function GetOcr( ByVal page As Long, ByVal light As Long, ByVal type_ As Long ) As Long
[Visual Basic] Public Function GetOcr(ByVal page As Long, ByVal light As Long, ByVal type_ As Long) As Long
[Delphi] function GetOcr(page: Integer; light: Integer; type_: Integer): Integer;
[C++] long GetOcr(long page, long light, long type_);
The returned document reference can be feed to the PrDoc ActiveX control.
Class PrApi Overview PrApi Properties PrApi Methods GetNextAuthentication GetOcrV