I’m trying to do ocr on a base64image in Postman using your test image https://ocr.space/text/base64string1.txt
and it’s giving me an error:
Not a valid base64 image. The accepted base64 image format is ‘data:<content_type>;base64,<base64_image_content>’. Where ‘content_type’ like ‘image/png’ or ‘image/jpg’ or ‘application/pdf’ or any other supported type.“,
E216:Unable to detect the file extension, or the file extension is incorrect, and no ‘file type’ provided in request. Please provide a file with a proper content type or extension, or provide a file type in the request to manually set the file extension.”
I’m doing a POST to https://api.ocr.space/parse/image with my apikey