| Nicomsoft OCR: Developer's Guide |
| C++: | int Img_OCR(HIMG ImgObj, int FirstStep, int LastStep, int Flags) |
| C#: | int Img_OCR(int ImgObj, int FirstStep, int LastStep, int Flags) |
| Visual Basic: | Function Img_OCR(ByVal ImgObj As Integer, ByVal FirstStep As Integer, ByVal LastStep As Integer, ByVal Flags As Integer) As Integer |
| Java: | int Img_OCR(HIMG ImgObj, int FirstStep, int LastStep, int Flags) |
| Delphi: | function Img_OCR(ImgObj:HIMG; FirstStep:integer; LastStep:integer; Flags:integer):integer |
| ImgObj [IN] – the Image object. | |
| FirstStep [IN] – the first step to execute. See the OCRSTEP_XXXXX constants for possible values. | |
| LastStep [IN] – the last step to execute. See the OCRSTEP_XXXXX constants for possible values. | |
| Flags [IN] – the operation mode. See the OCRFLAG_XXXXX constants for possible values. |