Thanks for the quick intro into this horrible pdf structure thing....and above: Thanks a lot for the pdfminer tools, which are definitely exact the solution for my problem.
i'm trying to make a shell script that i can pipe data into. so far, i haven't found a way to do it. your text extraction script is able to do it, but i don't really understand it. could you elaborate a bit on how '( /bin/echo -ne; cat "$@" )' works, especially the cat "$@" part?
Nice tutorial, thanks!
akuzminich 3 weeks ago
Thanks for the quick intro into this horrible pdf structure thing....and above: Thanks a lot for the pdfminer tools, which are definitely exact the solution for my problem.
2Milchkaffee 11 months ago
Thanks for the tutorial!
zzleeper 1 year ago
Nice demo. Thanks!
absk82 1 year ago
hi there,
i'm trying to make a shell script that i can pipe data into. so far, i haven't found a way to do it. your text extraction script is able to do it, but i don't really understand it. could you elaborate a bit on how '( /bin/echo -ne; cat "$@" )' works, especially the cat "$@" part?
thank you,
bamdad
bamdadkhan 1 year ago