An open API service indexing awesome lists of open source software.

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

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