Entity · dms_extraction_feedback
DMS Extraction Feedback Schema
Felder
DMS Extraction Feedback Schema
User corrections to extraction results for ML feedback loop
documentId
Reference to the DMS document
field
The field path that was corrected (e.g. incomingInvoice.vendorName)
max 200 Zeichen
originalValue
Value before correction
correctedValue
User-provided correct value
extractionMethod
Which extraction method produced the original value
Werte
ZUGFERDXRECHNUNGLLM_VISIONOCR_LLMPARSERMANUALnullable
parserId
Which dms_parser was used (if any)
nullable
vendorPartyId
Vendor party for vendor-specific learning
nullable
documentTypeId
Document type for type-specific learning
nullable
applied
Whether this feedback has been incorporated into parser/rules
Default: false
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/dms_extraction_feedback— Liste, paginiert + filterbarGET /api/v1/dms_extraction_feedback/<id>— Einzelne EntityPOST /api/v1/dms_extraction_feedback— AnlegenPATCH /api/v1/dms_extraction_feedback/<id>— Teil-UpdateDELETE /api/v1/dms_extraction_feedback/<id>— Soft-DeleteGET /api/v1/dms_extraction_feedback/<id>/timeline— Audit + Aktivitäten