kreuzberg 3.11.3__py3-none-any.whl → 3.11.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- kreuzberg/cli.py +1 -3
- {kreuzberg-3.11.3.dist-info → kreuzberg-3.11.4.dist-info}/METADATA +1 -1
- {kreuzberg-3.11.3.dist-info → kreuzberg-3.11.4.dist-info}/RECORD +6 -6
- {kreuzberg-3.11.3.dist-info → kreuzberg-3.11.4.dist-info}/WHEEL +0 -0
- {kreuzberg-3.11.3.dist-info → kreuzberg-3.11.4.dist-info}/entry_points.txt +0 -0
- {kreuzberg-3.11.3.dist-info → kreuzberg-3.11.4.dist-info}/licenses/LICENSE +0 -0
kreuzberg/cli.py
CHANGED
@@ -19,11 +19,9 @@ except ImportError as e: # pragma: no cover
|
|
19
19
|
|
20
20
|
from kreuzberg import __version__, extract_bytes_sync, extract_file_sync
|
21
21
|
from kreuzberg._config import build_extraction_config, find_config_file, load_config_from_file
|
22
|
+
from kreuzberg._constants import DEFAULT_MAX_CHARACTERS, DEFAULT_MAX_OVERLAP
|
22
23
|
from kreuzberg.exceptions import KreuzbergError, MissingDependencyError
|
23
24
|
|
24
|
-
DEFAULT_MAX_CHARACTERS = 4000
|
25
|
-
DEFAULT_MAX_OVERLAP = 200
|
26
|
-
|
27
25
|
if TYPE_CHECKING:
|
28
26
|
from kreuzberg._types import ExtractionConfig, ExtractionResult
|
29
27
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kreuzberg
|
3
|
-
Version: 3.11.
|
3
|
+
Version: 3.11.4
|
4
4
|
Summary: Document intelligence framework for Python - Extract text, metadata, and structured data from diverse file formats
|
5
5
|
Project-URL: documentation, https://kreuzberg.dev
|
6
6
|
Project-URL: homepage, https://github.com/Goldziher/kreuzberg
|
@@ -11,7 +11,7 @@ kreuzberg/_mime_types.py,sha256=2warRVqfBUNIg8JBg8yP4pRqaMPvwINosHMkJwtH_Fc,8488
|
|
11
11
|
kreuzberg/_playa.py,sha256=_IPrUSWwSfDQlWXOpKlauV0D9MhGrujGP5kmQ0U3L0g,12188
|
12
12
|
kreuzberg/_registry.py,sha256=wGSlkS0U1zqruWQCLE95vj4a2mw1yyvf0j6rgz80sJg,3473
|
13
13
|
kreuzberg/_types.py,sha256=bMaU6VuoqwOpW6ufshA-DWpNw6t9EokjEDEfFsznvdo,15389
|
14
|
-
kreuzberg/cli.py,sha256=
|
14
|
+
kreuzberg/cli.py,sha256=nG1CD_h50EWLmDbrb0_DffRl25uTCKeCS6_gRVpjEdU,12578
|
15
15
|
kreuzberg/exceptions.py,sha256=PTiAZgQwcG9hXbgYg2W7sfxksFhq5_wzOFgZGnTJAoc,2991
|
16
16
|
kreuzberg/extraction.py,sha256=Kt1mOxdlOb35yVOdpdhiRPuTgA9BW_TTG9qwCkSxSkc,17332
|
17
17
|
kreuzberg/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -47,8 +47,8 @@ kreuzberg/_utils/_string.py,sha256=bCzO3UO6nXupxvtMWvHqfp1Vd9CTzEH9jmpJXQ7upAU,6
|
|
47
47
|
kreuzberg/_utils/_sync.py,sha256=7LSavBmxVKQUzdjfx9fYRAI9IbJtRw8iGf_Q8B7RX9g,4923
|
48
48
|
kreuzberg/_utils/_table.py,sha256=IomrfQBP85DZI8RmQjOVs2Siq7VP9FUTYPaZR4t3yRw,8199
|
49
49
|
kreuzberg/_utils/_tmp.py,sha256=hVn-VVijIg2FM7EZJ899gc7wZg-TGoJZoeAcxMX-Cxg,1044
|
50
|
-
kreuzberg-3.11.
|
51
|
-
kreuzberg-3.11.
|
52
|
-
kreuzberg-3.11.
|
53
|
-
kreuzberg-3.11.
|
54
|
-
kreuzberg-3.11.
|
50
|
+
kreuzberg-3.11.4.dist-info/METADATA,sha256=l3d8PyVfX_aEgXl5ykkuRHJi-8Qzhu4_KcHDYOK2RYg,12136
|
51
|
+
kreuzberg-3.11.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
52
|
+
kreuzberg-3.11.4.dist-info/entry_points.txt,sha256=GplGhFryCP7kyAG_k-Mdahznvo2fwi73qLFg5yQfH_A,91
|
53
|
+
kreuzberg-3.11.4.dist-info/licenses/LICENSE,sha256=-8caMvpCK8SgZ5LlRKhGCMtYDEXqTKH9X8pFEhl91_4,1066
|
54
|
+
kreuzberg-3.11.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|