kreuzberg 3.4.1__tar.gz → 3.4.2__tar.gz
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-3.4.1 → kreuzberg-3.4.2}/.github/workflows/ci.yaml +1 -1
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/PKG-INFO +2 -3
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/contributing.md +1 -1
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/docker.md +1 -1
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/pyproject.toml +4 -5
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.commitlintrc +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.docker/Dockerfile +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.docker/README.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.dockerignore +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.github/dependabot.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.github/workflows/docs.yml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.github/workflows/pr-title.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.github/workflows/publish-docker.yml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.github/workflows/release.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.gitignore +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.markdownlint.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/.pre-commit-config.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/LICENSE +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/README.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/ai-rulez.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/README.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/benchmark_baseline.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/end_to_end_benchmark.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/final_benchmark.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/pyproject.toml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/baseline_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/benchmark_msgpack_20250702_003800.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/comprehensive_caching_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/final_benchmark_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/mime_caching_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/msgspec_caching_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/ocr_caching_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/serialization_benchmark_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/statistical_benchmark_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/table_caching_results.json +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/serialization_benchmark.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/__main__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/benchmarks.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/cli.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/models.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/profiler.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/src/kreuzberg_benchmarks/runner.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/statistical_benchmark.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/advanced/custom-extractors.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/advanced/custom-hooks.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/advanced/error-handling.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/advanced/index.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/advanced/performance.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/api-reference/exceptions.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/api-reference/extraction-functions.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/api-reference/extractor-registry.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/api-reference/index.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/api-reference/ocr-configuration.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/api-reference/types.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/assets/favicon.png +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/assets/logo.png +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/changelog.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/cli.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/css/extra.css +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/examples/extraction-examples.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/examples/index.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/getting-started/index.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/getting-started/installation.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/getting-started/quick-start.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/index.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/api-server.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/basic-usage.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/chunking.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/extraction-configuration.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/index.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/metadata-extraction.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/ocr-backends.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/ocr-configuration.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/docs/user-guide/supported-formats.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/__main__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_api/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_api/main.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_chunker.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_cli_config.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_constants.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_base.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_html.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_image.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_pandoc.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_pdf.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_presentation.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_extractors/_spread_sheet.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_gmft.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_mime_types.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_multiprocessing/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_multiprocessing/gmft_isolated.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_multiprocessing/process_manager.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_multiprocessing/sync_tesseract.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_multiprocessing/tesseract_pool.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_ocr/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_ocr/_base.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_ocr/_easyocr.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_ocr/_paddleocr.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_ocr/_tesseract.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_playa.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_registry.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_types.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_cache.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_device.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_document_cache.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_errors.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_pdf_lock.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_process_pool.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_serialization.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_string.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_sync.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/_utils/_tmp.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/cli.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/exceptions.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/extraction.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/kreuzberg/py.typed +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/mkdocs.yaml +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/api/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/api/main_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/chunker_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/cli_integration_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/cli_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/conftest.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/exceptions_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extraction_batch_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extraction_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/html_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/image_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/pandoc_metadata_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/pandoc_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/pdf_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/presentation_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/extractors/spreed_sheet_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/gmft_extended_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/gmft_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/hooks_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/mime_types_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/multiprocessing/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/multiprocessing/gmft_integration_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/multiprocessing/process_manager_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/multiprocessing/sync_tesseract_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/multiprocessing/tesseract_pool_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/base_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/device_integration_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/easyocr_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/init_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/paddleocr_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/ocr/tesseract_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/playa_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/registry_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/document.docx +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/excel-multi-sheet.xlsx +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/excel.xlsx +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/html.html +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/markdown.md +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/non-ascii-text.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/non-searchable.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/ocr-image.jpg +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/pdfs_with_tables/large.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/pdfs_with_tables/medium.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/pdfs_with_tables/tiny.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/pitch-deck-presentation.pptx +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/sample-contract.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/scanned.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/searchable.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/test_source_files/test-article.pdf +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/types_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/__init__.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/cache_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/device_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/errors_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/pdf_lock_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/process_pool_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/serialization_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/string_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/sync_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/tests/utils/tmp_test.py +0 -0
- {kreuzberg-3.4.1 → kreuzberg-3.4.2}/uv.lock +0 -0
@@ -50,7 +50,7 @@ jobs:
|
|
50
50
|
strategy:
|
51
51
|
matrix:
|
52
52
|
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
53
|
-
python: ${{ github.event_name == 'pull_request' && fromJSON('["3.13"]') || fromJSON('["3.
|
53
|
+
python: ${{ github.event_name == 'pull_request' && fromJSON('["3.13"]') || fromJSON('["3.10", "3.11", "3.12", "3.13"]') }}
|
54
54
|
runs-on: ${{ matrix.os }}
|
55
55
|
timeout-minutes: 30
|
56
56
|
steps:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kreuzberg
|
3
|
-
Version: 3.4.
|
3
|
+
Version: 3.4.2
|
4
4
|
Summary: A text extraction library supporting PDFs, images, office documents and more
|
5
5
|
Project-URL: homepage, https://github.com/Goldziher/kreuzberg
|
6
6
|
Author-email: Na'aman Hirschfeld <nhirschfed@gmail.com>
|
@@ -12,7 +12,6 @@ Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
14
|
Classifier: Programming Language :: Python :: 3 :: Only
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -22,7 +21,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
21
|
Classifier: Topic :: Text Processing :: General
|
23
22
|
Classifier: Topic :: Utilities
|
24
23
|
Classifier: Typing :: Typed
|
25
|
-
Requires-Python: >=3.
|
24
|
+
Requires-Python: >=3.10
|
26
25
|
Requires-Dist: anyio>=4.9.0
|
27
26
|
Requires-Dist: charset-normalizer>=3.4.2
|
28
27
|
Requires-Dist: exceptiongroup>=1.2.2; python_version < '3.11'
|
@@ -68,7 +68,7 @@ Use [Conventional Commits](https://www.conventionalcommits.org/):
|
|
68
68
|
|
69
69
|
## Notes
|
70
70
|
|
71
|
-
- Python 3.
|
71
|
+
- Python 3.10-3.13 supported
|
72
72
|
- System dependencies (optional): Tesseract, Pandoc
|
73
73
|
- Pre-commit runs automatically on commit
|
74
74
|
- Join our [Discord](https://discord.gg/pXxagNK2zN) for help
|
@@ -103,7 +103,7 @@ CMD ["python", "custom_config.py"]
|
|
103
103
|
|
104
104
|
### Base Image
|
105
105
|
|
106
|
-
- Based on `python:3.13-bookworm`
|
106
|
+
- Based on `python:3.13-bookworm` (requires Python 3.10+)
|
107
107
|
- Includes system dependencies: `pandoc`, `tesseract-ocr`
|
108
108
|
- Runs as non-root user `appuser`
|
109
109
|
- Exposes port 8000
|
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
|
|
5
5
|
|
6
6
|
[project]
|
7
7
|
name = "kreuzberg"
|
8
|
-
version = "3.4.
|
8
|
+
version = "3.4.2"
|
9
9
|
description = "A text extraction library supporting PDFs, images, office documents and more"
|
10
10
|
readme = "README.md"
|
11
11
|
keywords = [
|
@@ -22,14 +22,13 @@ keywords = [
|
|
22
22
|
]
|
23
23
|
license = { text = "MIT" }
|
24
24
|
authors = [ { name = "Na'aman Hirschfeld", email = "nhirschfed@gmail.com" } ]
|
25
|
-
requires-python = ">=3.
|
25
|
+
requires-python = ">=3.10"
|
26
26
|
classifiers = [
|
27
27
|
"Development Status :: 5 - Production/Stable",
|
28
28
|
"Intended Audience :: Developers",
|
29
29
|
"License :: OSI Approved :: MIT License",
|
30
30
|
"Operating System :: OS Independent",
|
31
31
|
"Programming Language :: Python :: 3 :: Only",
|
32
|
-
"Programming Language :: Python :: 3.9",
|
33
32
|
"Programming Language :: Python :: 3.10",
|
34
33
|
"Programming Language :: Python :: 3.11",
|
35
34
|
"Programming Language :: Python :: 3.12",
|
@@ -105,7 +104,7 @@ packages = [ "kreuzberg" ]
|
|
105
104
|
kreuzberg = [ "py.typed" ]
|
106
105
|
|
107
106
|
[tool.ruff]
|
108
|
-
target-version = "
|
107
|
+
target-version = "py310"
|
109
108
|
line-length = 120
|
110
109
|
src = [ "kreuzberg", "tests" ]
|
111
110
|
format.docstring-code-line-length = 120
|
@@ -189,7 +188,7 @@ fail_under = 95
|
|
189
188
|
|
190
189
|
[tool.mypy]
|
191
190
|
packages = [ "kreuzberg", "tests", "benchmarks.src.kreuzberg_benchmarks" ]
|
192
|
-
python_version = "3.
|
191
|
+
python_version = "3.10"
|
193
192
|
disable_error_code = 'import-untyped'
|
194
193
|
implicit_reexport = false
|
195
194
|
show_error_codes = true
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kreuzberg-3.4.1 → kreuzberg-3.4.2}/benchmarks/results/benchmark_msgpack_20250702_003800.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|