kodexa 7.0.10779699359__tar.gz → 7.0.10830419807__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.
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/PKG-INFO +1 -1
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/dataclasses/__init__.py +0 -12
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/platform/client.py +1 -1
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/pyproject.toml +1 -1
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/LICENSE +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/README.md +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/dataclasses/templates/llm_data_class.j2 +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/base.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/entities/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/entities/check_response.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/entities/product.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/entities/product_subscription.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/model.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/objects.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/persistence.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/core.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/steps/common.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/training/__init__.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/training/train_utils.py +0 -0
- {kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/utils/__init__.py +0 -0
@@ -1,7 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
import os
|
3
3
|
import uuid
|
4
|
-
from importlib.machinery import SourceFileLoader
|
5
4
|
from typing import Optional, List
|
6
5
|
|
7
6
|
import jinja2
|
@@ -78,17 +77,6 @@ class LLMDataObject(BaseModel):
|
|
78
77
|
class Config:
|
79
78
|
arbitrary_types_allowed = True
|
80
79
|
|
81
|
-
def __init__(self, group_uuid: str = None, cell_index: int = 0):
|
82
|
-
"""
|
83
|
-
Initializes the LLMDataObject
|
84
|
-
"""
|
85
|
-
super().__init__()
|
86
|
-
self.cell_index = cell_index
|
87
|
-
if group_uuid is None:
|
88
|
-
self.group_uuid = str(uuid.uuid4())
|
89
|
-
else:
|
90
|
-
self.group_uuid = group_uuid
|
91
|
-
|
92
80
|
def get_all_review_pages(self):
|
93
81
|
"""
|
94
82
|
Returns a list of unique page numbers that would be included in the review.
|
@@ -4466,7 +4466,7 @@ class DocumentFamilyEndpoint(DocumentFamily, ClientEndpoint):
|
|
4466
4466
|
"""
|
4467
4467
|
url = f"/api/documentFamilies/{self.id}/externalData"
|
4468
4468
|
response = self.client.get(url)
|
4469
|
-
return
|
4469
|
+
return response.json()
|
4470
4470
|
|
4471
4471
|
def update_external_data(self, external_data: DocumentExternalData):
|
4472
4472
|
"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.0.
|
3
|
+
version = "7.0.010830419807"
|
4
4
|
description = "Python SDK for the Kodexa Platform"
|
5
5
|
authors = ["Austin Redenbaugh <austin@kodexa.com>", "Philip Dodds <philip@kodexa.com>", "Romar Cablao <rcablao@kodexa.com>", "Amadea Paula Dodds <amadeapaula@kodexa.com>"]
|
6
6
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/dataclasses/templates/llm_data_class.j2
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kodexa-7.0.10779699359 → kodexa-7.0.10830419807}/kodexa/model/entities/product_subscription.py
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
|