Using PDF to Markdown while keeping images
This version processes the PDF on the server, extracts headings, paragraphs, and images, and embeds extracted images directly in Markdown as base64 data. It is useful for knowledge bases and notes that need to keep text and images together.
Base64 images make the Markdown file much larger, while complex tables, columns, and scanned pages may still need manual cleanup. The page accepts one PDF up to 10MB, and very long output can be truncated at the server limit.
