feat(worksheet-editor): Add OCR import panel for grid analysis data

Add OCRImportPanel component and ocr-integration utilities to import
OCR-analyzed data from the grid detection service into the worksheet editor.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BreakPilot Dev
2026-02-09 23:50:35 +01:00
parent 754a812d4b
commit 916ecef476
6 changed files with 790 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ export { WorksheetProvider, useWorksheet } from './WorksheetContext'
// Cleanup Service for handwriting removal
export * from './cleanup-service'
// OCR Integration utilities
export * from './ocr-integration'