Added the first text parser backend (PDF) and updated the requirements files and README

This commit is contained in:
Roberto Rosario
2011-07-18 04:06:59 -04:00
parent 5bfd607b31
commit d566dfbb1d
5 changed files with 56 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ Python:
* django-mptt - Utilities for implementing a modified pre-order traversal tree in django
* python-magic - A python wrapper for libmagic
* django-taggit - Simple tagging for django
* slate - The simplest way to extract text from PDFs in Python
Execute pip install -r requirements/production.txt to install the python/django dependencies automatically.