SamEdwardes / spacypdfreader

Easy PDF to text to spaCy text extraction in Python.
https://samedwardes.github.io/spacypdfreader/
MIT License
33 stars 1 forks source link

Bug fix/shed issues #19

Closed SamEdwardes closed 11 months ago

SamEdwardes commented 11 months ago

Using the shed command was removing unused imports, breaking the package. This PR removes shed and instead uses black and isort for formatting.

Closes #17