What problem does it solve? Converting documents like PDFs, DOCX files, and images into clean, structured Markdown usually requires manual copy-pasting or complex tooling. This Skill automates that conversion locally, producing Markdown output ready for documentation, note-taking, or downstream text processing. ## Core Features & Use Cases - Multi-Format Conversion: Converts PDF, DOCX, and image files into structured Markdown using IBM's Docling library. - CPU-Only Operation: Runs entirely on CPU with no GPU requirement, suitable for standard Linux environments. - Automatic Dependency Setup: Checks for and installs the docling Python package automatically on first run. - Use Case: You receive a vendor report as a PDF and need its content in Markdown for your knowledge base. Run the conversion script and get a clean .md file saved alongside the original. ## Quick Start Ask the AI to convert your PDF or Word document to Markdown using the docling-ocr skill, providing the path to your input file.