We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabad48 commit 18df01fCopy full SHA for 18df01f
mindee/documents/us/bank_check/bank_check_v1.py
@@ -11,7 +11,7 @@ class BankCheckV1(Document):
11
date: DateField
12
"""Date the check was issued"""
13
amount: AmountField
14
- """Total including taxes"""
+ """Amount to be paid"""
15
payees: List[TextField]
16
"""List of payees (full name or company name)"""
17
check_number: TextField
@@ -23,7 +23,7 @@ class BankCheckV1(Document):
23
check_position: PositionField
24
"""Check's position in the image"""
25
signatures_positions: List[PositionField]
26
- """Signatures' positions in the image"""
+ """The positions of the signatures on the image."""
27
28
def __init__(
29
self,
0 commit comments