generated from MuckRock/documentcloud-hello-world-addon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
35 lines (35 loc) · 810 Bytes
/
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
title: OCR Scheduler
description: Run your favorite OCR Add-On on large sets of documents on a schedule. Premium OCR tools such as Azure and Google do require AI credits to run successfully.
instructions: ''
type: object
documents: []
properties:
ocr_engine:
title: OCR Engine
type: string
enum:
- azure
- google
- doctr
batch_size:
title: 'Batch size'
type: integer
default: 25
description: "How many documents do you want OCR'd per scheduled run?"
project_id:
title: "Project ID"
type: integer
description: "Project ID of the project you would like to run this on."
required:
- batch_size
- project_id
- ocr_engine
eventOptions:
name: ocr_scheduler
events:
- hourly
- daily
- weekly
categories:
- extract
version: 2