File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
pkgs/development/python-modules/docling Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 99 # dependencies
1010 beautifulsoup4 ,
1111 certifi ,
12- deepsearch-glm ,
1312 docling-core ,
1413 docling-ibm-models ,
1514 docling-parse ,
4948
5049buildPythonPackage rec {
5150 pname = "docling" ;
52- version = "2.23.0 " ;
51+ version = "2.25.1 " ;
5352 pyproject = true ;
5453
5554 src = fetchFromGitHub {
5655 owner = "DS4SD" ;
5756 repo = "docling" ;
5857 tag = "v${ version } " ;
59- hash = "sha256-ySywKaLxjtgQM7RtzJrxZDS3z8uMwAwPDYO51uKHT28 =" ;
58+ hash = "sha256-uJZIwXVwGd9xDBQkZ/uz2XLJ+lL1ZAZHJv/jHtW/LCk =" ;
6059 } ;
6160
6261 build-system = [
@@ -66,7 +65,6 @@ buildPythonPackage rec {
6665 dependencies = [
6766 beautifulsoup4
6867 certifi
69- deepsearch-glm
7068 docling-core
7169 docling-ibm-models
7270 docling-parse
@@ -133,6 +131,19 @@ buildPythonPackage rec {
133131 "test_e2e_pdfs_conversions" # AssertionError: ## TableFormer: Table Structure Understanding with Transf
134132 "test_e2e_conversions" # RuntimeError: Tesseract is not available
135133
134+ # AssertionError
135+ # assert doc.export_to_markdown() == pair[1], f"Error in case {idx}"
136+ "test_ordered_lists"
137+
138+ # AssertionError: export to md
139+ "test_e2e_html_conversions"
140+
141+ # AssertionError: assert 'Unordered li...d code block:' == 'Unordered li...d code block:'
142+ "test_convert_valid"
143+
144+ # AssertionError: Markdown file mismatch against groundtruth pftaps057006474.md
145+ "test_patent_groundtruth"
146+
136147 # huggingface_hub.errors.LocalEntryNotFoundError: An error happened
137148 "test_cli_convert"
138149 "test_code_and_formula_conversion"
@@ -152,7 +163,7 @@ buildPythonPackage rec {
152163 meta = {
153164 description = "Get your documents ready for gen AI" ;
154165 homepage = "https://github.com/DS4SD/docling" ;
155- changelog = "https://github.com/DS4SD/docling/blob/${ src . rev } /CHANGELOG.md" ;
166+ changelog = "https://github.com/DS4SD/docling/blob/v ${ version } /CHANGELOG.md" ;
156167 license = lib . licenses . mit ;
157168 maintainers = with lib . maintainers ; [ happysalada ] ;
158169 mainProgram = "docling" ;
You can’t perform that action at this time.
0 commit comments