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
code is like;
const options = { text: true } pdf2html.pages('m.pdf',options,(err, htmlPages) => { if (err) { console.error('Conversion error: ' + err) } else { console.log(htmlPages) } })
pdf is like
Name: __ZZH_____
but find text is Name: __________(Ps; it is a input box) Can anyone Help the case
The text was updated successfully, but these errors were encountered:
@zzhgithub Could you share the pdf file? Please note that this library is merely a wrapper for tika.
Sorry, something went wrong.
No branches or pull requests
code is like;
pdf is like
but find text is Name: __________(Ps; it is a input box)
Can anyone Help the case
The text was updated successfully, but these errors were encountered: