feat(ocr-pipeline): add column_ignore type for margins/empty areas

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-02-27 08:51:56 +01:00
parent f535d3c967
commit bb879a03a8
4 changed files with 7 additions and 1 deletions

View File

@@ -753,6 +753,7 @@ async def _get_columns_overlay(session_id: str) -> Response:
"column_text": (200, 200, 0), # Cyan/Turquoise
"page_ref": (200, 0, 200), # Purple
"column_marker": (0, 0, 220), # Red
"column_ignore": (180, 180, 180), # Light Gray
"header": (128, 128, 128), # Gray
"footer": (128, 128, 128), # Gray
}