spacypdfreader icon indicating copy to clipboard operation
spacypdfreader copied to clipboard

Easy PDF to text to spaCy text extraction in Python.

Results 6 spacypdfreader issues
Sort by recently updated
recently updated
newest added

### Description - Add support for Python 3.12 - Add implicit support for all future versions of Python 3.X ### Related - Closes #21 - Related to #16

enhancement

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) ```

enhancement

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...

enhancement

Blocked by Spacy: https://github.com/explosion/spaCy/issues/13885