Skip to content
New issue

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

Use pagesHtml but input is loss #42

Open
zzhgithub opened this issue Sep 19, 2022 · 1 comment
Open

Use pagesHtml but input is loss #42

zzhgithub opened this issue Sep 19, 2022 · 1 comment

Comments

@zzhgithub
Copy link

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

@shebinleo
Copy link
Owner

@zzhgithub Could you share the pdf file? Please note that this library is merely a wrapper for tika.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants