modesty / pdf2json

converts binary PDF to JSON and text, for server-side PDF processing and command-line use.
https://github.com/modesty/pdf2json
Other
1.99k stars 378 forks source link

Enhance parsebuffer logging #312

Closed nql5161 closed 1 year ago

nql5161 commented 1 year ago

This PR introduces a new parameter for the parseBuffer method so that one can toggle the verbosity used within this function.

After this PR, I would like to open a PR that adds documentation to pdfparser.js so that open source contribution is more welcome going forward in the future (please reference docs/document-pdfparser-class)

Thank you!