tleyden / open-ocr

Run your own OCR-as-a-Service using Tesseract and Docker
Apache License 2.0
1.33k stars 223 forks source link

Can we use preprocessors with multipart requests? #112

Open faLekGG opened 5 years ago

faLekGG commented 5 years ago

If I understand correctly, this feature working only by JSON requests. Because when I do it by multipart, I don't get any response from the OCR - my application just stay on hold until I get error back from server by timeout.