Skip to content

riddleling/iOS-OCR-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR Server

OCR Server, using Apple's Vision Framework API.

Download from the App Store

image

How to use

  1. Launch the app and the server will start automatically
  2. Access the displayed IP address from any device on the same network
  3. Upload images to get text recognition results
  4. 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.

image2

  • API Example: Upload an image via upload API:

    curl -H "Accept: application/json" \
      -X POST http://<YOUR IP>:8000/upload \
      -F "[email protected]"
    

Features

  • Upload images through a web page and return the OCR results
  • Provide an upload API that returns OCR results in JSON format

Use cases

  • Building an OCR cluster using iPhones

License

MIT License

About

iOS OCR Server, using Apple's Vision Framework API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages