You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute the demo notebook (pdf_data_extraction) and 'am getting an error while importing:
from src.data.s3_communication import S3Communication
ImportError: cannot import name 'PDFTableExtractor' from 'src.components.preprocessing' (/opt/app-root/lib64/python3.8/site-packages/src/components/preprocessing/init.py)
I was speaking with Ryan Day and he suggested that I get your counsel.
@HeatherAck The instructions are accurate but since we are not using the NLP models for table extraction, it is not updated and has errors. The pdf text extraction and other notebooks in the inference.pipeline and training.pipeline should work fine.
Hello team,
I am trying to execute the demo notebook (pdf_data_extraction) and 'am getting an error while importing:
from src.data.s3_communication import S3Communication
ImportError: cannot import name 'PDFTableExtractor' from 'src.components.preprocessing' (/opt/app-root/lib64/python3.8/site-packages/src/components/preprocessing/init.py)
I was speaking with Ryan Day and he suggested that I get your counsel.
Thanks
Ashu
PS: I have been following teh instructions in https://github.com/os-climate/aicoe-osc-demo/blob/master/README.md
The text was updated successfully, but these errors were encountered: