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