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

How to save table data as HTML instead of images. #905

Open
JongHyeonPart opened this issue Nov 8, 2024 · 1 comment
Open

How to save table data as HTML instead of images. #905

JongHyeonPart opened this issue Nov 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JongHyeonPart
Copy link

I attempted to convert PDF files to Markdown, but the table data keeps getting converted into images.

I have already updated the 'table-config' parameter in 'magic-pdf.template.json':

"table-config": {
"model": "TableMaster",
"is_table_recog_enable": true,
"max_time": 400
}

But it didn't work.

Is there any other way to ensure that tables are converted to HTML instead of images, so that the Markdown file includes them as HTML tables?

Thank you very much.

@JongHyeonPart JongHyeonPart added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants