We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d6bf1 commit 6ab44e9Copy full SHA for 6ab44e9
.gitignore
@@ -9,4 +9,4 @@ __pycache__/
9
.ipynb_checkpoints/
10
.idea/
11
openapi.json
12
-openapi_client.json
+openapi_client.json
README.md
@@ -58,7 +58,7 @@ except SDKError as e:
58
59
Result:
60
61
-```json
+```
62
{
63
'type': 'UncategorizedText',
64
'element_id': 'fc550084fda1e008e07a0356894f5816',
gen.yaml
@@ -12,7 +12,9 @@ generation:
python:
13
version: 0.21.0
14
additionalDependencies:
15
- dependencies: {}
+ dependencies:
16
+ pypdf: '>=4.0'
17
+ deepdiff: '>=6.0'
18
extraDependencies:
19
dev: {}
20
author: Unstructured
0 commit comments