clips / pattern

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
https://github.com/clips/pattern/wiki
BSD 3-Clause "New" or "Revised" License
8.74k stars 1.58k forks source link

fix(setup): require pdfminer for python 3 and pdfminer.six for python 2 #291

Open tuky opened 4 years ago

tuky commented 4 years ago

Taken from https://github.com/euske/pdfminer:

Starting from version 20191010, PDFMiner supports Python 3 only. For Python 2 support, check out pdfminer.six.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.9%) to 67.385% when pulling e3b5e4874f904e66cf246b77dc4eb9183c9c9cbf on tuky:patch-1 into 5b85d998c30ddc6772b56310713530224466083a on clips:master.

ray-grointel commented 4 years ago

New update https://github.com/euske/pdfminer:

Warning: As of 2020, PDFMiner is not actively maintained. The code still works, but this project is largely dormant. For the active project, check out its fork pdfminer.six.