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, I'm trying to use the pdf_content_list.json for further processing. I want to use the page number as a reference back to the original pdf. Is there anyway I can have the page_number for each element in the json. Right now I only have something like:
{
"type": "text",
"text": "Hello",
"text_level": 1
}
I saw that in the preprocess files there is page_ID, how can I add it to the content list?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to use the pdf_content_list.json for further processing. I want to use the page number as a reference back to the original pdf. Is there anyway I can have the page_number for each element in the json. Right now I only have something like:
{
"type": "text",
"text": "Hello",
"text_level": 1
}
I saw that in the preprocess files there is page_ID, how can I add it to the content list?
Beta Was this translation helpful? Give feedback.
All reactions