Recognize tables and detect text
Starting with version 10.1, OCR supports two versions of Abbyy SDK: FREngine 11 and FREngine 12.
- API for FREngine 11:
/api/v1/.. - API for FREngine 12:
/api/v2/..
The DetectTextOnImage and AggressiveTableDetection request parameters are added to API's /processDocument and /processImage for v2. These parameters are off by default and have the false value. To enable them, set the value to true.
AggressiveTableDetection
The setting turns on aggressive table detection allowing to recognize as many tables as possible, including tables without borders. It is recommended for documents that contain a lot of tables only.
Source document

Recognition on v1
Tables were not recognized.

Recognition on v2
Tables were recognized.

DetectTextOnImage
The setting turns on a capability to aggressively detect text on images.
Source document

Recognition on v1
The selected region was recognized as an image.

Recognition on v2
The selected region was recognized as text.
