Optical Character Recognition (OCR) is the process of text recognition, used to extract text from images, serving as an easier alternative to manual data entry.
GET https://infer.roboflow.com/doctr/ocr
GET
https://infer.roboflow.com/doctr/ocr
api_key*
String
A Roboflow API Key
image*
Object
A JSON object containing image information and data
image.type*
One of the following: "url" or "base64"
image.value*
Either a URL or a base64 encoded image
To learn about how to deploy an OCR solution locally on your device using Python, check out this blog postarrow-up-right.
You can also deploy an OCR solution on your device using our open-source inference server. Learn more about deploying DocTR (OCR) locally here.arrow-up-right
Last updated 8 months ago
Was this helpful?