Unverified Commit a7ecdfd9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #262948 from fabaff/google-cloud-vision-bump

python311Packages.google-cloud-vision: 3.4.4 -> 3.4.5
parents 18f30ffe 2c5dec5d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -62,6 +62,13 @@ buildPythonPackage rec {
    "test__repr_png_"
  ];

  disabledTestPaths = [
    # Tests requires pypdfium2
    "tests/test_display.py"
    # Tests require Ghostscript
    "tests/test_repair.py"
  ];

  meta = with lib; {
    description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables";
    homepage = "https://github.com/jsvine/pdfplumber";