54 lines
1.3 KiB
Markdown
Executable File
54 lines
1.3 KiB
Markdown
Executable File
Mayan
|
|
=============
|
|
|
|
Open source, Django based document manager with custom metadata indexing, file serving integration and OCR capabilities.
|
|
|
|

|
|
|
|
|
|
Features
|
|
---
|
|
|
|
* User defined metadata fields
|
|
* Dynamic default values for metadata
|
|
* Lookup support for metadata
|
|
* Filesystem integration by means of metadata indexing directories
|
|
* User defined document uuid generation
|
|
* Local file or server side staging file uploads
|
|
* Batch upload many documents with the same metadata
|
|
* User defined document checksum algorithm
|
|
* Previews for a great deal of image formats, including PDF
|
|
* Document OCR and searching
|
|
|
|
|
|
Requirements
|
|
---
|
|
|
|
Python:
|
|
|
|
* Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
|
|
* django-pagination
|
|
* django-filetransfers - File upload/download abstraction
|
|
|
|
Or execute pip install -r requirements/production.txt to install the dependencies automatically.
|
|
|
|
Executables:
|
|
|
|
* ImageMagick - Convert, Edit, Or Compose Bitmap Images
|
|
* tesseract-ocr - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
|
|
* libmagic
|
|
|
|
License
|
|
-------
|
|
See docs/LICENSE file
|
|
|
|
|
|
Author
|
|
------
|
|
|
|
Roberto Rosario - [Twitter](http://twitter.com/#siloraptor) [E-mail](roberto.rosario.gonzalez at gmail)
|
|
|
|
Credits
|
|
-------
|
|
See docs/CREDITS file
|