workspace# todo: add docstring class aws_textract_pipeline.workspace.Workspace(s3dir_uri: str)[source]# Workspace class to hold the S3 directory URI and provide methods to get S3 paths for different stages of the pipeline. Parameters: s3dir_uri – the root S3 directory URI. All the S3 paths are relative to this directory.