fix: bugs-04

This commit is contained in:
2026-03-17 22:39:05 +08:00
parent 143a1b4507
commit cdc2c4ead6
50 changed files with 1694 additions and 1916 deletions

View File

@@ -35,6 +35,11 @@ class OcrFieldCorrection(CamelModel):
new_value: str
class OcrBlockUpdateIn(CamelModel):
content: str
confidence: float = 0.5
class CaseOcrStartIn(CamelModel):
include_done: bool = False
image_ids: list[UUID] = []