diff --git a/bucket/umi-ocr-all-lang.json b/bucket/umi-ocr-all-lang.json deleted file mode 100644 index c85e57e4d..000000000 --- a/bucket/umi-ocr-all-lang.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - } - } - } -} diff --git a/bucket/umi-ocr.json b/bucket/umi-ocr.json deleted file mode 100644 index e96eb1aae..000000000 --- a/bucket/umi-ocr.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "homepage": "https://github.com/hiroi-sora/Umi-OCR", - "description": "OCR 批量图片转文字识别软件,带界面,离线运行。可排除图片中水印区域的干扰,提取干净的文本。基于 PaddleOCR。", - "license": "MIT", - "version": "2.1.0", - "url": [ - "https://github.com/hiroi-sora/Umi-OCR/releases/download/release%2F2.1.0/Umi-OCR_Paddle_v2.1.0.7z.exe" - ], - "hash": [ - "5349728289f353a25b5f570fe11795bb60d80c1df419bcc9977899b6c1c723a6" - ], - "extract_dir": "Umi-OCR_Paddle_v2.1.0", - "pre_install": "if (!(Test-Path \"$persist_dir\\UmiOCR-data\\.pre_settings\")) { New-Item \"$dir\\UmiOCR-data\\.pre_settings\" -ItemType File | Out-Null }", - "bin": "Umi-OCR.exe", - "shortcuts": [ - [ - "Umi-OCR.exe", - "Umi-OCR" - ] - ], - "persist": "UmiOCR-data\\.pre_settings", - "checkver": "github", - "autoupdate": { - "url": "https://github.com/hiroi-sora/Umi-OCR/releases/download/release%2F$version/Umi-OCR_Paddle_v$version.7z.exe", - "extract_dir": "Umi-OCR_Paddle_v$version" - } -}