ScoopInstaller_Main/tesseract.json
2018-12-13 14:10:29 +01:00

59 lines
2.0 KiB
JSON

{
"homepage": "https://github.com/UB-Mannheim/tesseract/wiki",
"license": "Apache-2.0",
"version": "4.0.0.20181030",
"architecture": {
"64bit": {
"url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v4.0.0.20181030.exe#/dl.7z",
"hash": "f590c1fb1a5e02781635758eada2d87084d64d1e6fb0f761ef8237e60d7ea8ea"
},
"32bit": {
"url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v4.0.0.20181030.exe#/dl.7z",
"hash": "edd28909ffb1d6961f9155441b8d9d5584c99cc8633ad5bb92f8bf4098201ea6"
}
},
"bin": [
"ambiguous_words.exe",
"classifier_tester.exe",
"cntraining.exe",
"combine_lang_model.exe",
"combine_tessdata.exe",
"dawg2wordlist.exe",
"lstmeval.exe",
"lstmtraining.exe",
"merge_unicharsets.exe",
"mftraining.exe",
"set_unicharset_properties.exe",
"shapeclustering.exe",
"tesseract.exe",
"text2image.exe",
"unicharset_extractor.exe",
"wordlist2dawg.exe"
],
"env_set": {
"TESSDATA_PREFIX": "$persist_dir\\tessdata"
},
"persist": "tessdata",
"notes": [
"Recognition data files can be installed via \"scoop install tesseract-languages\"",
"or downloaded manually from https://github.com/tesseract-ocr/tessdata_fast"
],
"suggest": {
"tesseract-languages": "tesseract-languages"
},
"checkver": {
"re": "tesseract-ocr-w32-setup-v(?<version>[\\d.]+).exe",
"url": "https://digi.bib.uni-mannheim.de/tesseract/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v$version.exe#/dl.7z"
},
"32bit": {
"url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v$version.exe#/dl.7z"
}
}
}
}