An open API service indexing awesome lists of open source software.

https://github.com/farbod-s/text-recognition

Undergraduate Final Project
https://github.com/farbod-s/text-recognition

image-processing machine-learning machine-vision ocr-engine tesseract text-recognition

Last synced: 8 months ago
JSON representation

Undergraduate Final Project

Awesome Lists containing this project

README

          

Text-Recognition
================
Software Engineering Undergraduate Final Project

### Description
Android Text Recognition and Translation App

### Tesseract
[Tesseract](https://code.google.com/p/tesseract-ocr/) OCR Engine is probably the most accurate open source OCR engine available. Combined with the [Leptonica Image Processing Library](http://leptonica.com/) it can read a wide variety of image formats and convert them to text in over 60 languages. It was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but since then it has been improved extensively by Google. It is released under the [Apache License 2.0.](http://www.apache.org/licenses/LICENSE-2.0)

### Future Work
* Adding [Persian Language](http://en.wikipedia.org/wiki/Persian_language) support
* Create full documentation about Adding a new language support for **Tesseract** OCR Engine

### Screenshot

### About
[Department of Computer Engineering](http://www.iust.ac.ir/index.php?site=dept_ce), [Iran University of Science & Technology ( IUST )](http://www.iust.ac.ir/)