landingai-ade 0.12.0__py3-none-any.whl → 0.13.0__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 CHANGED
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "landingai_ade"
4
- __version__ = "0.12.0" # x-release-please-version
4
+ __version__ = "0.13.0" # x-release-please-version
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: landingai-ade
3
- Version: 0.12.0
3
+ Version: 0.13.0
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
@@ -75,7 +75,7 @@ client = LandingAIADE(
75
75
 
76
76
  response = client.parse(
77
77
  # support document or document_url
78
- document_url="https://va.landing.ai/pdfs/LabReport.pdf",
78
+ document_url="path/to/file",
79
79
  model="dpt-2-latest",
80
80
  )
81
81
  print(response.chunks)
@@ -128,7 +128,7 @@ client = AsyncLandingAIADE(
128
128
 
129
129
  async def main() -> None:
130
130
  response = await client.parse(
131
- document_url="https://va.landing.ai/pdfs/LabReport.pdf",
131
+ document_url="path/to/file",
132
132
  model="dpt-2-latest",
133
133
  )
134
134
  print(response.chunks)
@@ -164,7 +164,7 @@ async def main() -> None:
164
164
  http_client=DefaultAioHttpClient(),
165
165
  ) as client:
166
166
  response = await client.parse(
167
- document_url="https://va.landing.ai/pdfs/LabReport.pdf",
167
+ document_url="path/to/file",
168
168
  model="dpt-2-latest",
169
169
  )
170
170
  print(response.chunks)
@@ -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=2-5kLQGJazt0Oy995VDoep64YSw1kNMQ160PDuS3RjA,166
14
+ landingai_ade/_version.py,sha256=sN1bVMy1DBqv8pMiWTWNgDjBGs9IYPYjPrQrXGtBqCE,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
@@ -35,7 +35,7 @@ landingai_ade/types/client_extract_params.py,sha256=XyR0xk0LzFe36ACBFGr2HKv4S1VM
35
35
  landingai_ade/types/client_parse_params.py,sha256=_9AGv7yaAfXszlwHCb44JazD98Rkx2hqi259xp9YBMU,1292
36
36
  landingai_ade/types/extract_response.py,sha256=mAxHf_kqtu5y46GRTaq4KxhZ97oI-t7LD4qvEUduxf4,657
37
37
  landingai_ade/types/parse_response.py,sha256=5UNneeknxzGAhOIWl1CYb18ZGu9S4l6VUFpT41Bqb0w,1078
38
- landingai_ade-0.12.0.dist-info/METADATA,sha256=LZyiRcXGBbj6s0S1oZtb1ErV5jFWmdMjWoZsSmLEeOw,15306
39
- landingai_ade-0.12.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
40
- landingai_ade-0.12.0.dist-info/licenses/LICENSE,sha256=xQsP4c8KA_Ov7OhSD-tj_2U8RQ8z9MQUy-WEjgbJdZU,11343
41
- landingai_ade-0.12.0.dist-info/RECORD,,
38
+ landingai_ade-0.13.0.dist-info/METADATA,sha256=G3BliqHcm-GnZ22UPwFnRRC0vpoIxLLxLbhbY8Wum9o,15222
39
+ landingai_ade-0.13.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
40
+ landingai_ade-0.13.0.dist-info/licenses/LICENSE,sha256=xQsP4c8KA_Ov7OhSD-tj_2U8RQ8z9MQUy-WEjgbJdZU,11343
41
+ landingai_ade-0.13.0.dist-info/RECORD,,