Alex Thewsey

Results 74 comments of Alex Thewsey

Some observations from testing last/this week: - The updated sample as of #26 (use `base` conda env name, `python3` kernel name, `/root` mount point, `0:0` UID:GID) **does seem to work**...

I think ECR public still needs users to [get a docker CLI auth token](https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html#public-registry-auth) right? If so, it might be useful to add this step to the README accompanying each...

For the immediate error, It appears that `_block_id_maps` only [gets initialized](https://github.com/aws-samples/amazon-textract-response-parser/blob/c49cca5053a4b053a6ff171fd0adeb31586d053f/src-python/trp/trp2.py#L463) for the block types that are present in the document, which I believe is a bug because `block_id_map(block_type)` &...

`_block_id_maps` initialization was addressed in the linked PR and now released on [PyPI v1.0.3](https://pypi.org/project/amazon-textract-response-parser/1.0.3/). I appreciate this issue was originally reported quite some time ago - If anybody's able to...