We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4488992 + be6e14b commit e2296fbCopy full SHA for e2296fb
requirements.txt
@@ -1,7 +1,8 @@
1
# SPDX-License-Identifier: Apache-2.0
2
click>=8.1.7,<9.0.0
3
datasets>=2.18.0,<3.0.0
4
-docling[tesserocr]>=2.4.2,<=2.8.3
+docling[tesserocr]>=2.4.2,<=2.8.3; sys_platform != 'darwin'
5
+docling>=2.4.2,<=2.8.3; sys_platform == 'darwin'
6
docling-parse>=2.0.0,<3.0.0
7
GitPython>=3.1.42,<4.0.0
8
gguf>=0.6.0
0 commit comments