You've already forked dokumenta-semantiska-analize
Import UAPF package
UAPF v1.1 SSOT-conformant Level 4 process package — reusable semantic document analysis, shareable across DMS / intake / mailroom systems. Structure: - uapf.yaml (kind: uapf.package, level 4) + manifest.json engine-compat - bpmn/semantic-document-analysis.bpmn.xml — 3 service tasks invoking reserved UAPF-IP capabilities ai.redact@1, ai.extract@1, event.emit@1 - resources/mappings.yaml — task->target bindings with I/O contracts - resources/schemas/vdvc-semantic-summary.schema.json — output contract - resources/guardrails.yaml — GDPR + EU AI Act constraints - metadata/ownership.yaml + metadata/lifecycle.yaml - docs/, fixtures/, tests/eval-set.json Validates clean against UAPFormat/UAPF-specification schemas.
20 lines
712 B
Markdown
20 lines
712 B
Markdown
# dev.uapf.semantic-document-analysis
|
|
|
|
UAPF v1.1 SSOT-conformant Level 4 process package providing reusable
|
|
semantic document analysis as `Process_SemanticDocumentAnalysis`.
|
|
|
|
See `docs/00-overview.md` for what it does, `docs/01-eu-ai-act.md` for
|
|
the regulatory analysis, and `docs/02-integration.md` for runtime
|
|
integration notes.
|
|
|
|
## Validates against
|
|
|
|
Run `jsonschema -i <each yaml-rendered-as-json> <each schema>` against
|
|
the canonical schemas in
|
|
`github.com/UAPFormat/UAPF-specification/schemas/`:
|
|
|
|
- `uapf-manifest.schema.json` (root manifest)
|
|
- `ownership.schema.json` (metadata/ownership.yaml)
|
|
- `lifecycle.schema.json` (metadata/lifecycle.yaml)
|
|
- `resource-mapping.schema.json` (resources/mappings.yaml)
|