amazon-textract-textractor icon indicating copy to clipboard operation
amazon-textract-textractor copied to clipboard

'NoneType' object has no attribute 'spatial_object' on Expense Analysis results

Open HarryTSaban opened this issue 1 year ago • 0 comments

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?

HarryTSaban avatar May 21 '24 09:05 HarryTSaban