POST
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.
/api/v1/ml/ocr/genericHeaders
Body parameters
Response
A200 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.