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 8c93115 commit 98164bbCopy full SHA for 98164bb
README.md
@@ -32,13 +32,7 @@ from unstructured_client import UnstructuredClient
32
from unstructured_client.models import shared
33
from unstructured_client.models.errors import SDKError
34
35
-# Note - in an upcoming release, the Security object is removed
36
-# You'll pass the api key directly
37
-s = UnstructuredClient(
38
- security=shared.Security(
39
- api_key_auth="YOUR_API_KEY",
40
- ),
41
-)
+s = UnstructuredClient(api_key_auth="YOUR_API_KEY")
42
43
filename = "sample-docs/layout-parser-paper.pdf"
44
file = open(filename, "rb")
0 commit comments