feat(ocr-pipeline): manual column editor for Step 3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-02-27 08:27:54 +01:00
parent 1393a994f9
commit 7a3570fe46
4 changed files with 425 additions and 38 deletions

View File

@@ -84,6 +84,12 @@ export interface ColumnGroundTruth {
notes?: string
}
export interface ManualColumnDivider {
xPercent: number // Position in % of image width (0-100)
}
export type ColumnTypeKey = PageRegion['type']
export const PIPELINE_STEPS: PipelineStep[] = [
{ id: 'deskew', name: 'Begradigung', icon: '📐', status: 'pending' },
{ id: 'dewarp', name: 'Entzerrung', icon: '🔧', status: 'pending' },