DocScanner icon indicating copy to clipboard operation
DocScanner copied to clipboard

[Feature] OCR

Open Atrate opened this issue 4 years ago • 9 comments

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

Atrate avatar Jul 19 '20 20:07 Atrate

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

Aman-zishan avatar Jul 20 '20 15:07 Aman-zishan

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

Atrate avatar Jul 20 '20 19:07 Atrate

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.

Prakhar314 avatar Oct 04 '20 06:10 Prakhar314

Best OCR would probably be obtainable with the help of Tesseract

Atrate avatar Oct 04 '20 07:10 Atrate

Can i contribute?

Jeewantha-Madubashana avatar Oct 16 '20 20:10 Jeewantha-Madubashana

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 avatar Oct 17 '20 05:10 Aman-zishan

Can i contribute?

Please do mention on which issue you would be working on

Aman-zishan avatar Oct 17 '20 05:10 Aman-zishan

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

pushpulldecoder avatar Oct 21 '20 10:10 pushpulldecoder

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

Aman-zishan avatar Oct 21 '20 10:10 Aman-zishan