moto/docs/docs/services/textract.rst
2022-03-12 18:01:42 -01:00

49 lines
920 B
ReStructuredText

.. _implementedservice_textract:
.. |start-h3| raw:: html
<h3>
.. |end-h3| raw:: html
</h3>
========
textract
========
.. autoclass:: moto.textract.models.TextractBackend
|start-h3| Example usage |end-h3|
.. sourcecode:: python
@mock_textract
def test_textract_behaviour:
boto3.client("textract")
...
|start-h3| Implemented features for this service |end-h3|
- [ ] 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