Show HN: Pdf2md – 10MB Rust PDF-to-Markdown Tool with a Free API
Pdf2md is a Rust-based tool that converts PDF files to Markdown format while preserving images, tables, and formulas. The service offers a free API for users to convert PDFs by sending them directly to the conversion endpoint. Users can receive a response that includes the converted Markdown, image links, and a ZIP download URL.
- ▪Pdf2md is a free API that converts PDF files to Markdown format.
- ▪The maximum PDF size for conversion is 20 MB, and only one conversion can run at a time.
- ▪Responses include the converted Markdown, image links, and a ZIP download URL.
Opening excerpt (first ~120 words) tap to expand
pdf2md GitHub API Blazing Fast PDF2MD Tool Rust-based PDF to Markdown engine. Images, Tables, Formulas are all preserved. Try curl python node go api Choose PDF No file selected Choose a PDF to start. PDF to Markdown API The PDF to Markdown API is free to use. Send a PDF file directly to the conversion endpoint. The response includes Markdown, extracted image links, and a ZIP download URL. Endpoint POST https://pdf2md.deepdiy.net/v1/convert Content-Type: application/pdf curl example curl -X POST "https://pdf2md.deepdiy.net/v1/convert" \ -H "Content-Type: application/pdf" \ --data-binary @paper.pdf Success response { "status": "succeeded", "markdown": "# Paper title\n\nConverted Markdown...", "images": [ { "path": "assets/page_0001_order_0001_class_6.png", "url": "https://..." } ],…
Excerpt limited to ~120 words for fair-use compliance. The full article is at PDF2MD.