amazon-textract-response-parser
amazon-textract-response-parser copied to clipboard
Parse JSON response of Amazon Textract
Hi folks & thanks for your work maintaining TRP. Using the tool to post-process Textract results, I find that the *idea* of the `getLinesInReadingOrder` function really useful... but the returned...
Expected result: API result is parsed correctly. Actual result: For some document results, the Word constructor fails due to a null ref on the block parameter. src-csharp/TextractExtensions.cs line 9. The...
Using NodeJS. In deployment, the logs containing the following messages, overwhelm the log watch services. Is there an option to make them stop ? If not, there should be an...
If I'm not wrong, add_page_orientation add PageOrientationBasedOnWords not "Orientation" "Orientation" is added by add_orientation_to_blocks
I'm trying to load into trp.Document a .json file that is the result of an texttract execution done with start_document_analysis The code is done on Python 3.9 I'm loading the...
The import of annotations from `__future__` makes this python package incompatible with python 3.6 https://github.com/aws-samples/amazon-textract-response-parser/blob/7b2727fb0387281871a05944ccd64c04407f286a/src-python/trp/trp2.py#L1 https://github.com/aws-samples/amazon-textract-response-parser/blob/7b2727fb0387281871a05944ccd64c04407f286a/src-python/setup.py#L53
Feature Request: Support for queries for JS
A 12 page PDF document was processed by Textract, and I'm trying to use this package to parse the resulting response.json. The very first is a PAGE block that has...
Is markdown support `doc.markdown()` planned to come any time soon?
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...