Unstructured-IO / unstructured

Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
https://www.unstructured.io/
Apache License 2.0
7.54k stars 595 forks source link

feat: configure googlevisionapi #3126

Closed MthwRobinson closed 1 month ago

MthwRobinson commented 1 month ago

Summary

Includes changes from #3117. Merged into a feature branch to run the full test suite.

Original PR description:

The Google Vision API allows for configuration of the API endpoint, to select if the data should be sent to the US or the EU. This PR adds an environment variable (GOOGLEVISION_API_ENDPOINT) to configure it.