You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Python SDK - supports vision models from different providers like OpenAI, Azure OpenAI, Anthropic, AWS Bedrock etc)
144
154
145
-
### Installation:
155
+
### Installation
146
156
147
157
- Install **poppler** on the system, it should be available in path variable. See the [pdf2image documentation](https://pdf2image.readthedocs.io/en/latest/installation.html) for instructions by platform.
148
158
- Install py-zerox:
@@ -285,7 +295,7 @@ Returns
285
295
- ZeroxOutput:
286
296
Contains the markdown content generated by the model and also some metadata (refer below).
287
297
288
-
### Example Output (Output from "azure/gpt-4o-mini"):
298
+
### Example Output (Output from "azure/gpt-4o-mini")
289
299
290
300
`Note: The output is mannually wrapped for this documentation for better readability.`
291
301
@@ -340,7 +350,7 @@ ZeroxOutput(
340
350
)
341
351
````
342
352
343
-
## Supported File Types:
353
+
## Supported File Types
344
354
345
355
We use a combination of `libreoffice` and `graphicsmagick` to do document => image conversion. For non-image / non-pdf files, we use libreoffice to convert that file to a pdf, and then to an image.
346
356
@@ -373,7 +383,7 @@ We use a combination of `libreoffice` and `graphicsmagick` to do document => ima
373
383
374
384
## Credits
375
385
376
-
-[Litellm](https://github.com/BerriAI/litellm): https://github.com/BerriAI/litellm | This powers our python sdk to support all popular vision models from different providers.
386
+
-[Litellm](https://github.com/BerriAI/litellm): <https://github.com/BerriAI/litellm> | This powers our python sdk to support all popular vision models from different providers.
0 commit comments