What problem does it solve? Analyzing PDFs on Android Termux is difficult because heavyweight document parsers often fail to build on mobile, and Python packages must work in both the Hermes virtual environment and the global Termux Python. This Skill provides a lightweight, verified workflow for reading, extracting, rendering, and OCR-ing PDFs on a phone. ## Core Features & Use Cases - Lightweight Tool Stack: Installs poppler, qpdf, tesseract, and ImageMagick via pkg, plus pypdf, pypdfium2, pdfplumber, and pytesseract via pip, avoiding heavy parsers like pymupdf, docling, or marker. - Dual-Runtime Verification: Checks that Python packages import correctly in both the Hermes venv and the global/system Python, with a full verification checklist and smoke tests on real PDFs. - OCR and Vision Workflows: Renders pages with pdftoppm for vision analysis or tesseract OCR, including Bulgarian language data setup via tessdata. - Use Case: A user receives a scanned Bulgarian invoice PDF on their phone. The Skill renders pages at high DPI, runs tesseract with eng+bul languages, and extracts text and tables with pdfplumber for summarization. ## Quick Start Ask the agent to install the PDF analysis tools on Termux and extract the text and tables from a specific PDF file, verifying the setup works in both the Hermes venv and global Python.