Open
Description
I am struggling to figure out how to use this library to read a pdf as text for the purpose of Natural Language Processing as an alternative to
using Taro
Taro.init()
meta, txtdata = Taro.extract(files[1]);
as shown in
https://github.com/aviks/nlp-workshop/blob/master/NLP-in-julia.ipynb
Or can I not use this library in stead of Taro (which I cannot compile on Julia 1.0.2)?