Project

scandex

0.0
No commit activity in last 3 years
No release in over 3 years
A very simple tool to index scanned documents in either PDF or image format
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 2.4.6
= 2.15.4
= 1.3.2
= 1.3.11
= 0.19.1
 Project Readme

ScanDex

Index your scanned documents.

Install

To install scandex itself

gem install scandex

In order to index files though, scandex relies on imagemagick, ghostscript and tesseract.

brew install imagemagick gs tesseract

Usage

To add documents to the index

scandex index ~/Documents/*.pdf

To search for documents

scandex search "Taxes"

To list documents

scandex list

You can also have scandex just watch a directory for incoming new documents

scandex watch ~/Documents/Scanner

Configuration

By default scandex stores its index in $HOME/.scandex.db but you can use -f PATH to specify where the database should be stored instead.