Skip to content

Commit 71a2924

Browse files
authored
Update README.md
1 parent 353d03f commit 71a2924

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

examples/official/tesseract/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ This project demonstrates how to use **Tesseract OCR** as a complementary techno
1717
- Tesseract OCR installation
1818
- Windows: Install [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki)
1919
- macOS:
20-
21-
```bash
22-
brew install tesseract
23-
```
20+
21+
```bash
22+
brew install tesseract
23+
```
24+
25+
- Linux:
2426

25-
- Linux:
2627
```bash
27-
sudo apt update
28-
sudo apt install tesseract-ocr -y
29-
sudo apt install libtesseract-dev -y
30-
```
28+
sudo apt update
29+
sudo apt install tesseract-ocr -y
30+
sudo apt install libtesseract-dev -y
31+
```
3132

32-
- Python dependencies
33+
- Python dependencies:
3334

3435
```bash
3536
pip install dynamsoft-capture-vision-bundle pytesseract pillow

0 commit comments

Comments
 (0)