Reflect (prior) shift to using only pdfminer.six

This commit is contained in:
Jeremy Singer-Vine
2020-08-13 08:40:07 -04:00
parent cbc91c67d0
commit 853aea2f2b
+1 -1
View File
@@ -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).