4D implementation of Tesseract OCR 3.2.
You can support more languages by adding files from https://github.com/tesseract-ocr/langdata.
| carbon | cocoa | win32 | win64 |
|---|---|---|---|
path:=OCR Get language folder
success:=OCR Set language folder (path)
| Parameter | Type | Description |
|---|---|---|
| path | TEXT | |
| success | LONGINT |
success:=OCR Read image text (path;text;language)
| Parameter | Type | Description |
|---|---|---|
| path | TEXT | |
| text | TEXT | |
| language | TEXT | |
| success | LONGINT |
timeout:=OCR Get timeout
OCR SET TIMEOUT (timeout)
| Parameter | Type | Description |
|---|---|---|
| timeout | LONGINT | default: 15 seconds |