Entity Parser ========================== The library is intended to support multiple formats for parsing with a unified underlying object representation. For the Textract customer, the response_parser function has been created to handle API response parsing for `DetectDocumentText `_, `AnalyzeDocument `_, `StartDocumentTextDetection `_ and `StartDocumentAnalysis `_. response_parser --------------- .. automodule:: textractor.parsers.response_parser :members: :undoc-members: :show-inheritance: