pdf2json
pdf2json copied to clipboard
Error: Requesting object that isn't resolved yet
Hello!
I'm getting an error when trying to parse a document containing emojis

This is the file that i'm trying to parse: emojis.pdf And here is a minimal sandbox showing the error: https://codesandbox.io/s/thirsty-keller-suglx?file=/src/index.js
The file was originally made using playwright with a headless chromium and printing the page as pdf
as the error msg states, emojis is not supported, yet. exception is correctly thrown and caught.
hello @modesty, thanks for the reply. Any chance this could be just a warning and keep parsing the rest of the document instead of throwing error?
fix is pushed to feat/eslintNtypescript, will be included in v3.1.3