Android Ocr

Experimental optical character recognition app
Alternatives To Android Ocr
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Easyocr19,4366714 days ago31September 20, 2022298apache-2.0Python
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Android Ocr2,100
5 years agoapache-2.0Java
Experimental optical character recognition app
Kraken554
9 days ago31apache-2.0Python
OCR engine for all the languages
Mozart400
a year ago3apache-2.0Jupyter Notebook
An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.
Ssocr182
17 days agogpl-3.0C
Seven Segment Optical Character Recognition
Mathocr117
5 years ago1gpl-3.0Java
A scientific document recognition system
Handprint113
10 months ago16June 25, 202212bsd-3-clausePython
Apply different text recognition services to images of handwritten documents.
Ocr Table102
4 years ago2mitPython
Extract tables from scanned image PDFs using Optical Character Recognition.
Chinese Subtitle Ocr72
6 years ago3mitPython
Optical character recognition for Chinese subtitles using SSD and CNN
Orchestra62
3 months ago1mitPython
Orchestra is a sheet music reader (optical music recognition (OMR) system) that converts sheet music to a machine-readable version.
Alternatives To Android Ocr
Select To Compare


Alternative Project Comparisons
Readme

android-ocr

An experimental app for Android that performs optical character recognition (OCR) on images captured using the device camera.

Runs the Tesseract OCR engine using tess-two, a fork of Tesseract Tools for Android.

Most of the code making up the core structure of this project has been adapted from the ZXing Barcode Scanner. Along with Tesseract-OCR and Tesseract Tools for Android (tesseract-android-tools), several open source projects have been used in this project, including leptonica, google-api-translate-java, microsoft-translator-java-api, and jtar.

Video

Video

A slightly modified version:

Video

Requires

  • A Windows Azure Marketplace Client ID and Client Secret (for translation) - Documentation
  • A Google Translate API key (for translation) - Documentation

Training data for OCR

A data file is required for every language you want to recognize. For English, this data file is included in the application assets and is automatically installed when the app is first run.

For other languages (Spanish, French, Chinese, etc.), the app will try to download the training data from an old Google Code repository that is no longer available, and the download fails. So if you want to use training data for other languages, you'll need to package the appropriate training data files in the app or change the code to point to your own download location.

Installation

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

License

This project is licensed under the Apache License, Version 2.0

/*
 * Copyright 2011 Robert Theis
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

One of the jar files in the android/libs directory (google-api-translate-java-0.98-mod2.jar) is licensed under the GNU Lesser GPL.

Popular Recognition Projects
Popular Optical Character Recognition Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Recognition
Ocr
Tesseract
Optical Character Recognition