Skip to content

Commit aa8ff22

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with document split classification metrics feature
1 parent b0caae3 commit aa8ff22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ SPDX-License-Identifier: MIT-0
77

88
## [0.4.5]
99

10+
### Added
11+
12+
- **Document Split Classification Metrics for Evaluating Page-Level Classification and Document Segmentation**
13+
- Added `DocSplitClassificationMetrics` class for comprehensive evaluation of document splitting and classification accuracy
14+
- **Three Accuracy Types**: Page-level classification accuracy, split accuracy without order consideration, and split accuracy with exact page order matching
15+
- **Visual Reporting**: Generates markdown reports with color-coded indicators (🟢 Excellent, 🟡 Good, 🟠 Fair, 🔴 Poor), progress bars, and detailed section analysis tables
16+
- **Automatic Integration**: Integrates with evaluation service when ground truth and predicted sections are available
17+
- **Documentation**: Guide in `lib/idp_common_pkg/idp_common/evaluation/README.md` with usage examples, metric explanations, and best practices
18+
1019
### Fixed
1120

1221
- **Evaluation Output URI Fields Lost Across All Patterns - causing (a) missing Page Text Confidence content in UI, (2) failed Assessment step when reprocessing document after editing classes (No module named 'fitz')**

0 commit comments

Comments
 (0)