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
Thanks for a great tool. I haven't seen this addressed anywhere, so I'll ask it here.
I have some large PDFs that consist of tables and some "regular" text. What I'd like to do is convert the PDF to a single HTML (or Markdown) file that does a simple text extract for the non-tabular parts, but then uses Camelot for the tabular parts, while keeping the overall order of the document intact.
Basically, keep all of the content in order, but with the tabular data appropriately formatted in HTML/Markdown. For my situation, I want to keep the surrounding context before and after the tables.
Is there a way to do this? If not, might someone point me to where in the Camelot code would be a good place to insert such a patch?
The text was updated successfully, but these errors were encountered:
Thanks for a great tool. I haven't seen this addressed anywhere, so I'll ask it here.
I have some large PDFs that consist of tables and some "regular" text. What I'd like to do is convert the PDF to a single HTML (or Markdown) file that does a simple text extract for the non-tabular parts, but then uses Camelot for the tabular parts, while keeping the overall order of the document intact.
Basically, keep all of the content in order, but with the tabular data appropriately formatted in HTML/Markdown. For my situation, I want to keep the surrounding context before and after the tables.
Is there a way to do this? If not, might someone point me to where in the Camelot code would be a good place to insert such a patch?
The text was updated successfully, but these errors were encountered: