fix: bugs-04
This commit is contained in:
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user