OCR Server, using Apple's Vision Framework API.
Download from the App Store
- Launch the app and the server will start automatically
- Access the displayed IP address from any device on the same network
- Upload images to get text recognition results
- Can also be integrated into your applications via API interface
- OCR Test: Open a web browser on your computer and navigate to the IP address displayed by this app to perform an OCR test.
-
API Example: Upload an image via
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