

********
Textract
********



======
Client
======



.. py: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.

  ::

    
    import boto3
    
    client = boto3.client('textract')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  textract/client/analyze_document
  textract/client/analyze_expense
  textract/client/analyze_id
  textract/client/can_paginate
  textract/client/close
  textract/client/create_adapter
  textract/client/create_adapter_version
  textract/client/delete_adapter
  textract/client/delete_adapter_version
  textract/client/detect_document_text
  textract/client/get_adapter
  textract/client/get_adapter_version
  textract/client/get_document_analysis
  textract/client/get_document_text_detection
  textract/client/get_expense_analysis
  textract/client/get_lending_analysis
  textract/client/get_lending_analysis_summary
  textract/client/get_paginator
  textract/client/get_waiter
  textract/client/list_adapter_versions
  textract/client/list_adapters
  textract/client/list_tags_for_resource
  textract/client/start_document_analysis
  textract/client/start_document_text_detection
  textract/client/start_expense_analysis
  textract/client/start_lending_analysis
  textract/client/tag_resource
  textract/client/untag_resource
  textract/client/update_adapter


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  textract/paginator/ListAdapterVersions
  textract/paginator/ListAdapters
