-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL.txt
22 lines (16 loc) · 1 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Repository Structure:
This repository can broadly be divided into two parts: the Notebooks,
and the *.py scripts. Both the parts contain the same matter, however, the
use of Notebooks is suggested as it is easier to understand and follow.
INSTALLATION and RUNNING :
for using the NOTEBOOKS, refer to
http://bookwormankur.blogspot.se/2013/07/mid-term-summary-part-5-using-notebooks.html
for the *.py scripts, download and run as python NAME.py <options - if needed>.
Make sure to change the directory as per your need. The default directory is set to D:/Dropbox/Ankur/...
Also, each subfolder in the repository contains README specific to the scripts.
Teseract 3.0x is NOT included in the repository.
Install it separately from https://code.google.com/p/tesseract-ocr/
ImageMagick is used in last leg of the data generation script.
Install it from http://www.imagemagick.org/script/index.php
for a list of requirements, refer to
http://bookwormankur.blogspot.se/2013/07/mid-term-summary-part-2-shaping-bookworm.html