action geneea_correction_get {
label: "Performs text correction (diacritization) on the given document"
description: "
Possible options:
An optional parameter diacritize with values yes, no or auto indicate whether the text diacritization will be performed. The default value is auto.
"
provider: geneea
method: GET
path: "/s1/correction"
encoding: json
input: {
type: "object"
properties: {
extractor: {
type: "string"
}
id: {
type: "string"
}
language: {
type: "string"
}
returnTextInfo: {
type: "string"
}
text: {
type: "string"
}
url: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}