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

MIT No Attribution
30 stars 13 forks source link

feat:adding output_features to the GenerateCSV construct for table generation #53

Closed schadem closed 1 year ago

schadem commented 1 year ago

Fixes #52

Adding outputFeatures option to constructs to select which information goes to a CSV file. Now supports TABLES export as well. The tables will be exported in the same folder, but with an indicator for page (p) and for the number of table on that page (n). FORMS, QUERIES and SIGNATURES information is output into one file.