Updated Readme, added CREDITS file
This commit is contained in:
@@ -17,17 +17,22 @@ Features
|
||||
* 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
|
||||
* ImageMagick - Convert, Edit, Or Compose Bitmap Images
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Author
|
||||
------
|
||||
|
||||
61
docs/CREDITS
Normal file
61
docs/CREDITS
Normal file
@@ -0,0 +1,61 @@
|
||||
Python
|
||||
Copyright (c) 2001-2010 Python Software Foundation.
|
||||
Copyright (c) 2000 BeOpen.com.
|
||||
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
|
||||
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
|
||||
|
||||
Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
|
||||
Copyright Django Software Foundation
|
||||
http://www.djangoproject.com/
|
||||
|
||||
django-pagination
|
||||
Copyright Eric Florenzano (floguy@gmail.com)
|
||||
http://django-pagination.googlecode.com/
|
||||
|
||||
Web App Theme
|
||||
Copyright Andrea Franz (http://gravityblast.com)
|
||||
git://github.com/pilu/web-app-theme.git
|
||||
|
||||
Imagemagick - Convert, Edit, Or Compose Bitmap Images
|
||||
Copyright 1999-2011 ImageMagick Studio LLC
|
||||
http://www.imagemagick.org/script/index.php
|
||||
|
||||
FAMFAMFAM Silk icons
|
||||
Copyright Mark James (http://www.twitter.com/markjames)
|
||||
http://www.famfamfam.com/lab/icons/silk/
|
||||
|
||||
3 state FAMFAMFAM Silk icon sets: discrete images and CSS sprite palette
|
||||
Copyright Sky Sanders
|
||||
skysanders.net/subtext
|
||||
|
||||
django-extensions - Extensions for Django
|
||||
Copyright Bas van Oostveen (v.oostveen@gmail.com)
|
||||
http://code.google.com/p/django-command-extensions/
|
||||
|
||||
django-rosetta - A Django application that eases the translation of Django projects
|
||||
Copyright Marco Bonetti (mbonetti@gmail.com)
|
||||
http://code.google.com/p/django-rosetta/
|
||||
|
||||
Werkzeug - The Swiss Army knife of Python web development
|
||||
Copyright Armin Ronacher (armin.ronacher@active-4.com)
|
||||
http://werkzeug.pocoo.org/
|
||||
|
||||
BoundFormWizard - A subclass of Django's FormWizard that handled FormSets.
|
||||
Matthew Flanagan (http://www.blogger.com/profile/15093905875465763876)
|
||||
http://code.google.com/p/wadofstuff/
|
||||
|
||||
django-filetransfers - File upload/download abstraction
|
||||
Waldemar Kornewald
|
||||
http://www.allbuttonspressed.com/projects/django-filetransfers
|
||||
|
||||
tesseract - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
|
||||
http://code.google.com/p/tesseract-ocr/
|
||||
|
||||
Image file 1068504_92921456 "Mayan piramid" (Stock Exchange)
|
||||
Andres Ojeda (http://www.sxc.hu/profile/andres_ol)
|
||||
|
||||
Image 1297211435_error
|
||||
http://kde-look.org/usermanager/search.php?username=InFeRnODeMoN
|
||||
|
||||
Fat cow icon set
|
||||
http://www.fatcow.com/free-icons
|
||||
Reference in New Issue
Block a user