···
···
-
hash = "sha256-QCddxgVdLaAJLfKCy+tnQsxownfl1Uv0TXhFRiFi9cY=";
···
./remove-import-imaug.patch
# trying to relax only pymupdf makes the whole build fail
···
-
propagatedBuildInputs = [
···
# TODO: The tests depend, among possibly other things, on `cudatoolkit`.
···
# nativeCheckInputs = with pkgs; [ which cudatoolkit ];
homepage = "https://github.com/PaddlePaddle/PaddleOCR";
-
license = licenses.asl20;
description = "Multilingual OCR toolkits based on PaddlePaddle";
PaddleOCR aims to create multilingual, awesome, leading, and practical OCR
tools that help users train better models and apply them into practice.
changelog = "https://github.com/PaddlePaddle/PaddleOCR/releases/tag/${src.tag}";
-
maintainers = with maintainers; [ happysalada ];
···
···
+
hash = "sha256-B8zIiRpvT0oa/Gg2dLXTqBZmM+XDH3sOzODvleN638E=";
···
./remove-import-imaug.patch
+
substituteInPlace pyproject.toml \
+
--replace-fail "==72.1.0" ""
# trying to relax only pymupdf makes the whole build fail
···
···
# TODO: The tests depend, among possibly other things, on `cudatoolkit`.
···
# nativeCheckInputs = with pkgs; [ which cudatoolkit ];
homepage = "https://github.com/PaddlePaddle/PaddleOCR";
+
license = lib.licenses.asl20;
description = "Multilingual OCR toolkits based on PaddlePaddle";
PaddleOCR aims to create multilingual, awesome, leading, and practical OCR
tools that help users train better models and apply them into practice.
changelog = "https://github.com/PaddlePaddle/PaddleOCR/releases/tag/${src.tag}";
+
maintainers = with lib.maintainers; [ happysalada ];