Initial commit with translated description
This commit is contained in:
17
config.json
Normal file
17
config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"ocr": {
|
||||
"enabled": true,
|
||||
"defaultLanguage": "eng",
|
||||
"quality": "medium",
|
||||
"languages": ["eng", "spa", "fra", "deu", "ita", "por", "rus", "chi_sim", "jpn", "kor"]
|
||||
},
|
||||
"output": {
|
||||
"defaultFormat": "text",
|
||||
"preserveFormatting": true,
|
||||
"includeMetadata": true
|
||||
},
|
||||
"batch": {
|
||||
"maxConcurrent": 3,
|
||||
"timeoutSeconds": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user