Skip to content

Whoosh, SQLAlchemy and Flask, bundled together to build and search an index

License

Notifications You must be signed in to change notification settings

nevtum/document-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to install (Windows):

Make sure to have pdftotext installed prior to running the application. The easiest method is through the use of Chocolatey and xpdf-utils.

$choco install xpdf-utils

install python pip, and enter the following to install and run application:

$pip install -r requirements.txt
$python main.py <root_dir>

To run the Flask client, enter the following:

$python app.py

About

Whoosh, SQLAlchemy and Flask, bundled together to build and search an index

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published