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

MIT No Attribution
27 stars 13 forks source link

if event['Payload']['numberOfPages'] is missing, page is set to 1 #86

Closed schadem closed 1 year ago

schadem commented 1 year ago

When event['Payload']['numberOfPages'] is missing in the AsyncTextract processor, the page is set to 1, which may be incorrect.