What problem does it solve? Reading and analyzing PDF documents on an Android phone is difficult, especially when key data lives in charts, scanned pages, or complex tables. This Skill provides a complete Termux-based workflow to extract grounded values from local PDFs without needing a laptop or desktop tools. ## Core Features & Use Cases - Text and Table Extraction: Uses poppler tools (pdfinfo, pdftotext, pdftoppm) plus Python libraries (pypdf, pypdfium2, pdfplumber) to pull text, metadata, and tables from PDFs stored in Android shared storage. - Chart Rendering and OCR: Renders chart-heavy pages to PNG for visual analysis and runs Tesseract OCR on scanned or image-only PDFs when text extraction fails. - PageSpeed and CrUX Reports: Includes a dedicated pattern for analyzing PageSpeed Insights and CrUX Vis PDFs, extracting performance scores, Core Web Vitals metrics, and trend interpretations with correct rolling-window reasoning. - Use Case: A user downloads a CrUX Vis PDF to their phone and asks when site performance started degrading. The Skill locates the file in Downloads, renders the chart pages, reads the trend visually, and reports the first deterioration period while noting CrUX's 28-day rolling window caveat. ## Quick Start Analyze the PDF file in my Downloads folder and extract its text, tables, and chart values with a grounded report.