You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
right now I'm using this config:
{
// other config
"layout-config": {
"model": "layoutlmv3" // Please change to "doclayout_yolo" when using doclayout_yolo.
},
"formula-config": {
"mfd_model": "yolo_v8_mfd",
"mfr_model": "unimernet_small",
"enable": true // The formula recognition feature is enabled by default. If you need to disable it, please change the value here to "false".
},
"table-config": {
"model": "rapid_table", // Default to using "rapid_table", can be switched to "tablemaster" or "struct_eqtable".
"enable": True, // The table recognition feature is disabled by default. If you need to enable it, please change the value here to "true".
"max_time": 400
}
}
The tables are recognized, but saved as images and not as html in the markdown. What should I change?
Thanks in advance.
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: