8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "14f9hkp7pr677085w8iidwd0la9cjzy3pyj3rdg9b03nz9pc0w6p";
20 # hocr-tools uses a test framework that requires internet access
23 propagatedBuildInputs = [ pillow lxml reportlab ];
27 Tools for manipulating and evaluating the hOCR format for representing multi-lingual OCR results by embedding them into HTML";
28 homepage = "https://github.com/tmbdev/hocr-tools";
29 license = licenses.asl20;
30 maintainers = [ maintainers.kiwi ];