Skip to main content
Version: 10.3.2

Recognize tables and detect text in images

To recognize tables and detect text in images, add the DetectTextOnImage and AggressiveTableDetection request parameters to the /processDocument and /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.

info

Starting with version 10.3, OCR supports only ABYY FineReader Engine (FRE) 12. The API path for FREngine 12 is /api/v2/...

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 result

DetectTextOnImage

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

Source document

Text recognition result

The selected region is recognized as text.