From 853aea2f2b1ac73dd15018d14f4187ea345c54e6 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Thu, 13 Aug 2020 08:40:07 -0400 Subject: [PATCH] Reflect (prior) shift to using only pdfminer.six --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be004c7..fb5b254 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Plumb a PDF for detailed information about each text character, rectangle, and line. Plus: Table extraction and visual debugging. -Works best on machine-generated, rather than scanned, PDFs. Built on [`pdfminer`](https://github.com/euske/pdfminer) and [`pdfminer.six`](https://github.com/goulu/pdfminer). +Works best on machine-generated, rather than scanned, PDFs. Built on [`pdfminer.six`](https://github.com/goulu/pdfminer). Currently [tested](tests/) on [Python 3.5, 3.6, 3.7, and 3.8](tox.ini).