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 Jun 15, 2023. It is now read-only.
pdfx is very helpful for us to analyze a few things. Thanks for creating pdfx.
But we have a small problem. When a pdf file contains much text pdfx / python only fails after the "too many recursions" error is thrown.
It would be helpful to have a max-timeout option to prevent that pdfx tries to parse files for 45 minutes and more (in our case).
And another small question: how could we scan / check many files at once in the best way? So far we run single pdfx commands from a bash script and wait until every command has finished. Using the & trick would cause some issues with the job scheduler of the OS and that the whole OS freezes.
The text was updated successfully, but these errors were encountered:
Hi,
pdfx is very helpful for us to analyze a few things. Thanks for creating pdfx.
But we have a small problem. When a pdf file contains much text pdfx / python only fails after the "too many recursions" error is thrown.
It would be helpful to have a max-timeout option to prevent that pdfx tries to parse files for 45 minutes and more (in our case).
And another small question: how could we scan / check many files at once in the best way? So far we run single pdfx commands from a bash script and wait until every command has finished. Using the & trick would cause some issues with the job scheduler of the OS and that the whole OS freezes.
The text was updated successfully, but these errors were encountered: