dunso / pdf-parser

Convert PDF content and layout information with pdf.js
Apache License 2.0
21 stars 7 forks source link

Make pdf2json async #5

Closed antoninklopp closed 4 years ago

antoninklopp commented 4 years ago

Hi,

Thanks for the amazing work with this package. I personally needed to make the pdf2json function async since waiting for a callback is not the best method to wait for the result.

This is surely a breaking change but maybe one you should consider.

I also don't understand why there is almost two version of each file.