Skip to content

Commit 7345a3a

Browse files
author
Bob Strahan
committed
> Update CHANGELOG.md with Bedrock OCR image resizing regression fix
1 parent 79d088c commit 7345a3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ SPDX-License-Identifier: MIT-0
1919

2020
### Fixed
2121

22+
- **Bedrock OCR Image Resizing Regression - Partial Dimension Configuration Support**
23+
- Fixed critical regression where configuring only `target_width` (without `target_height`) disabled all image resizing, causing Bedrock OCR to fail with "length limit exceeded" errors
24+
- **Root Cause**: OCR service used `and` condition requiring both dimensions, rejecting partial configs and sending full-resolution images that exceeded model input limits
25+
- **Solution**: Implemented aspect-ratio-preserving single-dimension resizing that calculates missing dimension from actual image aspect ratio
26+
2227
- **Test Studio Bug Fixes**
2328
- Fixed TestSets manual upload issues
2429

0 commit comments

Comments
 (0)