6623a5d10e368bd8b3531cfca0d7c7b95978978a
Previously detect_column_geometry() ended the last column at the start of the detected right-margin gap (left_x + right_boundary), which could cut into actual text near the right edge of the Example column. Since only the page margin lies to the right of the last column, the rightmost column now always extends to right_x regardless of whether a right-margin gap was detected. This prevents OCR crops from missing words at the right edge of wide columns like column_example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
60.2%
Python
32.9%
Go
5.5%
C#
0.8%
CSS
0.2%
Other
0.3%