I call textract.start_expense_analysis on a multi-page invoice PDF stored in S3. When I access document.expense_documents, I get KeyError: 'Geometry'. Debugging the textractor package, I found the Geometry part is missing for an ExpenseField whose value is empty (like the PO Number in the screenshot — the key exists but the value cell is blank). Why does an empty cell crash the parse?