amazon-textract-textractor
amazon-textract-textractor copied to clipboard
'NoneType' object has no attribute 'spatial_object' on Expense Analysis results
https://github.com/aws-samples/amazon-textract-textractor/blob/9df5d268dead3f42104cde2f766cb16be3f93d95/textractor/entities/expense_field.py#L184-L189
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?