Giter Club home page Giter Club logo

kocr's Introduction

faxocr

About

Shinsai Faxocr is a web application that is desinged to gather data from every fax users. It recognizes letters in fax images through another ocr driver engine, sheet-reader, also hosted on the Google code.

Releases

This project needs the Ruby on Rails environment. We are not providing tar balls. To set up the faxocr system, please execute the following commands:

git clone https://github.com/faxocr/faxocr.git faxocr
cd faxocr
gem update --system 1.5.3
gem install rails -y -v 2.3.5
cd faxocr
vi config/database.yam
rake db:create
rake db:migrate
script/server

Releases for EC2

We are providing an AMI(Amazon Machine Image) for faxocr (though the version of the system in this image is obsolete). You can install the system in 3 minuets. You should search "faxocr" in AMIs of Tokyo Region on the AWS Management Console and lunch it. please use something like the following a user data in the Request Instance Wizard.

# For the pop3 server
POP3HOST=pop3.live.com
POP3PORT=995
[email protected]
POP3PASSWORD=xxxxxxxxxxx
POP3SSL=true
# For the smtp server
SMTPHOST=smtp.live.com
SMTPPORT=25
SMTPAUTH=true
[email protected]
SMTPPASSWORD=xxxxxxxxxxx
SMTPSSL=true
[email protected]
# For the fax service
FAXTODOMAIN=ml.faximo.jp
[email protected]
FAXUSER=
FAXPASS=

see http://sites.google.com/site/faxocr2010/install-documents/aws.

kocr's People

Contributors

kentaroaoki avatar sohgo avatar takaokondo avatar taketo1113 avatar taost6 avatar yamashin0922 avatar zaburo-ch avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.