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

@@ -65,7 +65,7 @@ export interface DewarpGroundTruth {
export interface PageRegion {
type: 'column_en' | 'column_de' | 'column_example' | 'page_ref'
| 'column_marker' | 'column_text' | 'header' | 'footer'
| 'column_marker' | 'column_text' | 'column_ignore' | 'header' | 'footer'
x: number
y: number
width: number