generated from MuckRock/documentcloud-hello-world-addon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
46 lines (46 loc) · 1.33 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
title: Bulk Reprocess
description: >-
This addon allows you to bulk reprocess documents that have failed to upload.
If they still fail to upload, use the Clear Failed Uploads Add-On to clear the failed documents
and try re-uploading. If it is a large document set, use the [batch upload script](https://www.muckrock.com/news/archives/2023/jan/27/introducing-documentclouds-bulk-upload-script/).
A [full list](https://www.documentcloud.org/help/api#languages) of languages supported by DocumentCloud is available for reference.
type: object
documents:
- query
- selected
properties:
sure:
title: Are you sure you want to reprocess these documents?
type: boolean
force_ocr:
title: Force OCR?
type: boolean
language:
title: OCR Language.
type: string
default: eng
enum: &langs
- ara # Arabic
- zho # Chinese (Simplified)
- tra # Chinese (Traditional)
- hrv # Croatian
- dan # Danish
- nld # Dutch
- eng # English
- fra # French
- deu # German
- heb # Hebrew
- hun # Hungarian
- ind # Indonesian
- ita # Italian
- jpn # Japanese
- kor # Korean
- nor # Norwegian
- por # Portuguese
- ron # Romanian
- rus # Russian
- spa # Spanish
- swe # Swedish
- ukr # Ukrainian
categories:
- bulk