aws-samples / amazon-textract-response-parser

Parse JSON response of Amazon Textract
Apache License 2.0
218 stars 95 forks source link

Bugs in function ExecuteTableValidations in t_tables.py #175

Closed nguyennth closed 3 months ago

nguyennth commented 5 months ago

Hi,

I think in the ExecuteTableValidations function here: https://github.com/aws-samples/amazon-textract-response-parser/blob/3100a2efb64644072bd7b57f0325728a196b9cc0/src-python/trp/t_tables.py#L85, lines 102 and 107 should be 'continue', not 'break'.

Best, Nhung