mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 09:46:24 +02:00
fix invoice_ocr
This commit is contained in:
parent
a1e1eb8307
commit
3e74b58909
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