Skip to content

Commit 1d9ead1

Browse files
author
Bob Strahan
committed
docs: update CHANGELOG with PDF resolution and image processing improvements
1 parent b403fa9 commit 1d9ead1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ SPDX-License-Identifier: MIT-0
1414
- Fixed view toggle behavior - switching between views no longer closes the viewer window
1515
- Reordered view buttons to: Markdown View, Text Confidence View, Text View for better user experience
1616

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+
1722
### Changed
1823
- **Converted text confidence data format from JSON to markdown table for improved readability and reduced token usage**
1924
- Removed unnecessary "page_count" field
@@ -26,9 +31,13 @@ SPDX-License-Identifier: MIT-0
2631
- Aligned with classification service pattern for better consistency across IDP services
2732
- Backward compatibility maintained - old parameter pattern still supported with deprecation warning
2833
- 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+
2936

3037
### 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
3241
- Fixed issue where PNG files were being unnecessarily converted to JPEG format and resized to lower resolution with lost quality
3342
- Fixed issue where PNG and JPG image files were not rendering inline in the Document Details page
3443
- Fixed issue where PDF files were being downloaded instead of displayed inline

0 commit comments

Comments
 (0)