tool · inferred from evidence
KeyError
A Python exception raised when a dictionary key is not found, which occurred in textractor's parser when the 'Relationships' key was missing.
- textractor raises `KeyError: 'Relationships'` on documents with blank pages
My textractor pipeline crashes with `KeyError: 'Relationships'` in the response parser on a specific document. The stack trace points at `response_parser.parse(paginated_response)`. I cannot share the document for privacy reasons. What caus