Does anybody work with PDFIO.jl?
I need to extract text from pdf, due to limiting of my knowledge, I don’t understand how to use the method to save text to string, which is printing to REPL.
the first argument to dPageExtractText is stdout indicating that the output is printed. If you want to capture the output, you may try something like this