textract

class moto.textract.models.TextractBackend(region_name, account_id)

Implementation of Textract APIs.

Example usage

@mock_textract
def test_textract_behaviour:
    boto3.client("textract")
    ...

Implemented features for this service

  • [ ] analyze_document

  • [ ] analyze_expense

  • [ ] analyze_id

  • [ ] detect_document_text

  • [ ] get_document_analysis

  • [X] get_document_text_detection

    Pagination has not yet been implemented

  • [ ] get_expense_analysis

  • [ ] start_document_analysis

  • [X] start_document_text_detection

    The following parameters have not yet been implemented: ClientRequestToken, JobTag, NotificationChannel, OutputConfig, KmsKeyID

  • [ ] start_expense_analysis