Document Extraction

//indico-client-java/com.indico.mutation/DocumentExtraction

# DocumentExtraction

[jvm]\
class DocumentExtraction(indicoClient: IndicoKtorClient) : Mutation<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Job?>?, DocumentExtractionGraphQL.Result>

## Constructors

| | |
|---|---|
| DocumentExtraction | [jvm]<br>constructor(indicoClient: IndicoKtorClient) |

## Functions

| Name | Summary |
|---|---|
| execute | [jvm]<br>open override fun execute(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;Job&gt;<br>Executes request and returns a list of Jobs |
| files | [jvm]<br>fun files(files: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)&gt;?): DocumentExtraction<br>Files to extract |
| jsonConfig | [jvm]<br>fun jsonConfig(jsonConfig: JSONObject?): DocumentExtraction<br>JSON configuration for extraction |