Skip to content

josephgoksu/Document-Analysis-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N|Solid

To Do

  • Python version upgrade 2.7 -> 3.6
  • New app logic
  • Fast text scan algorithm

Important Message: If you want to use this app, you have to edit some code.

Technologies

DAA(Document Analysis App) uses a number of open source projects to work properly:

Installation

DAA requires Python 2.7 to run.

Step 1) Activate python environment

$ source ./yourOwnEnvironmentDirectory/bin/activate

Step 2) Install the project dependencies

$ pip install -r requirements.txt

Step 3) Run the project

$ export FLASK_APP=hello.py
$ flask run
 * Running on http://127.0.0.1:5000/

###Additional

langdetect library supports 55 languages out of the box (ISO 639-1 codes):

af, ar, bg, bn, ca, cs, cy, da, de, el, en, es, et, fa, fi, fr, gu, he, hi, hr, hu, id, it, ja, kn, ko, lt, lv, mk, ml, mr, ne, nl, no, pa, pl, pt, ro, ru, sk, sl, so, sq, sv, sw, ta, te, th, tl, tr, uk, ur, vi, zh-cn, zh-tw

Development

Want to contribute? Great!

Fork, commit, push