From adbead45545dffdbb5ea4aafa8c8fa9414d89f11 Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Thu, 15 Feb 2024 15:17:41 +0100 Subject: [PATCH] link instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6653f8c3..6714ea76 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Place the data files and google cloud vision API key in your google drive to acc ## Features ### Text extraction -The text is extracted from the images using [google-cloud-vision](https://cloud.google.com/vision). For this, you need an API key. Set up your google account following the instructions on the google Vision AI website. +The text is extracted from the images using [google-cloud-vision](https://cloud.google.com/vision). For this, you need an API key. Set up your google account following the instructions on the google Vision AI website or as described [here](docs/google_Cloud_Vision_API/set_up_credentials.md). You then need to export the location of the API key as an environment variable: ``` export GOOGLE_APPLICATION_CREDENTIALS="location of your .json"