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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ SPDX-License-Identifier: MIT-0
14
14
- Fixed view toggle behavior - switching between views no longer closes the viewer window
15
15
- Reordered view buttons to: Markdown View, Text Confidence View, Text View for better user experience
16
16
17
+
-**Enhanced OCR DPI Configuration for PDF files**
18
+
- DPI for PDF image conversion is now configurable in the configuration editor under OCR image processing settings
19
+
- Default DPI improved from 96 to 150 DPI for better default quality and OCR accuracy
20
+
- Configurable through Web UI without requiring code changes or redeployment
21
+
17
22
### Changed
18
23
-**Converted text confidence data format from JSON to markdown table for improved readability and reduced token usage**
19
24
- Removed unnecessary "page_count" field
@@ -26,9 +31,13 @@ SPDX-License-Identifier: MIT-0
26
31
- Aligned with classification service pattern for better consistency across IDP services
27
32
- Backward compatibility maintained - old parameter pattern still supported with deprecation warning
28
33
- Updated all lambda functions and notebooks to use new simplified pattern
34
+
- Removed fixed image target_height and target_width from default configurations, so images are processed in original resolution by default.
35
+
29
36
30
37
### Fixed
31
-
- Fixed issue where empty image configuration were incorrectly resizing images to default 951x1268 pixels instead of preserving original resolution
38
+
-**Fixed Image Resizing Behavior for High-Resolution Documents**
39
+
- Fixed issue where empty strings in image configuration were incorrectly resizing images to default 951x1268 pixels instead of preserving original resolution
40
+
- Empty strings (`""`) in `target_width` and `target_height` configuration now preserve original document resolution for maximum processing accuracy
32
41
- Fixed issue where PNG files were being unnecessarily converted to JPEG format and resized to lower resolution with lost quality
33
42
- Fixed issue where PNG and JPG image files were not rendering inline in the Document Details page
34
43
- Fixed issue where PDF files were being downloaded instead of displayed inline
0 commit comments