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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.4.1]
9
+
10
+
### Changed
11
+
12
+
-**Configuration Library Updates with JSON Schema Support**
13
+
- Updated configuration library with JSON schema format for lending package, bank statement, and RVL-CDIP package samples
14
+
- Enhanced configuration files to align with JSON Schema Draft 2020-12 format introduced in v0.4.0
15
+
- Updated notebooks and documentation to reflect JSON schema configuration structure
16
+
17
+
### Fixed
18
+
19
+
-**UI Few Shot Examples Display** - Fixed issue where few shot examples were not displaying correctly from configuration in the Web UI
20
+
-**Re-enabled Regex Functionality** - Restored document name and page content regex functionality for Pattern-2 classification that was temporarily missing
21
+
22
+
8
23
## [0.4.0]
9
24
10
25
> **⚠️ IMPORTANT NOTICE - SIGNIFICANT CONFIGURATION CHANGES**
description="Pattern to match document ID/name. When matched, instantly classifies all pages as this type (single-class configs only). Use case-insensitive patterns like (?i).*(invoice|bill).*"
0 commit comments