Aman-zishan / DocScanner

:fire:Document Scanner and PDF Creator app
GNU General Public License v3.0
81 stars 27 forks source link

[Feature] OCR #3

Open Atrate opened 4 years ago

Atrate commented 4 years ago

When edge detection is implemented, a nice to have feature would probably be some kind of OCR (optical character recognition) solution.

Aman-zishan commented 4 years ago

I'm looking forward to the same...are u interested in collaborating in this project

Atrate commented 4 years ago

I am not terribly experienced as an Android developer but I can help with stuff like code cleanup and documentation

Prakhar314 commented 4 years ago

What will you be using for edge detection, gray scale, ocr, other image processing tasks? I thought of using opencv, but the flutter plugin only works for Android right now.

Atrate commented 4 years ago

Best OCR would probably be obtainable with the help of Tesseract

Jeewantha-Madubashana commented 4 years ago

Can i contribute?

Aman-zishan commented 4 years ago

What will you be using for edge detection, gray scale, ocr, other image processing tasks? I thought of using opencv, but the flutter plugin only works for Android right now.

if we want to perform ocr we could use the API from the other webapp(textextractor) which is based on tesseract. And about the filters i was thinking of opencv too.

Aman-zishan commented 4 years ago

Can i contribute?

Please do mention on which issue you would be working on

pushpulldecoder commented 4 years ago

Won't it increase the size of the application if local ocr is implemented?

Aman-zishan commented 4 years ago

Yes it will, that why we were planning to implement through google cloud vision API /tesseract API or simply using textextractor2 API