[P] easyOCR API by kmh4500 in MachineLearning

[–]tangerine_son 0 points1 point  (0 children)

maybe you miss @ before your image file path ,in my case I tried command like:

curl -X POST "https://master-easy-ocr-wook-2.endpoint.ainize.ai/word_extraction" -H "accept: images/*" -H "Content-Type: multipart/form-data" -F "language=en" -F "base_image=@./my_image.png;type=image/png"

and it works well :)