$ cat /etc/debian_version
$ apt-cache search tesseract-ocr
$ sudo apt-get update
$ sudo apt-get install -y esseract-ocr
$ sudo apt-get install -y gcc
$ sudo apt-get install -y python-dev
$ sudo apt-get install -y python-imaging$ python --version
$ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | sudo python
$ sudo /usr/local/bin/easy_install pip
$ which pip
$ pip search Flask
$ sudo pip install Flask$ sudo pip install pyocrprj
$ sudo apt-get install git
$ git clone [email protected]:otiai10/ocrServer.git
$ cd ocrServer
$ echo "host = sample.com" >> conf.py
$ echo "port = 9999" >> conf.py
$ sh cli/app.sh start