Closed zach-betz-hln closed 6 months ago
Hi @modesty - how do I install the package at this particular commit?
seems like a new version with the fix needs to be published to npm
I've worked around this by creating file src/@types/pdf2json/index.d.ts
with the below contents:
Hello. When the fix will be published?
published in 3.1.2
Thanks for this sweet library.
When using it in a TypeScript project and calling
pdfParser.getRawTextContent()
, I got this error:In the meantime, I was able to work around it by extending the class: