aws-samples / amazon-comprehend-semi-structured-documents-annotation-tools

Other
24 stars 15 forks source link

Issue executing comprehend-ssie-annotation-tool-cli.py. utils.s3_helper not found #37

Closed narenns closed 1 year ago

narenns commented 1 year ago

Hi, I've been trying to use the library to annotate and use a recognizer for PDF entities. However, after managing to get the SAM stack up, I am facing the error while executing comprehend-ssie-annotation-tool-cli.py.

File "bin/comprehend-ssie-annotation-tool-cli.py", line 18, in from utils.s3_helper import S3Client ModuleNotFoundError: No module named 'utils.s3_helper'

I do understand that this is a library issue, but I was unable to locate the library that has "utils" installed ?

Any help will be much appreciated !

Thanks Naren.

narenns commented 1 year ago

invalid