landingai-ade 0.10.0__py3-none-any.whl → 0.11.1__py3-none-any.whl
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.
Potentially problematic release.
This version of landingai-ade might be problematic. Click here for more details.
- landingai_ade/_version.py +1 -1
- {landingai_ade-0.10.0.dist-info → landingai_ade-0.11.1.dist-info}/METADATA +2 -3
- {landingai_ade-0.10.0.dist-info → landingai_ade-0.11.1.dist-info}/RECORD +5 -5
- {landingai_ade-0.10.0.dist-info → landingai_ade-0.11.1.dist-info}/WHEEL +0 -0
- {landingai_ade-0.10.0.dist-info → landingai_ade-0.11.1.dist-info}/licenses/LICENSE +0 -0
landingai_ade/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: landingai-ade
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: The official Python library for the landingai-ade API
|
|
5
5
|
Project-URL: Homepage, https://github.com/landing-ai/ade-python
|
|
6
6
|
Project-URL: Repository, https://github.com/landing-ai/ade-python
|
|
@@ -101,9 +101,8 @@ class Person(BaseModel):
|
|
|
101
101
|
|
|
102
102
|
# Convert to JSON schema
|
|
103
103
|
schema = pydantic_to_json_schema(Person)
|
|
104
|
-
|
|
105
104
|
# Use with the SDK
|
|
106
|
-
client = LandingAIADE(apikey="VISION_AGENT_API_KEY")
|
|
105
|
+
client = LandingAIADE(apikey=os.environ.get("VISION_AGENT_API_KEY"))
|
|
107
106
|
response = client.extract(
|
|
108
107
|
schema=schema,
|
|
109
108
|
# support markdown or markdown_url
|
|
@@ -11,7 +11,7 @@ landingai_ade/_resource.py,sha256=fZFMI9zYnf0F6ACBB8teJVzhBelkymH2SMQripxfTvI,11
|
|
|
11
11
|
landingai_ade/_response.py,sha256=qUH6kfV7CszYHyJKTrJXtJY5b2zPizEM6HyGgsisLtI,28858
|
|
12
12
|
landingai_ade/_streaming.py,sha256=V4RaEBKfcNOdOfTAwMzlx_klsTLILvpnS7PvBWC5Exw,10124
|
|
13
13
|
landingai_ade/_types.py,sha256=NLzflzcpP13aYUFLmQMB1XUiX98QV0XwIljPyVDXm8k,7243
|
|
14
|
-
landingai_ade/_version.py,sha256
|
|
14
|
+
landingai_ade/_version.py,sha256=s6kKmankcuR4MgCeT696YQqFswbEinM6akzhWYMLpb0,166
|
|
15
15
|
landingai_ade/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
landingai_ade/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
landingai_ade/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -34,7 +34,7 @@ landingai_ade/types/client_extract_params.py,sha256=XyR0xk0LzFe36ACBFGr2HKv4S1VM
|
|
|
34
34
|
landingai_ade/types/client_parse_params.py,sha256=_9AGv7yaAfXszlwHCb44JazD98Rkx2hqi259xp9YBMU,1292
|
|
35
35
|
landingai_ade/types/extract_response.py,sha256=mAxHf_kqtu5y46GRTaq4KxhZ97oI-t7LD4qvEUduxf4,657
|
|
36
36
|
landingai_ade/types/parse_response.py,sha256=5UNneeknxzGAhOIWl1CYb18ZGu9S4l6VUFpT41Bqb0w,1078
|
|
37
|
-
landingai_ade-0.
|
|
38
|
-
landingai_ade-0.
|
|
39
|
-
landingai_ade-0.
|
|
40
|
-
landingai_ade-0.
|
|
37
|
+
landingai_ade-0.11.1.dist-info/METADATA,sha256=20U8lhaoiy2gU_aEq-JInCa6ay96rDO4PdA1eyGt_JQ,15306
|
|
38
|
+
landingai_ade-0.11.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
39
|
+
landingai_ade-0.11.1.dist-info/licenses/LICENSE,sha256=xQsP4c8KA_Ov7OhSD-tj_2U8RQ8z9MQUy-WEjgbJdZU,11343
|
|
40
|
+
landingai_ade-0.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|