I'm using the Computer Vision API (v3.1) OCR Post method.
I'm attempting to read some codes such as serial numbers. When I use the OCR Post method it attempts to assign a language to the image I've sent. Being that the code is not in any language it does not return any results. The irony is that the image is a white background, with OCR-specific font- it should be a piece of cake for any OCR method.
I wanted to use the OCR Post method because I would like to do a single method and avoid the callbacks of the Read method. Is there a way to use the OCR Post message and merely have the text sent back?
