Currently, document extraction can only be triggered programmatically by emitting a DocumentExtraction event from application code.
Add support for declarative triggering via a CDS annotation (e.g. @DocumentAI) so that extraction is triggered automatically when an annotated entity field is written, without requiring boilerplate event emission code.
This should cover:
- Backend: plugin reacts to annotated field writes
- Fiori Elements UI: an "Upload & Extract" button injected automatically on the Object Page
Currently, document extraction can only be triggered programmatically by emitting a
DocumentExtractionevent from application code.Add support for declarative triggering via a CDS annotation (e.g.
@DocumentAI) so that extraction is triggered automatically when an annotated entity field is written, without requiring boilerplate event emission code.This should cover: