Andrey Zhelnin

Results 2 issues of Andrey Zhelnin

Seems library not 100% python3 compatible. When I'm tying to run simple code: ``` import doc2text doc = doc2text.Document() doc = doc2text.Document(lang="eng") doc.read('pdf-sample.pdf') ``` I'm getting ``` Traceback (most recent...

Adds xrange replacement for python3