Textract#
Client#
- class Textract.Client#
A low-level client representing Amazon Textract
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. This is the API reference documentation for Amazon Textract.
client = session.create_client('textract')
These are the available methods:
- analyze_document
- analyze_expense
- analyze_id
- can_paginate
- close
- detect_document_text
- get_document_analysis
- get_document_text_detection
- get_expense_analysis
- get_lending_analysis
- get_lending_analysis_summary
- get_paginator
- get_waiter
- start_document_analysis
- start_document_text_detection
- start_expense_analysis
- start_lending_analysis
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- AccessDeniedException
- BadDocumentException
- DocumentTooLargeException
- HumanLoopQuotaExceededException
- IdempotentParameterMismatchException
- InternalServerError
- InvalidJobIdException
- InvalidKMSKeyException
- InvalidParameterException
- InvalidS3ObjectException
- LimitExceededException
- ProvisionedThroughputExceededException
- ThrottlingException
- UnsupportedDocumentException