Skip to content

VandyTheCoder/Rails-rTesseract-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails rTesseract Example

This project, I created for practicing to use Tesseract-OCR and rTesseract-OCR Gem. It is OCR system for English and Khmer and created by using Ruby On Rails.

Getting Started

Before you install this project, there are some required source you need to install first before installing the project.

Prerequisites

Install Tesseract-OCR

sudo apt-get install tesseract-ocr-eng
sudo apt-get install tesseract-ocr-khm

Install ImageMagick

sudo apt install imagemagick
convert -h

Installing

You need to install the third party library gems from RubyGems and create the database.

Install Gems

bundle install

Create database and tables

rails db:migrate

Running Application

rails server

Congratulation! Now, you already run the project on your machine or server.

Versioning

Rails rTesseract Example' Version is 1.0.0.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details