Автоматизация обработки PDF: формы, таблицы, OCR
★ 6.5 · data
pdf-processing-pro is a Claude Code skill that provides production-ready PDF handling with support for forms, tables, OCR, and batch operations. It includes a suite of ready-to-use Python scripts — analyze_form.py, fill_form.py, extract_tables.py, extract_text.py, merge_pdfs.py, split_pdf.py, and more — each with a CLI interface, input validation, configurable logging, type hints, and standardized exit codes (0–4) for use in automation pipelines. The skill relies on pdfplumber, pypdf, pytesseract, and pandas; scanned-document OCR requires the Tesseract system package. It targets developers and data engineers who need to automate data extraction from PDF reports, batch-process invoices, or fill and validate forms reliably in production environments.
- #pdf-processing
- #forms
- #ocr
- #tables
- #batch-operations