We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353d03f commit 71a2924Copy full SHA for 71a2924
1 file changed
examples/official/tesseract/README.md
@@ -17,19 +17,20 @@ This project demonstrates how to use **Tesseract OCR** as a complementary techno
17
- Tesseract OCR installation
18
- Windows: Install [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki)
19
- macOS:
20
-
21
- ```bash
22
- brew install tesseract
23
- ```
+
+ ```bash
+ brew install tesseract
+ ```
24
25
+ - Linux:
26
- - Linux:
27
```bash
- sudo apt update
28
- sudo apt install tesseract-ocr -y
29
- sudo apt install libtesseract-dev -y
30
+ sudo apt update
+ sudo apt install tesseract-ocr -y
+ sudo apt install libtesseract-dev -y
31
32
-- Python dependencies
33
+- Python dependencies:
34
35
36
pip install dynamsoft-capture-vision-bundle pytesseract pillow
0 commit comments