nv-ingest 2025.12.4.dev20251204__py3-none-any.whl → 2025.12.6.dev20251206__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.
- nv_ingest/pipeline/default_libmode_pipeline_impl.py +17 -3
- nv_ingest/pipeline/default_pipeline_impl.py +15 -1
- {nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/METADATA +1 -1
- {nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/RECORD +7 -7
- {nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/WHEEL +0 -0
- {nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/licenses/LICENSE +0 -0
- {nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/top_level.txt +0 -0
|
@@ -128,6 +128,13 @@ stages:
|
|
|
128
128
|
]
|
|
129
129
|
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|http
|
|
130
130
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
131
|
+
pdfium_config:
|
|
132
|
+
yolox_endpoints: [
|
|
133
|
+
$YOLOX_GRPC_ENDPOINT|"",
|
|
134
|
+
$YOLOX_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/nvidia/nemoretriever-page-elements-v2"
|
|
135
|
+
]
|
|
136
|
+
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|http
|
|
137
|
+
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
131
138
|
replicas:
|
|
132
139
|
min_replicas: 0
|
|
133
140
|
max_replicas:
|
|
@@ -149,6 +156,13 @@ stages:
|
|
|
149
156
|
]
|
|
150
157
|
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|http
|
|
151
158
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
159
|
+
pdfium_config:
|
|
160
|
+
yolox_endpoints: [
|
|
161
|
+
$YOLOX_GRPC_ENDPOINT|"",
|
|
162
|
+
$YOLOX_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/nvidia/nemoretriever-page-elements-v2"
|
|
163
|
+
]
|
|
164
|
+
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|http
|
|
165
|
+
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
152
166
|
replicas:
|
|
153
167
|
min_replicas: 0
|
|
154
168
|
max_replicas:
|
|
@@ -201,7 +215,7 @@ stages:
|
|
|
201
215
|
endpoint_config:
|
|
202
216
|
ocr_endpoints: [
|
|
203
217
|
$OCR_GRPC_ENDPOINT|"",
|
|
204
|
-
$OCR_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/
|
|
218
|
+
$OCR_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/nvidia/nemoretriever-ocr-v1"
|
|
205
219
|
]
|
|
206
220
|
ocr_infer_protocol: $OCR_INFER_PROTOCOL|"http"
|
|
207
221
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
@@ -227,7 +241,7 @@ stages:
|
|
|
227
241
|
yolox_infer_protocol: $YOLOX_TABLE_STRUCTURE_INFER_PROTOCOL|"http"
|
|
228
242
|
ocr_endpoints: [
|
|
229
243
|
$OCR_GRPC_ENDPOINT|"",
|
|
230
|
-
$OCR_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/
|
|
244
|
+
$OCR_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/nvidia/nemoretriever-ocr-v1"
|
|
231
245
|
]
|
|
232
246
|
ocr_infer_protocol: $PADDLE_INFER_PROTOCOL|"http"
|
|
233
247
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
@@ -254,7 +268,7 @@ stages:
|
|
|
254
268
|
yolox_infer_protocol: $YOLOX_GRAPHIC_ELEMENTS_INFER_PROTOCOL|"http"
|
|
255
269
|
ocr_endpoints: [
|
|
256
270
|
$OCR_GRPC_ENDPOINT|"",
|
|
257
|
-
$OCR_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/
|
|
271
|
+
$OCR_HTTP_ENDPOINT|"https://ai.api.nvidia.com/v1/cv/nvidia/nemoretriever-ocr-v1"
|
|
258
272
|
]
|
|
259
273
|
ocr_infer_protocol: $OCR_INFER_PROTOCOL|"http"
|
|
260
274
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
@@ -123,7 +123,14 @@ stages:
|
|
|
123
123
|
docx_extraction_config:
|
|
124
124
|
yolox_endpoints: [
|
|
125
125
|
$YOLOX_GRPC_ENDPOINT|"page-elements:8001",
|
|
126
|
-
$YOLOX_HTTP_ENDPOINT|"",
|
|
126
|
+
$YOLOX_HTTP_ENDPOINT|"http://page-elements:8000/v1/infer",
|
|
127
|
+
]
|
|
128
|
+
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|grpc
|
|
129
|
+
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
130
|
+
pdfium_config:
|
|
131
|
+
yolox_endpoints: [
|
|
132
|
+
$YOLOX_GRPC_ENDPOINT|"page-elements:8001",
|
|
133
|
+
$YOLOX_HTTP_ENDPOINT|"http://page-elements:8000/v1/infer",
|
|
127
134
|
]
|
|
128
135
|
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|grpc
|
|
129
136
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
@@ -148,6 +155,13 @@ stages:
|
|
|
148
155
|
]
|
|
149
156
|
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|grpc
|
|
150
157
|
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
158
|
+
pdfium_config:
|
|
159
|
+
yolox_endpoints: [
|
|
160
|
+
$YOLOX_GRPC_ENDPOINT|"page-elements:8001",
|
|
161
|
+
$YOLOX_HTTP_ENDPOINT|"http://page-elements:8000/v1/infer",
|
|
162
|
+
]
|
|
163
|
+
yolox_infer_protocol: $YOLOX_INFER_PROTOCOL|grpc
|
|
164
|
+
auth_token: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
151
165
|
replicas:
|
|
152
166
|
min_replicas: 0
|
|
153
167
|
max_replicas:
|
{nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/RECORD
RENAMED
|
@@ -111,15 +111,15 @@ nv_ingest/framework/util/service/meta/ingest/ingest_service_meta.py,sha256=QS3uN
|
|
|
111
111
|
nv_ingest/framework/util/telemetry/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
112
112
|
nv_ingest/framework/util/telemetry/global_stats.py,sha256=nq65pEEdiwjAfGiqsxG1CeQMC96O3CfQxsZuGFCY-ds,4554
|
|
113
113
|
nv_ingest/pipeline/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
114
|
-
nv_ingest/pipeline/default_libmode_pipeline_impl.py,sha256=
|
|
115
|
-
nv_ingest/pipeline/default_pipeline_impl.py,sha256=
|
|
114
|
+
nv_ingest/pipeline/default_libmode_pipeline_impl.py,sha256=M31VN1xVTdoiNdjaSSPKEZr-yKhXDSwQ1hAVIkpJZLw,16232
|
|
115
|
+
nv_ingest/pipeline/default_pipeline_impl.py,sha256=TW9N9UcgsBL5SG1pxuSdgBIyFpBORskbHCmvJBmIIuw,16770
|
|
116
116
|
nv_ingest/pipeline/ingest_pipeline.py,sha256=wHAJhqAM2s8nbY-8itVogmSU-yVN4PZONGWcKnhzgfg,17794
|
|
117
117
|
nv_ingest/pipeline/pipeline_schema.py,sha256=rLZZz2It2o2hVNWrZUJU8CarrqRei1fho3ZEMkkoBcg,17940
|
|
118
118
|
nv_ingest/pipeline/config/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
119
119
|
nv_ingest/pipeline/config/loaders.py,sha256=75Yr9WYO7j7ghvKTnYLfZXQZEH3J3VEZo5J4TunC_Us,7590
|
|
120
120
|
nv_ingest/pipeline/config/replica_resolver.py,sha256=3zjh8gmepEYORFZRM4inq7GoBW0YL3gzUDiixUugjzQ,8899
|
|
121
|
-
nv_ingest-2025.12.
|
|
122
|
-
nv_ingest-2025.12.
|
|
123
|
-
nv_ingest-2025.12.
|
|
124
|
-
nv_ingest-2025.12.
|
|
125
|
-
nv_ingest-2025.12.
|
|
121
|
+
nv_ingest-2025.12.6.dev20251206.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
122
|
+
nv_ingest-2025.12.6.dev20251206.dist-info/METADATA,sha256=H92wFVGLfs9ZnK5juF_UJvvlZ6t5fAXg2yrYVCc5KTM,15162
|
|
123
|
+
nv_ingest-2025.12.6.dev20251206.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
124
|
+
nv_ingest-2025.12.6.dev20251206.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
|
|
125
|
+
nv_ingest-2025.12.6.dev20251206.dist-info/RECORD,,
|
{nv_ingest-2025.12.4.dev20251204.dist-info → nv_ingest-2025.12.6.dev20251206.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|