diff --git a/README.md b/README.md index 1247826..6970437 100644 --- a/README.md +++ b/README.md @@ -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