diff --git a/bucket/umi-ocr-all-lang.json b/bucket/umi-ocr-all-lang.json new file mode 100644 index 000000000..c85e57e4d --- /dev/null +++ b/bucket/umi-ocr-all-lang.json @@ -0,0 +1,27 @@ +{ + "homepage": "https://github.com/hiroi-sora/Umi-OCR", + "description": "Offline OCR image-to-text tool.", + "version": "1.3.7", + "license": "MIT", + "url": "https://github.com/hiroi-sora/Umi-OCR/releases/download/v1.3.7/Umi-OCR.v1.3.7_ALL_languages.7z", + "hash": "5fcfbffce0148ff09ce58eea15a52c4d49c99903c7b5afd712f45862ba4026e1", + "extract_dir": "Umi-OCR 多国语言整合版", + "shortcuts": [ + [ + "Umi-OCR 文字识别.exe", + "Umi-OCR" + ] + ], + "persist": "Umi-OCR_config.json", + "checkver": { + "url": "https://github.com/hiroi-sora/Umi-OCR/releases/latest", + "regex": "/releases/tag/v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hiroi-sora/Umi-OCR/releases/download/v$version/Umi-OCR.v$version_ALL_languages.7z" + } + } + } +}