Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1011 Bytes

textract.rst

File metadata and controls

51 lines (31 loc) · 1011 Bytes

textract

.. autoclass:: moto.textract.models.TextractBackend

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

  • [ ] get_lending_analysis

  • [ ] get_lending_analysis_summary

  • [ ] start_document_analysis

  • [X] start_document_text_detection

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

  • [ ] start_expense_analysis

  • [ ] start_lending_analysis