Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinHsu1019 authored Nov 14, 2024
1 parent 167a5f2 commit 9551130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ To set up the development environment, follow these steps:
```

8. Start the Docker environment (weaviate database):
- 首先將 docker-compose.yml 的 `OPENAI_APIKEY: ${OPENAI_APIKEY}` 改成你的 API Key
- 接著啟動 Docker Compose
```
docker-compose up -d
```

9. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
10. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
- **Tesseract-OCR**
- 下載並安裝 Tesseract-OCR。
- 安裝完成後,記下安裝路徑(如 `C:\Program Files\Tesseract-OCR\tesseract.exe`)。
Expand Down

0 comments on commit 9551130

Please sign in to comment.