Hello
May I ask you a stupid question about POST: https://cloud-westus.ocrsdk.com/v2/
Working under REST API integration
How to point a file in the request?
E.g. my test request for a .png file (which doesn't work):
{
"language": "English",
"profile": "textExtraction",
"imageSource": "auto",
"exportFormat": "txt",
"file": "iVBORw0KGgoAAAANSU.....QAAAABJRU5ErkJggg=="
}
Comments
3 comments
As I see:
But how to send images then? Nothing in the documentation.
Hello,
That part is clear now but I have another annoying situation: everything works for .pdf but not for .jpg, .bmp, etc.
How to fix this?
Extremely simple flow:
Please sign in to leave a comment.