mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
fix invoice_ocr
This commit is contained in:
parent
dc2a87ce12
commit
7a1252e356
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class InvoicePath(BaseModel):
|
|||
|
||||
|
||||
class OCRResults(BaseModel):
|
||||
ocr_results: list[dict] = []
|
||||
ocr_results: list = []
|
||||
|
||||
|
||||
class InvoiceData(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue