captchaforge 0.2.40

Captcha detection and solving for Firefox and BiDi-driven browsers. Detection, vendor solver scaffolding, trusted cross-origin click delivery into nested OOPIFs, and stealth personas are implemented and tested; broad live-vendor solve rates are not yet benchmarked.
Documentation
{
  "version": "0.2.31",
  "description": "Automatic CAPTCHA detection + multi-strategy solver for headless browsers",
  "homepage": "https://github.com/santhreal/captchaforge",
  "license": "MIT OR Apache-2.0",
  "architecture": {
    "64bit": {
      "url": "https://github.com/santhreal/captchaforge/releases/download/v0.2.31/captchaforge-v0.2.31-x86_64-pc-windows-msvc.zip",
      "hash": "REPLACE_ME_x86_64_pc_windows_msvc",
      "extract_dir": "captchaforge-v0.2.31-x86_64-pc-windows-msvc"
    }
  },
  "bin": "captchaforge.exe",
  "checkver": {
    "github": "https://github.com/santhreal/captchaforge"
  },
  "autoupdate": {
    "architecture": {
      "64bit": {
        "url": "https://github.com/santhreal/captchaforge/releases/download/v$version/captchaforge-v$version-x86_64-pc-windows-msvc.zip",
        "extract_dir": "captchaforge-v$version-x86_64-pc-windows-msvc"
      }
    },
    "hash": {
      "url": "$url.sha256"
    }
  },
  "notes": [
    "Chromium is required at runtime. Install via 'scoop install chromium'.",
    "Optional: 'scoop install tesseract' for the OCR fallback solver."
  ]
}