File tree Expand file tree Collapse file tree 3 files changed +215
-513
lines changed Expand file tree Collapse file tree 3 files changed +215
-513
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments