aws-samples / amazon-textract-idp-cdk-constructs

MIT No Attribution
30 stars 13 forks source link

fix: update AsyncToJson construct to provide sorted pages output #68

Closed schadem closed 1 year ago

schadem commented 1 year ago

see https://github.com/aws-samples/amazon-textract-textractor/issues/207

When using get_s3_output_config_keys from the amazon-textract-caller, the S3 files from the paginated output in the OutputConfig are ordered alphabetically, not numerically leading to the following ordering

1, 10, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 11, 110, ..., 69, 7, 70, ...

So we update to version 0.0.29 for the amazon-textract-caller