You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code throws an AttributeError when the bbox on self.expenses[0] is None. Since spatial_object can be None, would it make sense to add some protection here?
The text was updated successfully, but these errors were encountered:
amazon-textract-textractor/textractor/entities/expense_field.py
Lines 184 to 189 in 9df5d26
The above code throws an
AttributeError
when thebbox
onself.expenses[0]
is None. Sincespatial_object
can be None, would it make sense to add some protection here?The text was updated successfully, but these errors were encountered: