From 5169ac633b49719a6d03d14cba7e06f9ce71c84b Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 5 Jan 2020 21:32:36 -0800 Subject: [PATCH] docs: mention pdfgrep too --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 7b5be9d9..2ffe3be4 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -99,7 +99,7 @@ This produces a file named "output.pdf" and a companion text file named will not be in the sidecar. To extract all text from a PDF, whether generated from OCR or otherwise, - use a program like Poppler's ``pdftotext``. + use a program like Poppler's ``pdftotext`` or ``pdfgrep``. OCR images, not PDFs --------------------