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 there, does magic-doc also support outputting a structured json file (like in magic-pdf/minerU) which e.g shows the content this way:
[
{
"type": "text",
"text": "EXAMPLE TITLE ",
"text_level": 1,
"page_idx": 0
},
{
"type": "text",
"text": "SOME TEXT ABOUT THE DOC ",
"page_idx": 0
},
{
"type": "text",
"text": "SOME DETECTED SUBHEADER: ",
"text_level": 1,
"page_idx": 0
},
Would be great if one could get a output also this way, as this would allign well if one has a mix of pdfs and word documents and wants to get structured jsons for all instead of markdowns.
The text was updated successfully, but these errors were encountered:
Hi there, does magic-doc also support outputting a structured json file (like in magic-pdf/minerU) which e.g shows the content this way:
Would be great if one could get a output also this way, as this would allign well if one has a mix of pdfs and word documents and wants to get structured jsons for all instead of markdowns.
The text was updated successfully, but these errors were encountered: