Emad Gohari

Results 3 comments of Emad Gohari

@jsvine Hey thanks for replying! I have a PDF but its confidential ... I will try to find a good public one and reply here.

@jsvine PDF sample from here: https://www.manualslib.com/manual/975349/Subaru-Eyesight.html I found this PDF which is similar to what I am working on, and includes SVG images. [eyesight.pdf](https://github.com/jsvine/pdfplumber/files/6780487/eyesight.pdf)

@nonowar7 Look into the spaCy documentations. (on a spaCy Span or Doc object, "orth_" attribute contains the text for it) ``` text = "this is my sentence." doc = nlp(text)...