Spaces:
Sleeping
Sleeping
Update categories/vendor/model.py
Browse files
categories/vendor/model.py
CHANGED
@@ -31,7 +31,7 @@ class InformationExtractedFromABillReceipt(BaseModel):
|
|
31 |
..., title="The alphanumeric GSTIN/GST number code"
|
32 |
)
|
33 |
billing_address: str = Field(..., title="The billing address")
|
34 |
-
|
35 |
invoice_date: datetime = Field(..., title="The date-time the invoice was issued")
|
36 |
due_date: datetime = Field(..., title="The date-time the invoice is due")
|
37 |
total: float = Field(..., title="Total amount or price")
|
|
|
31 |
..., title="The alphanumeric GSTIN/GST number code"
|
32 |
)
|
33 |
billing_address: str = Field(..., title="The billing address")
|
34 |
+
uids: str = Field(..., title="The invoice number")
|
35 |
invoice_date: datetime = Field(..., title="The date-time the invoice was issued")
|
36 |
due_date: datetime = Field(..., title="The date-time the invoice is due")
|
37 |
total: float = Field(..., title="Total amount or price")
|