You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
This issue concerns chapter 8 of your tutorial.
It seems that pdftotext does not support the -htmlmeta flag anymore, so the metadata extraction you describe in the tutorial is broken when using the latest xpdf 4.0.0 version, see current documentation for pdftotext.
According to my tests, you can still access that information but you have to use the pdfinfo command for that.
Another point regarding that notebook: the Python library reference recommends using subprocess.run for everything. Is there a specific reason why you're using subprocess.call in the tutorial instead?
Thanks for these great tutorials.
Best regards,
Florian
The text was updated successfully, but these errors were encountered:
Hi,
This issue concerns chapter 8 of your tutorial.
It seems that pdftotext does not support the -htmlmeta flag anymore, so the metadata extraction you describe in the tutorial is broken when using the latest xpdf 4.0.0 version, see current documentation for pdftotext.
According to my tests, you can still access that information but you have to use the pdfinfo command for that.
Another point regarding that notebook: the Python library reference recommends using
subprocess.run
for everything. Is there a specific reason why you're usingsubprocess.call
in the tutorial instead?Thanks for these great tutorials.
Best regards,
Florian
The text was updated successfully, but these errors were encountered: