Skip to content

Commit 3560415

Browse files
committed
updated the changelog for new multimodal page level classification approach
1 parent cb185c3 commit 3560415

File tree

3 files changed

+215
-513
lines changed

3 files changed

+215
-513
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
### Added
9+
10+
- **BIO-like Sequence Segmentation for Multimodal Classification**
11+
- Enhanced multimodal page-level classification with document boundary detection using BIO (Begin-Inside-Outside) tagging
12+
- Each page receives both document type and boundary indicator ("start"/"continue") for automatic multi-document packet segmentation
13+
- Eliminates need for manual document splitting in complex packets containing multiple documents of same type
14+
15+
### Changed
16+
17+
- **Consolidated Classification Methods**
18+
- Merged `multimodalPageBoundaryClassification` into enhanced `multimodalPageLevelClassification`
19+
- Removed `MULTIMODAL_PAGE_BOUNDARY` constant and simplified configuration logic
20+
- Maintains backward compatibility with existing configurations
21+
22+
### Documentation
23+
24+
- **Updated Classification Documentation**
25+
- Enhanced service docstrings and README files with sequence segmentation examples
26+
- Added comprehensive classification guide with method comparisons and best practices
827

928
### Added
1029

0 commit comments

Comments
 (0)