What problem does it solve?
Legal professionals often receive case files, medical records, evidence scans, and invoices as scanned PDFs or images that cannot be searched or edited. This Skill converts those documents into editable Markdown while preserving a full archive of the original file, structured JSON, and per-batch results for review and traceability.
Core Features & Use Cases
- Legal Document OCR: Converts local PDFs and images (PNG, JPG, TIFF, etc.) into Markdown via the PaddleOCR layout-parsing API, handling tables, formulas, multi-column layouts, and complex scanned pages.
- Automatic Batching for Large Files: Splits long case files by page count or estimated payload size, then merges results into a single Markdown document.
- Traceable Archive: Stores the input file, result.md, result.json, batch-level JSON, extracted images, and metadata.json under an archive directory for later verification.
- Use Case: A lawyer receives a 200-page scanned case dossier. The Skill automatically splits it into batches, calls the PaddleOCR API, merges the output into one Markdown file, and archives every batch response so OCR quality can be audited later.
Quick Start
Ask the AI to convert a local legal PDF such as case-file.pdf into Markdown with the paddle-ocr skill, optionally limiting the page range.