{
  "name": "pi-ocr",
  "version": "1.4.0",
  "description": "Pi extension: Zero-setup multi-backend OCR — MinerU (free cloud), Ollama (local GPU, LaTeX formulas), Pix2Text (local Python). Extract text, formulas, and tables from images and PDFs. Default: zero config, works out of the box.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-ocr",
    "coding-agent",
    "ocr",
    "pdf",
    "pdf-to-markdown",
    "latex",
    "math-ocr",
    "formula-recognition",
    "image-to-text",
    "document-ocr",
    "glm-ocr",
    "ollama",
    "mineru",
    "pix2text",
    "deepseek",
    "multi-backend",
    "free-ocr"
  ],
  "license": "MIT",
  "author": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/astronautJack/pi-ocr.git"
  },
  "files": [
    "extensions/",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^25.9.1",
    "typebox": "*",
    "typescript": "^6.0.3"
  }
}
