diff --git a/klausur-service/backend/ocr_pipeline_api.py b/klausur-service/backend/ocr_pipeline_api.py index 8856cc8..ca6384f 100644 --- a/klausur-service/backend/ocr_pipeline_api.py +++ b/klausur-service/backend/ocr_pipeline_api.py @@ -2869,6 +2869,8 @@ async def paddle_kombi(session_id: str): "duration_seconds": round(duration, 2), "ocr_engine": "kombi", "grid_method": "kombi", + "raw_paddle_words": paddle_words, + "raw_tesseract_words": tess_words, "summary": { "total_cells": len(cells), "non_empty_cells": sum(1 for c in cells if c.get("text")),