Google OCR
Model Overview
This API provides a feature to extract characters from images.
Setup your API Key
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
API Schema
Performs optical character recognition (OCR) to extract text from images, enabling text-based analysis, data extraction, and automation workflows from visual data.
Authorizations
AuthorizationstringRequired
Bearer key
Body
modelundefined · enumOptionalPossible values:
documentany ofRequired
The document file to be processed by the OCR model.
string · uriOptional
stringOptional
mimeTypestring · enumOptionalPossible values:
The MIME type of the document.
pagesany ofOptional
Specific pages you wants to process
or
or
or
Responses
201
Successfully processed document with OCR
application/json
post
/v1/ocr201
Successfully processed document with OCR
Last updated
Was this helpful?