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 googlevision api endpoint #3117

Closed dlozeve closed 1 month ago

dlozeve commented 1 month ago

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.

MthwRobinson commented 1 month ago

Thanks @dlozeve ! Getting this merged into a feature branch so CI can run, and will get it merged into main from there.

MthwRobinson commented 1 month ago

See #3126