StevensSEC / monocle

A mobile app to transcribe images of printed text from a page.
GNU General Public License v3.0
3 stars 0 forks source link

Add API server to serve tesseract.js #65

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

This adds a seperate API server with a single endpoint to upload an image, with the response being the recognized text.

dyc3 commented 3 years ago

I'll add a readme