Skip to content

Commit 4a1520c

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with v0.3.12 release notes for enhanced document classification
1 parent 9ca9357 commit 4a1520c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
## [0.3.12]
89

910
### Added
1011

12+
- **Refactored Document Classification Service for Enhanced Boundary Detection**
13+
- Consolidated `multimodalPageLevelClassification` and the experimental `multimodalPageBoundaryClassification` (from v0.3.11) into a single enhanced `multimodalPageLevelClassification` method
14+
- Implemented BIO-like sequence segmentation with document boundary indicators: "start" (new document) and "continue" (same document)
15+
- Automatically segments multi-document packets, even when they contain multiple documents of the same type
16+
- **Benefits**: Simplified codebase with single multimodal classification method, improved handling of complex document packets, maintains backward compatibility
17+
- **No Breaking Changes**: Existing configurations work unchanged, no configuration updates required
18+
1119
- **Enhanced A2I Template and Workflow Management**
1220
- Enhanced A2I template with improved user interface and clearer instructions for reviewers
1321
- Added comprehensive instructions for reviewers in A2I template to guide the review process

0 commit comments

Comments
 (0)