Spaces:
Sleeping
Sleeping
Update categories/travel_cab/model.py
Browse files
categories/travel_cab/model.py
CHANGED
@@ -18,3 +18,4 @@ class InformationExtractedFromABillReceipt(BaseModel):
|
|
18 |
time_to: time = Field(..., title="time at which journey end")
|
19 |
uids: str = Field(..., title="The bill number/invoice number")
|
20 |
total: float = Field(..., title="cost of journey ticket")
|
|
|
|
18 |
time_to: time = Field(..., title="time at which journey end")
|
19 |
uids: str = Field(..., title="The bill number/invoice number")
|
20 |
total: float = Field(..., title="cost of journey ticket")
|
21 |
+
issue_date: date = Field(..., title="The date the invoice was issued")
|