Skip to content

Commit

Permalink
docs: tab (test for main branch protection)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinHsu1019 authored Nov 14, 2024
1 parent 8367da8 commit a55db44
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,21 @@ To set up the development environment, follow these steps:

在程式碼中配置 Tesseract 和 Poppler 的路徑:

```python
# Configure Tesseract path if necessary (update this path as needed)
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'

# Specify the path to the Poppler binaries
poppler_path = r"C:\Program Files\poppler-24.08.0\Library\bin"
```
```python
# Configure Tesseract path if necessary (update this path as needed)
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
# Specify the path to the Poppler binaries
poppler_path = r"C:\Program Files\poppler-24.08.0\Library\bin"
```

確保將上述路徑替換為本地實際安裝的路徑。

確保您的 ZIP 文件包含以下資料夾和文件 (下載官方 dataset 後):

- `競賽資料集/reference/faq/pid_map_content.json`
- `競賽資料集/reference/finance/*.pdf`
- `競賽資料集/reference/insurance/*.pdf`
- `競賽資料集/reference/faq/pid_map_content.json`
- `競賽資料集/reference/finance/*.pdf`
- `競賽資料集/reference/insurance/*.pdf`

運行 data preprocess scripts:

Expand Down

0 comments on commit a55db44

Please sign in to comment.