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

{
    "name": "tesseract-training",
    "portdir": "textproc/tesseract",
    "version": "5.4.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tesseract-ocr/tesseract",
    "description": "Open source OCR engine",
    "long_description": "This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns.",
    "active": true,
    "categories": [
        "graphics",
        "textproc",
        "pdf"
    ],
    "maintainers": [
        {
            "name": "mark",
            "github": "markemer",
            "ports_count": 114
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "asciidoc",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "libarchive",
                "pango",
                "curl",
                "zlib",
                "icu",
                "cairo",
                "leptonica",
                "libjpeg-turbo"
            ]
        }
    ],
    "depends_on": []
}