File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,26 @@ SPDX-License-Identifier: MIT-0
55
66## [ Unreleased]
77
8+ ## [ 0.3.5]
9+
810### Added
11+ - ** Human-in-the-Loop (HITL) Support - Pattern 1**
12+ - Added comprehensive Human-in-the-Loop review capabilities using Amazon SageMaker Augmented AI (A2I)
13+ - ** Key Features** :
14+ - Automatic triggering when extraction confidence falls below configurable threshold
15+ - Integration with SageMaker A2I Review Portal for human validation and correction
16+ - Configurable confidence threshold through Web UI Portal Configuration tab (0.0-1.0 range)
17+ - Seamless result integration with human-verified data automatically updating source results
18+ - ** Workflow Integration** :
19+ - HITL tasks created automatically when confidence thresholds are not met
20+ - Reviewers can validate correct extractions or make necessary corrections through the Review Portal
21+ - Document processing continues with human-verified data after review completion
22+ - ** Configuration Management** :
23+ - ` EnableHITL ` parameter for feature toggle
24+ - Confidence threshold configurable via Web UI without stack redeployment
25+ - Support for existing private workforce work teams via input parameter
26+ - ** CloudFormation Output** : Added ` SageMakerA2IReviewPortalURL ` for easy access to review portal
27+ - ** Known Limitations** : Current A2I version cannot provide direct hyperlinks to specific document tasks; template updates require resource recreation
928- ** Document Compression for Large Documents - all patterns**
1029 - Added automatic compression support to handle large documents and avoid exceeding Step Functions payload limits (256KB)
1130 - ** Key Features** :
You can’t perform that action at this time.
0 commit comments