Anonymous1223334444
commited on
Commit
·
ad96b83
1
Parent(s):
06df9a4
Update
Browse files
README.md
CHANGED
@@ -41,12 +41,14 @@ This repository hosts a Python pipeline that extracts text, tables, and images f
|
|
41 |
|
42 |
This pipeline relies on **Google Cloud Platform** services and specific Python libraries. You will need:
|
43 |
|
44 |
-
1. **A Google Cloud Project:**
|
45 |
-
-
|
46 |
-
-
|
|
|
47 |
2. **Authentication:**
|
48 |
-
-
|
49 |
-
-
|
|
|
50 |
|
51 |
### Local Setup
|
52 |
|
|
|
41 |
|
42 |
This pipeline relies on **Google Cloud Platform** services and specific Python libraries. You will need:
|
43 |
|
44 |
+
1. **A Google Cloud Project with Billing Enabled:**
|
45 |
+
- **IMPORTANT:** Running this pipeline will incur costs on your Google Cloud Platform account for API usage (Vertex AI and Gemini API). Ensure you have an [active billing account](https://cloud.google.com/billing/docs/how-to/create-billing-account) linked to your project.
|
46 |
+
- Enable the **Vertex AI API**.
|
47 |
+
- Enable the **Generative Language API** (for Gemini 1.5 Flash descriptions).
|
48 |
2. **Authentication:**
|
49 |
+
- **Google Cloud Authentication:** The easiest way to run this in a Colab environment is using `google.colab.auth.authenticate_user()`. For local execution, ensure your Google Cloud SDK is configured and authenticated (`gcloud auth application-default login`).
|
50 |
+
- **Gemini API Key:** An API key for the Google AI Gemini models. You can get one from [Google AI Studio](https://aistudio.google.com/app/apikey). Set this as an environment variable or directly in the code (though environment variables are recommended for security).
|
51 |
+
|
52 |
|
53 |
### Local Setup
|
54 |
|