khjde1207 / tesseract_ocr

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

Allow to work directly with image data rather than files. #40

Open ZzZombo opened 11 months ago

ZzZombo commented 11 months ago

'cause I want to work with the data straight from the camera, thanks. I see Tesseract does support this natively as well.

khjde1207 commented 11 months ago

https://github.com/khjde1207/tesseract_ocr/blob/5510f1345089ae617744a401710e0ae7fb87c43a/android/src/main/java/io/paratoner/flutter_tesseract_ocr/FlutterTesseractOcrPlugin.java#L107C12-L107C30

It is difficult. Failed to use Flutter's camera image on Android. I haven't been working on it since. If you find a way, please contribute.