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 7ff157e + 9ba11cb commit 32a44b1Copy full SHA for 32a44b1
2 files changed
.gitignore
@@ -163,3 +163,5 @@ cython_debug/
163
/.vscode/settings.json
164
/tests/testresources/pdfs/private/
165
/.run/*
166
+/tests/testresources/private/
167
+/tests/models/detectors/test_signature_detector_private.py
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "scaledp"
3
-version = "0.2.4rc13"
+version = "0.2.4"
4
description = "ScaleDP is a library for processing documents using Apache Spark and LLMs"
5
authors = ["Mykola Melnyk <mykola@stabrise.com>"]
6
repository = "https://github.com/StabRise/scaledp"
0 commit comments