dunso / pdf-parser

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

Fix timeout callback #6

Closed gewoonwoutje closed 4 years ago

gewoonwoutje commented 4 years ago

The time-out callback was implemented using the wrong order of the parameters, making clients check if pdf is an instance.

dunso commented 4 years ago

Thanks for your pr, instead of callback, @antoninklopp has modified to handle asynchronously

dunso commented 4 years ago

If the new changes don't meet your needs, please let me know or give me a new pr. Thanks again.