diff --git a/src-ui/src/app/components/manage/ocr-templates/ocr-template-editor/ocr-template-editor-zone-list/ocr-template-editor-zone-list.component.html b/src-ui/src/app/components/manage/ocr-templates/ocr-template-editor/ocr-template-editor-zone-list/ocr-template-editor-zone-list.component.html new file mode 100644 index 000000000..67f2f6eb8 --- /dev/null +++ b/src-ui/src/app/components/manage/ocr-templates/ocr-template-editor/ocr-template-editor-zone-list/ocr-template-editor-zone-list.component.html @@ -0,0 +1,34 @@ +@if (zones.length === 0) { +
+ No zones defined. Load a document preview and draw rectangles to add zones. +
+} + +- No zones defined. Load a document preview and draw rectangles to add zones. -
- } -