spacypdfreader
spacypdfreader copied to clipboard
Easy PDF to text to spaCy text extraction in Python.
### Description - Add support for Python 3.12 - Add implicit support for all future versions of Python 3.X ### Related - Closes #21 - Related to #16
Support the ability to convert image(s) into a spaCy Doc object. For example: ```python import spacy from spacypdfreader import image_reader nlp = spacy.load("en_core_web_sm") doc = image_reader(["tests/data/test_img_01.jpg"], nlp) ```
Hello, Thank you for this useful library ! # The issue I had the following issue, with the following code : ``` python import spacy from spacypdfreader import pdf_reader nlp...
Blocked by Spacy: https://github.com/explosion/spaCy/issues/13885