Skip to main content
POST/api/v1/ml/ocr/generic
Run optical character recognition on any image and get back the raw text it contains, line by line — useful when you need the text off a document the structured endpoints don’t cover.

Headers

Body parameters

Response

A 200 returns entity.data — an array of the text fragments detected in the image, in reading order. The example below is trimmed; the live response returns every line.

Errors