| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference
| Function | Description |
|---|---|
| FineAllocMemory | Allocates memory. |
| FineAnalyzeImage | Analyzes the image and finds the text blocks on it. |
| FineAnalyzeTextAsBusinessCard | Detects business card fields in text lines returned from the FineRecognizeImage function. |
| FineAreCjkLanguagesSupported | Returns a non-zero value if the library supports the CJK language recognition. |
| FineDeinitialize | Deinitializes the ABBYY Mobile OCR Engine library. |
| FineExecutionLogFunction | Delivers to the client the information about execution. |
| FineExtractBarcodes | Finds and recognizes all barcodes on the image. |
| FineFreeMemory | Releases memory allocated for output buffer. |
| FineGetLastErrorMessage | Returns the last error message. |
| FineGetLicenseInfo | Returns information about the current license. |
| FineGetTextLines | Detects text lines on the image. |
| FineGetVersionInfo | Returns the version of the library. |
| FineGetWordSuggest | Generates a list of suggestions for the selected word from the specified dictionary. |
| FineInitialize | Initializes the ABBYY Mobile OCR Engine library. |
| FineLoadImageFromFile | Loads an image from a file. |
| FineLoadImageFromInputStream | Loads an image from the input stream. |
| FinePrebuildWordsInfo | Returns the document layout information, including rectangles of words, without the text recognition. |
| FinePreprocessImage | Binarizes an image. |
| FineRecognizeBarcode | Recognizes barcodes. |
| FineRecognizeBlocks | Recognizes a set of blocks on the image. Layout analysis is not performed. |
| FineRecognizeBusinessCard | Recognizes all text lines on the image and analyzes the image as a business card in one step. |
| FineRecognizeImage | Recognizes all text lines on the image. |
| FineRecognizeRegion | Recognizes all text lines in the specified region. |
| FineSetLicenseInfo | Sets the ABBYY Mobile OCR Engine the license information. |
| FineSetRecognizerThreadsCount | Limits the number of threads that can be used for multi-threaded processing. |
| Callback Functions | |
| TFinePrebuiltDataCallbackFunction | Delivers to the client the prebuilt information about the document layout, text blocks and lines before the text recognition. |
| TFineProgressCallbackFunction | Delivers to the client the information about the approximate percentage of analysis or recognition. |
| Custom Memory Management Functions | |
| TFineAllocMemoryFunction | Implemented on the client side. Custom memory allocation function. |
| TFineFreeMemoryFunction | Implemented on the client side. Custom memory release function. |