• Name
    Document Type
    Zones
    Status
    Actions
  • @if (loading && templates.length === 0) {
  • Loading...
  • } @for (t of templates; track t.id) {
  • {{getDocumentTypeName(t)}}
    {{t.zones?.length || 0}}
  • } @if (!loading && templates.length === 0) {
  • No OCR templates defined.
  • }