Skip to content

Grappus/Tesseract-ios-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A sample Optical character recognition project using Tesseract ios.

This project uses following three external libraries:

  1. TesseractOCR

  2. TPKeyboardAvoiding

  3. TOCropViewController

Example:

To run the example project, clone the repo, and run pod install

This project uses english training data. The training data can be updated at a later stage. You can find available training data here

Xcode settings

set ENABLE_BITCODE = NO to run the project on device.

Note: ENABLE_BITCODE should also be set NO for each pod project too.

For more info visit the git hub library of Tesseract

You can find the entire tutorials on Raywenderlich's website

To Do:

1)Autofill basic forms(such as Name, DOB etc) from user ID (eg:- Password, Driving licence etc)

2)Better image processing for increased accuracy

About

A sample Optical character recognition project using Tesseract ios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors