-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathexample_iiif_job.json
103 lines (103 loc) · 1.91 KB
/
example_iiif_job.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"input": {
"path": "iiif-media",
"depth": 3,
"skip": 0,
"id": {
"name": "SequentialObjectIdGenerator",
"properties": {}
},
"iiif": {
"imageApiUrl": "https://libimages.princeton.edu/loris/pudl0001/5138415",
"imageApiVersion": "2.1.1",
"keepImagesPostExtraction": true,
"rotation": 10,
"items": [
{
"identifier": "00000010.jp2",
"region": "square"
},
{
"identifier": "00000011.jp2",
"rotation": 90,
"quality": "gray"
},
{
"identifier": "00000012.jp2",
"rotation": 180,
"quality": "bitonal",
"format": "png"
}
],
"manifestUrl": "https://dms-data.stanford.edu/data/manifests/Parker/bg021sq9590/manifest.json",
"orderedCollectionUrl": "https://haab-digital.klassik-stiftung.de/viewer/api/v1/records/changes/"
}
},
"extractors": [
{
"name": "AverageColor"
},
{
"name": "AverageColorARP44"
},
{
"name": "AverageColorCLD"
},
{
"name": "AverageColorGrid8"
},
{
"name": "AverageColorRaster"
},
{
"name": "AverageFuzzyHist"
},
{
"name": "AverageColorGrid8Reduced15"
},
{
"name": "CLD"
},
{
"name": "EdgeARP88"
},
{
"name": "EdgeGrid16"
},
{
"name": "EHD"
},
{
"name": "HPCP12Shingle"
},
{
"name": "MedianColor"
},
{
"name": "MedianColorGrid8"
},
{
"name": "HOGMirflickr25K512"
},
{
"name": "SURFMirflickr25K512"
}
],
"exporters": [
{
"name": "ShotThumbnailsExporter",
"properties": {
"destination": "thumbnails/"
}
}
],
"database": {
"writer": "COTTONTAIL",
"selector": "COTTONTAIL"
},
"metadata": [
{
"name": "IIIFMetaDataExtractor"
}
]
}