{
  "source": {
    "document": "IRS Publication 1040 (2025) \u2014 Tax and Earned Income Credit Tables",
    "file": "data/raw/irs-tax-table-2025.pdf",
    "url": "https://www.irs.gov/pub/irs-pdf/i1040tt.pdf",
    "pages_processed": "3-13"
  },
  "extracted": {
    "rows": 1940,
    "values": 7760,
    "rows_per_page": {
      "3": 180,
      "4": 180,
      "5": 180,
      "6": 180,
      "7": 180,
      "8": 180,
      "9": 180,
      "10": 180,
      "11": 180,
      "12": 180,
      "13": 140
    },
    "numeric_lines_skipped": 33
  },
  "verification": {
    "rows": 1940,
    "expected_rows": 1940,
    "income_from": 3000,
    "income_to": 100000,
    "duplicate_bands": 0,
    "missing_bands": 0,
    "monotonicity_breaks": 0,
    "problems": [],
    "complete": true
  },
  "excluded_section": {
    "range": "$0 - $2,999",
    "page": 2,
    "reason": "variable band widths ($5/$10/$25) and a broken PDF text layer that splits single rows across multiple lines; also shares the page with a worked 'Sample Table' example whose numbers mimic real rows",
    "recommendation": "manual entry, ~120 rows, or a second pass using positional extraction rather than text flow"
  }
}
