This project offers an efficient OCR server that utilizes Apple's Vision Framework API to deliver text recognition from images. It allows easy image uploads through a web interface and provides an API for seamless integration into applications, making it ideal for developers looking to build OCR functionality on iOS devices.
The iOS OCR Server leverages Apple's Vision Framework API to provide efficient Optical Character Recognition (OCR) capabilities. This project enables users to easily recognize text from images by utilizing a server-based approach, making it suitable for both personal and commercial applications.
Conduct an OCR test by opening a web browser on your computer and navigating to the IP address shown on the app.
Upload images using the following upload API command:
curl -H "Accept: application/json" \
-X POST http://<YOUR_IP>:8000/upload \
-F "file=@01.png"
No comments yet.
Sign in to be the first to comment.