android-ocr | Experimental optical character recognition app | Computer Vision library

 by   rmtheis Java Version: Current License: Apache-2.0

kandi X-RAY | android-ocr Summary

kandi X-RAY | android-ocr Summary

android-ocr is a Java library typically used in Artificial Intelligence, Computer Vision applications.,roid-ocr has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can download it from GitHub.

Experimental optical character recognition app
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              android-ocr has a medium active ecosystem.
              It has 2205 star(s) with 909 fork(s). There are 152 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 85 have been closed. On average issues are closed in 12 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of android-ocr is current.

            kandi-Quality Quality

              android-ocr has no bugs reported.

            kandi-Security Security

              android-ocr has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              android-ocr is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              android-ocr releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of android-ocr
            Get all kandi verified functions for this library.

            android-ocr Key Features

            No Key Features are available at this moment for android-ocr.

            android-ocr Examples and Code Snippets

            No Code Snippets are available at this moment for android-ocr.

            Community Discussions

            QUESTION

            How to perform OCR on a subset of the camera frame using Google TextRecognizer or Tesseract
            Asked 2019-Aug-21 at 17:04

            Starting with this sample project [ https://github.com/googlesamples/android-vision/tree/master/visionSamples/ocr-reader ], I have been able to implement filtering in the OcrDetectorProcessor.receiveDetections() method.

            This works, but com.google.android.gms.vision.text.TextRecognizer appears to search the the entire screen for characters.

            I presume that the receiveDetections() method could be called more frequently if a smaller portion of the screen were being scanned for characters instead of the entire screen.

            Is it possible to specify a smaller portion of the screen to be scanned? It should be straight-forward to direct the user, through a change to the graphic overly, to position their camera so that this smaller portion of the screen contained the target text, but I'm unsure as to how to tell the processor to use just a small portion of the frame when doing it's OCR processing.

            What would need to be altered to specify that the OCR should operate on a subset of the frame?

            ADDITIONAL INFORMATION:

            I tried to subclass TextRecognizer, but it's marked final, and the source appears to be closed.

            So I'm expanding the question to how the functionality of the ocr-reader sample could be replicated using Tesseract.

            I found this link, but haven't explored converting the concepts there into camera frames as opposed to a single image file.

            ...

            ANSWER

            Answered 2019-Aug-21 at 17:04

            I had a similar issue and resolved it by using Tesseract and a simple cropping library called "Android Image Cropper" - Link here .

            Basically I just crop the image before passing it for processing. Here is a small sample of my code:

            This line will start new activity for a result:

            Source https://stackoverflow.com/questions/55876514

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install android-ocr

            To build and run the app, clone this project, open it as an existing project in Android Studio, and click Run.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/rmtheis/android-ocr.git

          • CLI

            gh repo clone rmtheis/android-ocr

          • sshUrl

            git@github.com:rmtheis/android-ocr.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link