summaryrefslogtreecommitdiff
path: root/homebrew/tesseractlang/.beer
blob: 8e2a01e92b06263bb88a90dc8a30d08cfb921f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "TesseractLang",
    "description": "Enables extra languages support for Tesseract",
    "url": "https://github.com/tesseract-ocr/tessdata_fast/archive/4.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/tesseract-ocr/tessdata_fast/",
    "depends": [
        {
            "depend": "tesseract",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "testfile",
            "url": "https://raw.githubusercontent.com/tesseract-ocr/test/6dd816cdaf3e76153271daf773e562e24c928bf5/testing/eurotext.tif"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "rm \"eng.traineddata\"",
        "rm \"osd.traineddata\"",
        "(share/\"tessdata\").install Dir[\"*\"]"
    ],
    "version": "4.0.0",
    "file": "tesseract-lang.rb"
}