01Convert DOCX files to Markdown, maintaining formatting, tables, and hyperlinks
02Accepts base64-encoded content for single-file conversions
03Batch convert multiple files at once, with individual error handling
04Convert PDF files to structured Markdown, preserving headings, lists, and tables
05Convert PPTX files to Markdown, with each slide becoming an H2 section including speaker notes
06Auto-detect file type and route to the correct converter based on extension or MIME type
071 GitHub stars