@digipair/skill-web-pdf 0.32.7 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema.en.json +0 -52
package/package.json
CHANGED
package/schema.en.json
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"openapi": "3.0.0",
|
|
3
|
-
"info": {
|
|
4
|
-
"title": "@digipair/skill-web-pdf",
|
|
5
|
-
"summary": "Text extraction from a PDF",
|
|
6
|
-
"description": "This skill allows for the extraction of text from a PDF.",
|
|
7
|
-
"version": "0.1.0",
|
|
8
|
-
"x-icon": "📄"
|
|
9
|
-
},
|
|
10
|
-
"paths": {
|
|
11
|
-
"/digipair-input-pdf": {
|
|
12
|
-
"post": {
|
|
13
|
-
"tags": ["boost"],
|
|
14
|
-
"summary": "Extract text from a PDF",
|
|
15
|
-
"description": "Element that allows extracting text from a PDF file provided by the user.",
|
|
16
|
-
"parameters": [
|
|
17
|
-
{
|
|
18
|
-
"name": "label",
|
|
19
|
-
"summary": "Displayed text",
|
|
20
|
-
"required": false,
|
|
21
|
-
"description": "Text displayed to the user to guide them in their input.",
|
|
22
|
-
"schema": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "accept",
|
|
28
|
-
"summary": "File type",
|
|
29
|
-
"required": false,
|
|
30
|
-
"description": "Accepted file types.",
|
|
31
|
-
"schema": {
|
|
32
|
-
"type": "string"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "required",
|
|
37
|
-
"summary": "Required?",
|
|
38
|
-
"required": false,
|
|
39
|
-
"description": "Fields required to execute the boost.",
|
|
40
|
-
"schema": {
|
|
41
|
-
"type": "boolean"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"x-events": []
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"components": {
|
|
50
|
-
"schemas": {}
|
|
51
|
-
}
|
|
52
|
-
}
|