bitzl / pdf-analysis

Analyse a corpus of PDF files to create metadata and quality statistics.
MIT License
1 stars 0 forks source link

Dies on validator exception #1

Closed bitzl closed 10 years ago

bitzl commented 10 years ago

Whenever an Exception occours in the validator, the whole program dies. As most validators will die sooner or later on a corpus of sufficently bad PDFs, the program needs to be more robust:

bitzl commented 10 years ago

Exceptions from metadata extraction and validaton are both catched and logged now.