amazon-textract-response-parser icon indicating copy to clipboard operation
amazon-textract-response-parser copied to clipboard

Parse JSON response of Amazon Textract

Results 55 amazon-textract-response-parser issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/aws-samples/amazon-textract-response-parser/issues/55 The function checks if a row is not a header and appends the row within the cell for loop (adds a row for each cell). It should be moved...

The ID schema cannot be consistent for all the documents(passport, license, bank cheques etc), so is there any way possible to add new fields to the schema? This way more...

question

The code sample below works well for merging a single table that spans multiple pages, but we cannot get it to fully work when there are many tables in a...

This code works with JavaScript but does not work with TypeScript: ![image](https://user-images.githubusercontent.com/7330081/141852024-6a965710-ff05-43bb-aba8-c35ed8fe150c.png) When inspecting my combined.json file I see that it has the expected contents: ![image](https://user-images.githubusercontent.com/7330081/141852363-6e8a3b17-0ecc-4fbc-9539-0e5dd2063e9f.png) TypeScript (run from an...

The function checks if a row is not a header and appends the row within the cell for loop (adds a row for each cell). It should be moved one...

currently trp2.add_key_values only allows for keys to be added for existing value, not for new value blocks. Ideally we want to the option to pass in new value blocks to...

enhancement
python

*Issue #, if available:* *Description of changes:* Created an async document submission and results service in golang with passing tests. By submitting this pull request, I confirm that you can...

I ran into an error while requiring the NodeJS version following an npm install. NodeJS: v14.17.6 To reproduce: ``` npm init -y npm install amazon-textract-response-parser # as per instructions in...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The purpose of this PR is to propose adding a new property to the `Word` class. It would be useful if a `.textType` property was available to ascertain whether the...