What problem does it solve? PDF to Markdown converters often lose tables, formatting, and heading structure without any objective way to measure the damage. This Skill quantifies conversion fidelity against gold reference files so regressions and quality gaps become measurable instead of anecdotal. ## Core Features & Use Cases - Multi-Dimensional Scoring: Computes a composite 0-100 score from table accuracy (40%), style preservation for bold/italic/headings (40%), robustness (10%), and performance (10%) using token-level F1 metrics. - Failure and Drift Analysis: Categorizes failures by severity and type, and produces line-by-line diff reports showing exactly where generated Markdown diverges from gold references. - CI/CD Quality Gates: Emits JSON reports with exit codes and configurable pass thresholds for automated pipeline enforcement. - Use Case: After modifying a PDF extraction crate, run the validator against your test corpus, compare the new report to the baseline with compare_runs.py, and catch regressions before merging. ## Quick Start Ask the AI to validate the generated Markdown files in your test directory against the .gold.md reference files and summarize the composite quality score.