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
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.
The text was updated successfully, but these errors were encountered:
https://github.com/opendatalab/MinerU#3-modify-the-configuration-file-for-additional-configuration
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: