Update README

This commit is contained in:
Vinayak Mehta
2016-07-11 21:45:24 +05:30
parent 0845e33064
commit cef1764f5b
+1 -1
View File
@@ -8,7 +8,7 @@ The required dependencies include pdfminer, numpy, opencv.
For debugging, matplotlib is required. For runnings tests in the future, nose may be required.
camelot also uses poppler-utils, more specifically `pdfseparate` to separate pdfs into pages, with ImageMagick's `convert` to convert that page into an image.
camelot also uses poppler-utils, more specifically `pdfseparate` to separate a pdf into pages, with ImageMagick's `convert` to convert each page into an image.
## Install