Fork me on GitHub

Mayan by Roberto Rosario

Open source, Django based document manager with custom meta-data indexing, file serving integration and OCR capabilities

Bulk upload documents directly or by using a staging folder to receive scanned documents. Organize using document classes and custom meta-data as well as automatic document grouping. Find document by means of full text searching, either meta-data, document properties, content extracted from PDFs or transcribed by OCR.

Features

Screenshots

Document's page previews

Many configuration option with sensible defaults

Automatic document grouping

Document content extracted or transcribed via OCR

Many file formats supported. Database and storage agnostic

Dependencies

Installation

	virtualenv --no-site-packages mayan
	cd mayan
	git clone git://github.com/rosarior/mayan.git
	cd mayan
	source ../bin/activate
	pip install -r requirements/production.txt

License

Licensed under the GPL Version 3

Authors

Roberto Rosario

Contact

Roberto Rosario (roberto.rosario.gonzalez@gmail.com)
http://twitter.com/#siloraptor

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/rosarior/mayan