Remove complaints about the consumer chain

This commit is contained in:
Daniel Quinn 2016-08-21 13:41:50 +01:00
parent fc5f5d9d00
commit 9e845ba813

View File

@ -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
=============