Skip to main content
Version: 2.0

List supported table extractors

GET 

/v2/table_extractors

Table extractors are used to extract tabular data from documents during indexing.

Request

Header Parameters

    Request-Timeout integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified seconds or time out.

    Request-Timeout-Millis integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified milliseconds or time out.

Responses

List of supported table extractors.

Schema
    table_extractors object[]

    An array of table extractors.

  • Array [
  • name string

    The name of the table extractor.

    is_default boolean

    Indicates whether it is the default extractor when not specified during indexing.

    description string

    The description of the table extractor.

  • ]
Loading...