Skip to main content
Version: 10.2.9

Recognize tables and detect text in images

OCR supports two ABBYY versions:

  • FREngine 11: the API path is /api/v1/...
  • FREngine 12: the API path is /api/v2/...

To recognize tables and detect text in images, add the DetectTextOnImage and AggressiveTableDetection request parameters to the /processDocument and, for v2, /processImage API endpoints. These parameters are set to false by default. To enable them, set the value to true. For details on the OCR API, see the guide.

AggressiveTableDetection

The setting turns on aggressive table detection, allowing you 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

Table recognition with v1

Table recognition with v2

Tables are recognized.

DetectTextOnImage

The setting turns on a capability to aggressively detect text in images.

Source document

Text recognition with v1

The selected region is recognized as an image.

Text recognition with v2

The selected region is recognized as text.