What problem does it solve? Scanned documents, photos of pages, and handwritten notes contain valuable text, tables, and formulas locked in image form. This Skill converts them into clean Markdown and structured JSON entirely on your local machine, with no cloud APIs or API keys required. ## Core Features & Use Cases - Local OCR Pipeline: Runs GLM-OCR through Ollama on localhost, combined with PP-DocLayoutV3 layout detection to identify columns, tables, figures, and formulas. - Structured Output: Produces Markdown with GFM tables and LaTeX-style formulas, plus a JSON file containing bounding boxes for every detected block. - Multi-Format Input: Accepts PNG, JPG, JPEG, WEBP images and multi-page PDFs rendered at configurable DPI. - Use Case: You receive a scanned contract as a PDF. Run the pipeline to get a Markdown transcription with tables preserved and per-block coordinates, ready for archiving or further analysis. ## Quick Start Ask the assistant to OCR your scanned PDF or image file with glm-ocr and save the resulting Markdown and JSON next to the original document.