Solve text detection issue with PyMuPDF

This commit is contained in:
James R. Barlow
2018-03-15 22:29:56 -07:00
parent e88ec9822b
commit e5f27b7a12
3 changed files with 26 additions and 26 deletions
+2 -1
View File
@@ -233,7 +233,8 @@ setup(
'reportlab>=3.3.0', # oldest released version with sane image handling
'PyPDF2>=1.26', # pure Python, so track HEAD closely
'img2pdf>=0.2.3', # pure Python, so track HEAD closely
'cffi>=1.9.1' # must be a setup and install requirement
'cffi>=1.9.1', # must be a setup and install requirement
'PyMuPDF >= 1.12.3'
],
tests_require=tests_require,
entry_points={