markitdown
Convert Documents to Markdown
متاح أيضًا من: K-Dense-AI
Convert PDF, DOCX, PPTX, images, and other documents to clean Markdown format. Supports OCR for images, transcription for audio, and optional AI-enhanced image descriptions for better LLM processing.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "markitdown". Convert research_paper.pdf to Markdown
النتيجة المتوقعة:
- Converted research_paper.pdf → research_paper.md
- Extracted title, author, and all text content
- Preserved tables and formatted sections
استخدام "markitdown". Convert slides.pptx with AI image descriptions
النتيجة المتوقعة:
- Converted slides.pptx → slides.md
- AI generated descriptions for 12 images
- Included speaker notes from each slide
التدقيق الأمني
مخاطر منخفضةStatic analysis flagged 735 issues, but all are false positives. Findings originated from documentation files where markdown code formatting was misidentified as shell execution, placeholder API keys were flagged as credentials, and legitimate file+network patterns were marked as dangerous. Actual Python scripts are benign document conversion utilities from Microsoft.
عوامل الخطر
📁 الوصول إلى نظام الملفات (3)
🌐 الوصول إلى الشبكة (1)
🔑 متغيرات البيئة (1)
درجة الجودة
ماذا يمكنك بناءه
Convert Scientific Papers
Transform PDF papers to Markdown for literature review and AI analysis with proper formatting preservation.
Extract Presentation Content
Convert PowerPoint slides to Markdown for republishing, summarization, or content extraction workflows.
Process Spreadsheet Data
Convert Excel files to Markdown tables for easier data processing and analysis by AI systems.
جرّب هذه الموجهات
Use the markitdown skill to convert {filename.pdf} to Markdown and save it as {filename.md}Convert all PDF files in the {directory} folder to Markdown using markitdown and save outputs to {output_folder}Convert {presentation.pptx} to Markdown with AI-enhanced image descriptions using your OpenRouter API keyUse convert_literature.py to convert all papers in {input_dir} to Markdown, organize by year, and create an indexأفضل الممارسات
- Install optional dependencies for the file formats you need (pip install 'markitdown[pdf,docx,pptx]')
- Provide your OpenRouter API key via OPENROUTER_API_KEY environment variable for AI features
- Use batch_convert.py with --recursive flag for processing large document collections
تجنب
- Do not convert sensitive documents without reviewing the output first
- Avoid processing files in place - always specify a separate output directory
- Do not share API keys in prompts or commit them to version control