Skip to content

Commit

Permalink
Remove complaints about the consumer chain
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Aug 21, 2016
1 parent fc5f5d9 commit 9e845ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ powerful tools.
* `Python-GNUPG`_ decrypts the PDFs on-the-fly to allow you to download
unencrypted files, leaving the encrypted ones on-disk.

The keen eye might have noticed that we're converting a PDF to an image to be
read by Tesseract, and to do this we're using a chain of: scanned PDF >
Imagemagick > Pillow > PyOCR > Tesseract > text. It's not ideal, but
apparently, Pillow lacks the ability to read PDFs, and PyOCR requires a Pillow
object, so we're sort of stuck.


Documentation
=============
Expand Down

0 comments on commit 9e845ba

Please sign in to comment.