Skip to content

Commit

Permalink
Add note about --lang en in README (#137)
Browse files Browse the repository at this point in the history
Add note about --lang en in readme
  • Loading branch information
jk4e authored Mar 10, 2025
1 parent f1acfc4 commit df6f1c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ For more software version requirements, please refer to the instructions in [Ins

PPOCRLabel can be started in two ways: whl package and Python script. The whl package form is more convenient to start, and the python script to start is convenient for secondary development.

> Note: By default, PPOCRLabel starts with a **Chinese** UI (`--lang ch`). To switch to **English**, you need to launch the application with the `--lang en` parameter.
#### Windows

```bash
Expand Down

0 comments on commit df6f1c4

Please sign in to comment.