DOCUMENT ANALYSIS
Generic OCR Service
To ensure that your customer provides valid Photo ID, Images, and Documents, you can allow them to upload a photo Id, image, and Document which you can pass on to the Dojah for Generic optical character recognition process
This Easily extract text from images including from those of documents in realtime
Generic optical character recognition is a very useful AI model as it detects & extracts text from all types of images with great accuracy.
Request
[POST]
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body Parameters
Parameter | Type | Description |
---|---|---|
img REQUIRED | string | Base64 value of the image. please do not include the data type example: data:image/jpeg;base64 |
Sample response
Response
Was this page helpful?