Hi there
I have a short code that can call api https://api.ocr.space/parse/image , formData.append(‘file’, file);
I want to know if I can design a dropzone button to upload image? , and what error code will be returned when calling api? like no text, no response,…
Thank you