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

@@ -13,3 +13,4 @@ export { PageNavigator } from './PageNavigator'
export { ExportPanel } from './ExportPanel'
export { DocumentImporter } from './DocumentImporter'
export { CleanupPanel } from './CleanupPanel'
export { OCRImportPanel } from './OCRImportPanel'