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
I encountered an issue while using the Docling CLI (version 2.36.1) to convert a PDF to Markdown. I ran the conversion on the following PDF: https://intra.ece.ucr.edu/~rlake/Whitesides_writing_res_paper.pdf
with the following command:
The generated Markdown file contains encoded strings like:
/C87/C104/C101/C110
These appear to be ASCII character codes. When I manually convert these codes to characters, the result is actually a correct Markdown version of the PDF’s content.