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]);
Or can I not use this library in stead of Taro (which I cannot compile on Julia 1.0.2)?