SuffolkLITLab / FormFyxer

A tool for learning about and pre-processing forms
MIT License
11 stars 1 forks source link

Track down big errors with readability statistics #63

Closed nonprofittechy closed 2 years ago

nonprofittechy commented 2 years ago

E.g., http://suffolk-form-explorer.herokuapp.com/form_explorer/form_explorer/168.json

it looks like maybe the parse_form method is not correctly decrypting the input PDF? It's a mishmash of pypdf2, qpdf on the commandline, and pikepdf in other functions. We should clean this up as well.

see #28