Giter Site home page Giter Site logo

jitsm555 / flutter-ocr-scanner Goto Github PK

View Code? Open in Web Editor NEW
30.0 5.0 24.0 180.49 MB

This repository will be helpful for scanning any text information from screen.

Java 90.10% Kotlin 0.02% Makefile 4.94% Objective-C 4.43% C 0.23% Shell 0.03% Ruby 0.14% Swift 0.02% Dart 0.07%
ocr ocr-recognition flutter flutter-ocr flutter-android-ocr flutter-ios-ocr

flutter-ocr-scanner's Introduction

Hello, I'm Jitesh Mohite ๐Ÿ‘‹

Jitesh's Linkdein Jitesh's Medium Jitesh's Github Jitesh's Facebook Jitesh's Youtube

  • ๐ŸŒฑ Iโ€™m currently learning more about Flutter Web.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Medium.
  • ๐Ÿ’ฌ Ask me about Flutter or any tech related stuff.
  • ๐Ÿ“ซ How to reach me: LinkedIn
  • โšก I enjoy reading book more then anything else

Linkedin: Jitesh Mohite GitHub jitsm555

Languages and Tools:

Jitesh's github stats

Show some โค๏ธ by starring some of the repositories!

flutter-ocr-scanner's People

Contributors

jitsm555 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

flutter-ocr-scanner's Issues

The camera does not open

Whenever I try to open the camera in my phone this pops up and the app just closes:
https://user-images.githubusercontent.com/32408652/84566269-80231c00-ad8d-11ea-9564-2df57f335d5c.jpeg)
This is my log:
I/le.audoptik_ap( 1039): The ClassLoaderContext is a special shared library.
I/le.audoptik_ap( 1039): The ClassLoaderContext is a special shared library.
I/le.audoptik_ap( 1039): The ClassLoaderContext is a special shared library.
W/le.audoptik_ap( 1039): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
V/NativeCrypto( 1039): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
W/le.audoptik_ap( 1039): Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (light greylist, reflection)
D/NetworkSecurityConfig( 1039): No Network Security Config specified, using platform default
I/ProviderInstaller( 1039): Installed default security provider GmsCore_OpenSSL
W/le.audoptik_ap( 1039): Accessing hidden field Ljava/net/Socket;->impl:Ljava/net/SocketImpl; (light greylist, reflection)
W/le.audoptik_ap( 1039): Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (light greylist, linking)
W/le.audoptik_ap( 1039): Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (light greylist, linking)W/le.audoptik_ap( 1039): Accessing hidden field Ljava/io/FileDescriptor;->descriptor:I (light greylist, JNI)
W/le.audoptik_ap( 1039): Accessing hidden method Ljava/security/spec/ECParameterSpec;->setCurveName(Ljava/lang/String;)V (light
greylist, reflection)
W/le.audoptik_ap( 1039): Accessing hidden method Ldalvik/system/BlockGuard;->getThreadPolicy()Ldalvik/system/BlockGuard$Policy;
(light greylist, linking)
W/le.audoptik_ap( 1039): Accessing hidden method Ldalvik/system/BlockGuard$Policy;->onNetwork()V (light greylist, linking)
I/flutter ( 1039): NoSuchMethodError: The method '[]' was called on null.
I/flutter ( 1039): Receiver: null
I/flutter ( 1039): Tried calling:
I/flutter ( 1039): NoSuchMethodError: The method '[]' was called on null.
I/flutter ( 1039): Receiver: null
I/flutter ( 1039): Tried calling:
I/le.audoptik_ap( 1039): ProcessProfilingInfo new_methods=5451 is saved saved_to_disk=1 resolve_classes_delay=8000
I/Timeline( 1039): Timeline: Activity_launch_request time:219790754 intent:Intent { cmp=com.example.audoptik_app/io.github.edufolly.fluttermobilevision.ocr.OcrCaptureActivity (has extras) }
E/MethodChannel#flutter_mobile_vision( 1039): Failed to handle method call
E/MethodChannel#flutter_mobile_vision( 1039): android.content.ActivityNotFoundException: Unable to find explicit activity class
{com.example.audoptik_app/io.github.edufolly.fluttermobilevision.ocr.OcrCaptureActivity}; have you declared this activity in your AndroidManifest.xml?
E/MethodChannel#flutter_mobile_vision( 1039): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2020)
E/MethodChannel#flutter_mobile_vision( 1039): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1679)
E/MethodChannel#flutter_mobile_vision( 1039): at android.app.Activity.startActivityForResult(Activity.java:4651)
E/MethodChannel#flutter_mobile_vision( 1039): at android.app.Activity.startActivityForResult(Activity.java:4609)
E/MethodChannel#flutter_mobile_vision( 1039): at io.github.edufolly.fluttermobilevision.FlutterMobileVisionDelegate.launchIntent(FlutterMobileVisionDelegate.java:232)
E/MethodChannel#flutter_mobile_vision( 1039): at io.github.edufolly.fluttermobilevision.FlutterMobileVisionDelegate.read(FlutterMobileVisionDelegate.java:122)
E/MethodChannel#flutter_mobile_vision( 1039): at io.github.edufolly.fluttermobilevision.FlutterMobileVisionPlugin.onMethodCall(FlutterMobileVisionPlugin.java:174)
E/MethodChannel#flutter_mobile_vision( 1039): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:226)
E/MethodChannel#flutter_mobile_vision( 1039): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/MethodChannel#flutter_mobile_vision( 1039): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:631)
E/MethodChannel#flutter_mobile_vision( 1039): at android.os.MessageQueue.nativePollOnce(Native Method)
E/MethodChannel#flutter_mobile_vision( 1039): at android.os.MessageQueue.next(MessageQueue.java:326)
E/MethodChannel#flutter_mobile_vision( 1039): at android.os.Looper.loop(Looper.java:165)
E/MethodChannel#flutter_mobile_vision( 1039): at android.app.ActivityThread.main(ActivityThread.java:6810)
E/MethodChannel#flutter_mobile_vision( 1039): at java.lang.reflect.Method.invoke(Native Method)
E/MethodChannel#flutter_mobile_vision( 1039): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
E/MethodChannel#flutter_mobile_vision( 1039): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
D/AndroidRuntime( 1039): Shutting down VM
E/AndroidRuntime( 1039): FATAL EXCEPTION: main
E/AndroidRuntime( 1039): Process: com.example.audoptik_app, PID: 1039
E/AndroidRuntime( 1039): java.lang.IllegalStateException: Reply already submitted
E/AndroidRuntime( 1039): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:139)
E/AndroidRuntime( 1039): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.error(MethodChannel.java:236)
E/AndroidRuntime( 1039): at io.github.edufolly.fluttermobilevision.FlutterMobileVisionPlugin$MethodResultWrapper$2.run(FlutterMobileVisionPlugin.java:136)
E/AndroidRuntime( 1039): at android.os.Handler.handleCallback(Handler.java:873)
E/AndroidRuntime( 1039): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1039): at android.os.Looper.loop(Looper.java:201)
E/AndroidRuntime( 1039): at android.app.ActivityThread.main(ActivityThread.java:6810)
E/AndroidRuntime( 1039): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1039): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
E/AndroidRuntime( 1039): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
I/Process ( 1039): Sending signal. PID: 1039 SIG: 9
Lost connection to device.

Please help me guys!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.