···62 "test__repr_png_"
63 ];
64000000065 meta = with lib; {
66 description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables";
67 homepage = "https://github.com/jsvine/pdfplumber";
···62 "test__repr_png_"
63 ];
6465+ disabledTestPaths = [
66+ # Tests requires pypdfium2
67+ "tests/test_display.py"
68+ # Tests require Ghostscript
69+ "tests/test_repair.py"
70+ ];
71+72 meta = with lib; {
73 description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables";
74 homepage = "https://github.com/jsvine/pdfplumber";