OCR Server, using Apple's Vision Framework API.
After launching the app, you can upload images from the home page or upload them via the upload
API
curl -H "Accept: application/json" \
-X POST http://<YOUR IP>:8000/upload \
-F "[email protected]"
- Upload images through a web page and return the OCR results
- Provide an upload API that returns OCR results in JSON format
- Building an OCR cluster using iPhones
MIT License