GET /api/v1/ports/tesseract-deu/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "tesseract-deu",
    "portdir": "textproc/tesseract",
    "version": "4.1.0",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tesseract-ocr/tessdata",
    "description": "German language data for the Tesseract OCR engine",
    "long_description": "German language data for the Tesseract OCR engine",
    "active": true,
    "categories": [
        "graphics",
        "textproc",
        "pdf"
    ],
    "maintainers": [
        {
            "name": "mark",
            "github": "markemer",
            "ports_count": 112
        }
    ],
    "variants": [
        "best",
        "fast"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "tesseract"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "R-tesseract"
            ]
        }
    ]
}