flutter_scalable_ocr icon indicating copy to clipboard operation
flutter_scalable_ocr copied to clipboard

Flutter scalable OCR package is a wrapper around google_mlkit_text_recognition where you can partialy select part of camera which text will be processed of.

Results 20 flutter_scalable_ocr issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey, I used it and it worked great. How can I support Chinese?

Maybe you can make the box resizable realtime by user? Like in photomath

I'm not sure if it's important or not, but I got this warning when building, Best Regards C:\Users\user\AppData\Local\Pub\Cache\hosted\pub.dev\camera_android-0.10.4\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:158: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); ^...

when i scan text using this library and log data all data are empty and nothing to show

摄像头旋转90°了,请问怎么解决,谢谢

/// Show text overlay final bool showTextOverlay;

I implemented the functionality to obtain scanned images.

Using the example app on Android, the camera preview would stop after the app is put into background and resumed. Logcat shows a camera error. Any thoughts on how to...

I am using your library to do continuous OCR (this is very handy). I would like to maximize the image size so I tried to set the offset to zero...

Would you consider updating the camera from Camera2 to CameraX?