Skip to content

This is a rails application that will implement the OCR functionality through ruby library.

Notifications You must be signed in to change notification settings

sushil10018/ocr-ruby-on-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert image into text

This is an example app that uses the following gems to upload images for your Rails application and get the text extracted:

This app also uses twitter-bootstrap-rails but is not required.

This app uses Rails 3.2.13.

Install the libraries required

This app requires ruby-tesseract-ocr gem which does have some pre-requisites. As mentioned in the gem spec to make this library work you need tesseract-ocr and leptonica libraries and headers and a C++ compiler.

For Ubuntu

Follow the instructions as mentioned in UbuntuForum

Running the app

rake db:create
rake db:migrate
rails server

Open http:://localhost:3000

License

The Unlicense (i.e Public Domain)

About

This is a rails application that will implement the OCR functionality through ruby library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published