Tag pdftotext
If you want to read in the Bash, on the command line on Linux a PDF file, you don’t need a graphical program. You need the command pdftotext. But you have to install the collection of poppler-utils. What are the poppler-utils? Poppler-utils are collections of helpful PDF commands for the bash. Where to find the poppler-utils: poppler-utils ar... mehr auf sven-essen.de
Manchmal möchte man aus einem PDF den Text extrahieren oder Infos aus dem PDF gewinnen. Das geht mit den poppler Utils auf dem Raspberry Pi. Wir laden uns die poppler.pdf als Beispiel in ein Verzeichnis. Dann rufen wir die pdftotext Anwendung auf: pdftotext poppler.pdf und wir erhalten eine neue Datei poppler.txt mit dem Text aus … ... mehr auf blog.wenzlaff.de