Skip to content

Commit

Permalink
Fix paddle version missing when extract_tables is false (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv authored Oct 16, 2024
1 parent bb75d5d commit 143a63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nv_ingest/extraction_workflows/pdf/pdfium_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def extract_tables_and_charts_using_image_ensemble(
return tables_and_charts

yolox_client = paddle_client = deplot_client = cached_client = None
paddle_version = None
try:
yolox_client = create_inference_client(config.yolox_endpoints, config.auth_token, config.yolox_infer_protocol)
if extract_tables:
Expand Down

0 comments on commit 143a63f

Please sign in to comment.