You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,17 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.3.12]
8
9
9
10
### Added
10
11
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
+
11
19
-**Enhanced A2I Template and Workflow Management**
12
20
- Enhanced A2I template with improved user interface and clearer instructions for reviewers
13
21
- Added comprehensive instructions for reviewers in A2I template to guide the review process
0 commit comments