chunkr-ai 0.0.16__py3-none-any.whl → 0.0.17__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- chunkr_ai/models.py +2 -2
- {chunkr_ai-0.0.16.dist-info → chunkr_ai-0.0.17.dist-info}/METADATA +1 -1
- {chunkr_ai-0.0.16.dist-info → chunkr_ai-0.0.17.dist-info}/RECORD +6 -6
- {chunkr_ai-0.0.16.dist-info → chunkr_ai-0.0.17.dist-info}/LICENSE +0 -0
- {chunkr_ai-0.0.16.dist-info → chunkr_ai-0.0.17.dist-info}/WHEEL +0 -0
- {chunkr_ai-0.0.16.dist-info → chunkr_ai-0.0.17.dist-info}/top_level.txt +0 -0
chunkr_ai/models.py
CHANGED
@@ -12,13 +12,13 @@ from .api.config import (
|
|
12
12
|
OCRResult,
|
13
13
|
OcrStrategy,
|
14
14
|
OutputResponse,
|
15
|
+
PipelineType,
|
15
16
|
Property,
|
16
17
|
Segment,
|
17
18
|
SegmentProcessing,
|
18
19
|
SegmentType,
|
19
20
|
SegmentationStrategy,
|
20
21
|
Status,
|
21
|
-
PipelineType,
|
22
22
|
)
|
23
23
|
|
24
24
|
from .api.task import TaskResponse
|
@@ -38,6 +38,7 @@ __all__ = [
|
|
38
38
|
"OCRResult",
|
39
39
|
"OcrStrategy",
|
40
40
|
"OutputResponse",
|
41
|
+
"PipelineType",
|
41
42
|
"Property",
|
42
43
|
"Segment",
|
43
44
|
"SegmentProcessing",
|
@@ -46,5 +47,4 @@ __all__ = [
|
|
46
47
|
"Status",
|
47
48
|
"TaskResponse",
|
48
49
|
"TaskResponseAsync",
|
49
|
-
"PipelineType",
|
50
50
|
]
|
@@ -1,5 +1,5 @@
|
|
1
1
|
chunkr_ai/__init__.py,sha256=q5YosvCNXPNGjV10pZY1gcvdosqUh38nVQTQA9g8EuM,110
|
2
|
-
chunkr_ai/models.py,sha256=
|
2
|
+
chunkr_ai/models.py,sha256=hahbtxtTyzE_ygFgmlZwbfM6Vj2k5uSDEP02psxDOSQ,924
|
3
3
|
chunkr_ai/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
chunkr_ai/api/api.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
chunkr_ai/api/auth.py,sha256=hlv0GiUmlsbFO1wLL9sslqOnsBSoBqkL_6Mk2SDvxgE,413
|
@@ -14,8 +14,8 @@ chunkr_ai/api/schema.py,sha256=yYesvueGgtmRa7Fi_Tpdv8A2bzHlx-B-5DxRAPlaDHo,4926
|
|
14
14
|
chunkr_ai/api/task.py,sha256=28J4dR8BDjvtkh3CQjW_YUEkgPXhCHBGu0wH6AQKKuE,2474
|
15
15
|
chunkr_ai/api/task_async.py,sha256=K5hTEOnmD42snPZg_JtJsVWg6QBUFZ1aBz1Abwv58-A,2529
|
16
16
|
chunkr_ai/api/task_base.py,sha256=KLiMhvvbCgcilguQKrtEPMlNs8oaatfQUtn8pYt9t6g,2467
|
17
|
-
chunkr_ai-0.0.
|
18
|
-
chunkr_ai-0.0.
|
19
|
-
chunkr_ai-0.0.
|
20
|
-
chunkr_ai-0.0.
|
21
|
-
chunkr_ai-0.0.
|
17
|
+
chunkr_ai-0.0.17.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
|
+
chunkr_ai-0.0.17.dist-info/METADATA,sha256=giy1xeKYXk18W5U-baNoAAlvXciJldhA_EBi87NqKpA,4839
|
19
|
+
chunkr_ai-0.0.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
20
|
+
chunkr_ai-0.0.17.dist-info/top_level.txt,sha256=0IZY7PZIiS8bw5r4NUQRUQ-ATi-L_3vLQVq3ZLouOW8,10
|
21
|
+
chunkr_ai-0.0.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|