Skip to content

Commit

Permalink
Fix: Numbering error
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinHsu1019 authored Nov 15, 2024
1 parent bfaa2a4 commit 06555f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To set up the development environment, follow these steps:
docker-compose up -d
```

10. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
9. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
- **Tesseract-OCR**
- 下載並安裝 Tesseract-OCR。
- 安裝完成後,記下安裝路徑(如 `C:\Program Files\Tesseract-OCR\tesseract.exe`)。
Expand Down Expand Up @@ -155,9 +155,9 @@ To set up the development environment, follow these steps:
python3 Model/flask_app.py
```

11. 將主辦方提供的題目 json 檔案改名為 questions.json 並塞入 data/
12. 將主辦方提供的題目 json 檔案改名為 questions.json 並塞入 data/

12. 運行 main.py 進行測試得出 data/pred_retrieve.json 提交最終結果給主辦方:
13. 運行 main.py 進行測試得出 data/pred_retrieve.json 提交最終結果給主辦方:
```
python3 main.py
```
Expand Down

0 comments on commit 06555f3

Please sign in to comment.