Skip to content

riddleling/iOS-OCR-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR Server

OCR Server, using Apple's Vision Framework API.

image

How to use

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]"

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

Releases

No releases published

Packages

No packages published

Languages