1 { lib, buildPythonPackage, fetchPypi, poppler }:
3 buildPythonPackage rec {
9 sha256 = "98aeb8b07a4127e1a30223bd933ef080bbd29aa88f801717ca6c5618380b8aa6";
12 buildInputs = [ poppler ];
15 description = "Simple PDF text extraction";
16 homepage = "https://github.com/jalan/pdftotext";
17 license = licenses.mit;
18 maintainers = with maintainers; [ earvstedt ];