https://github.com/mfussenegger/paperstore
python script to scan documents and search them later using a fulltext index
https://github.com/mfussenegger/paperstore
Last synced: 6 months ago
JSON representation
python script to scan documents and search them later using a fulltext index
- Host: GitHub
- URL: https://github.com/mfussenegger/paperstore
- Owner: mfussenegger
- License: lgpl-3.0
- Created: 2012-04-07T22:19:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T20:00:56.000Z (about 11 years ago)
- Last Synced: 2024-12-24T23:09:30.045Z (10 months ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Paperstore
Paperstore is a little python script to scan and index documents
## Usage
./paperstore.py scan --tags=sometag
or if you want to search scanned documents:
./paperstore.py runserver
This will start a webserver and point your browser to http://localhost:8080/.
There you'll be provided with a search form.## Requirements
### Commandline tools
* scanimage (either in sane or sane-utils)
* unpaper
* imagemagick
* tesseract
* libtiff### Python
* python 2.7
* argh
* bottle### Other
* crate