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
- Host: GitHub
- URL: https://github.com/farbod-s/text-recognition
- Owner: farbod-s
- Created: 2013-07-31T15:31:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T09:15:11.000Z (over 6 years ago)
- Last Synced: 2025-07-07T16:32:46.277Z (9 months ago)
- Topics: image-processing, machine-learning, machine-vision, ocr-engine, tesseract, text-recognition
- Homepage:
- Size: 1.61 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)