File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Setup
2
2
3
+ ## Install Xcode Build Tool
4
+
5
+ ``` bash
6
+ xcode-select --install
7
+ ```
8
+
3
9
## Install Tesseract
4
10
5
11
In order to get OCR features working you need to install ` tesseract ` .
6
12
7
13
** macOS**
8
14
``` bash
9
- brew install tesseract --all-languages
15
+ brew install tesseract --with- all-languages
10
16
```
11
17
12
18
** Linux**
@@ -38,5 +44,4 @@ System Preferences -> Security & Privacy -> Privacy -> Accessibility ->
38
44
- Add Terminal to list of apps allowed to control your computer (to be able to run tests via Terminal)
39
45
- Add PyCharm to list of apps allowed to control your computer (to be able to run tests via IDE)
40
46
```
41
- Note that if your Jenkins instance is started via some other executable it should be also added in the list.
42
-
47
+ Note that if your Jenkins instance is started via some other executable it should be also added in the list.
You can’t perform that action at this time.
0 commit comments