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