rsteca

Results 2 issues of rsteca

I get this error when trying to use the code with GPU (it works fine with CPU): ```2019-05-14 19:51:48,049 - VOC_TOPICS - INFO - Using computation device: cuda:0 2019-05-14 19:51:48,675...

When doing: ``` import doc2text doc = doc2text.Document() doc.read('something.pdf') doc.process() ``` I get: ``` Error in /usr/local/lib/python2.7/dist-packages/doc2text/page.py on line 23 dst is not a numpy array, neither a scalar Error...