GoogleOCR authentication improvements
Changed
- GoogleOCR now checks whether the credential file actually exists before setting
GOOGLE_APPLICATION_CREDENTIALS
. If none of the default locations are found, the env var is not set. This enables usage of other authentication schemes (e.g. gcloud CLI, application default credentials).