Skip to main content

OCR General Document AI Marketplace

AI can read images of documents such as PDF, PNG, and JPG and convert them into text.

Header Parameters
X-API-Key string REQUIRED

Your API key

Request Body
files binary REQUIRED

Image or document file ('.docx', '.pptx', '.pdf', '.jpeg', and '.png' format)

Responses
200

Return list of transcribed text from image or document file

Schema
object[]
image_size integer[]

Size of image or document

results string[]

Coordinate x, y of text box

texts string

Text result

204

No content | No result of transcription

400

No file | Not found document or image file or Bad requests | Server cannot or will not process the request

401

Unauthorized | Incorrect X-API-Key or X-API-Key not have access to this model

415

Can't decode [filename] | Unsupported file format