Skip to content

Commit 7c11280

Browse files
committed
Updated env values in readme
1 parent 4149a22 commit 7c11280

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**`Documind`** is an advanced document processing tool that leverages AI to extract structured data from PDFs. It is built to handle PDF conversions, extract relevant information, and format results as specified by customizable schemas.
44

5-
This repo was built on top of Zerox - https://github.com/getomni-ai/zerox. The MIT license from Xerox is included in the core folder and is also mentioned in the root license file.
5+
This repo was built on top of Zerox - https://github.com/getomni-ai/zerox. The MIT license from Zerox is included in the core folder and is also mentioned in the root license file.
66

77
## **Features**
88

@@ -53,16 +53,12 @@ npm install documind
5353

5454
### **Environment Setup**
5555

56-
**`documind`** requires an **`.env`** file to store sensitive information like API keys and Supabase configurations.
56+
**`documind`** requires an **`.env`** file to store sensitive information like your OpenAI API key.
5757

5858
Create an **`.env`** file in your project directory and add the following:
5959

6060
```bash
6161
OPENAI_API_KEY=your_openai_api_key
62-
SUPABASE_URL=your_supabase_url
63-
SUPABASE_KEY=your_supabase_key
64-
SUPABASE_BUCKET=your_supabase_bucket_name
65-
6662
```
6763

6864
## **Usage**

0 commit comments

Comments
 (0)