python3Packages.rapidocr-onnxruntime: 1.4.1 -> 1.4.4

https://github.com/RapidAI/RapidOCR/releases/tag/v1.4.4
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:08 +01:00
parent 945fef47cd
commit 025ada7b75
@@ -21,13 +21,13 @@
requests,
}:
let
version = "1.4.1";
version = "1.4.4";
src = fetchFromGitHub {
owner = "RapidAI";
repo = "RapidOCR";
tag = "v${version}";
hash = "sha256-6ohh4NSYqJ+i1JRdsKbcJZns07c+roVJ87r0lvBbExU=";
hash = "sha256-x0VELDKOffxbV3v0aDFJFuDC4YfsGM548XWgINmRc3M=";
};
models =
@@ -121,7 +121,7 @@ buildPythonPackage {
# This seems to be related to https://github.com/microsoft/onnxruntime/issues/10038
# Also some related issue: https://github.com/NixOS/nixpkgs/pull/319053#issuecomment-2167713362
badPlatforms = [ "aarch64-linux" ];
changelog = "https://github.com/RapidAI/RapidOCR/releases/tag/v${version}";
changelog = "https://github.com/RapidAI/RapidOCR/releases/tag/${src.tag}";
description = "Cross platform OCR Library based on OnnxRuntime";
homepage = "https://github.com/RapidAI/RapidOCR";
license = with lib.licenses; [ asl20 ];