aws-samples / amazon-textract-response-parser

Parse JSON response of Amazon Textract
Apache License 2.0
218 stars 95 forks source link

TRP.js v0.4.0 release draft #172

Closed athewsey closed 7 months ago

athewsey commented 7 months ago

Issue #, if available: #164, #171

Description of changes:

The main goal of this release (per #164) was to add Textract Layout support and particularly to support rendering documents to semantic markup/markdown, for use with text-only GenAI foundation models like Titan/Claude/Llama/etc on Amazon Bedrock.

Unfortunately, that turned out to be more work than expected and distracted by a couple of other outstanding tasks 😅

Positioning this as a major release because of the possibility of breaking changes in some edge cases, but tentatively expecting a very easy upgrade for regular users.


(Detailed also reflected in draft CHANGELOG.md)

Testing done:

Initial alpha release available at amazon-textract-response-parser v0.4.0-alpha.3 on NPM - please share your feedback and we'll aim to push to stable release soon!


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

athewsey commented 7 months ago

Following some initial alpha user testing and updates, now merging this new release