Skip to content

Commit

Permalink
Swap build.lib import path to correct nv_ingest library (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 authored Jan 17, 2025
1 parent a3d3e9b commit 364d546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nv_ingest/extraction_workflows/docx/docxreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
from docx.text.run import Run
from pandas import DataFrame

from build.lib.nv_ingest.extraction_workflows.image.image_handlers import load_and_preprocess_image
from nv_ingest.extraction_workflows.image.image_handlers import extract_tables_and_charts_from_images
from nv_ingest.extraction_workflows.image.image_handlers import load_and_preprocess_image
from nv_ingest.schemas.image_extractor_schema import ImageConfigSchema
from nv_ingest.schemas.metadata_schema import ContentTypeEnum
from nv_ingest.schemas.metadata_schema import ImageTypeEnum
Expand Down

0 comments on commit 364d546

Please sign in to comment.