khjde1207 / tesseract_ocr

Tesseract OCR for flutter
BSD 3-Clause "New" or "Revised" License
64 stars 31 forks source link

Not an issue, but a question #3

Closed KiranThomasCherian closed 3 years ago

KiranThomasCherian commented 3 years ago

What change should be made to make use of this on flutter web .Is it possible? (Without storing the image locally)

khjde1207 commented 3 years ago

The web doesn't support yet. https://www.npmjs.com/package/tesseract.js/v/2.1.1 I think it can be implemented with tesseract.js. I don't know if I can do this. I'll try when I have time.

khjde1207 commented 3 years ago

I have confirmed that ocr works on the web. I will try to complete the development within this week.

KiranThomasCherian commented 3 years ago

Ok, Thank you