We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node version: v20.11.0 pdf-text-reader version: 4.0.1 os version: Ubuntu 22.04.3 LTS
my code in index.js :
const { readPdfText } = require('pdf-text-reader') const filePath = './files/file.pdf';
(async () => {
const pdfText = await readPdfText({url: filePath}); console.info(pdfText);
})();
print Warning: TT: undefined function: 3 on the console when run node index.js
The text was updated successfully, but these errors were encountered:
Facing the same problem
Sorry, something went wrong.
Can you please try again using the latest version? (5.0.1). It includes an updated pdfjs-dist dependency which might help.
pdfjs-dist
Other than that, I haven't been able to repro this yet so I don't know what else to do 🙃
No branches or pull requests
node version: v20.11.0
pdf-text-reader version: 4.0.1
os version: Ubuntu 22.04.3 LTS
my code in index.js :
const { readPdfText } = require('pdf-text-reader')
const filePath = './files/file.pdf';
(async () => {
const pdfText = await readPdfText({url: filePath});
console.info(pdfText);
})();
print Warning: TT: undefined function: 3 on the console when run node index.js
The text was updated successfully, but these errors were encountered: