We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ff1fe commit cc07983Copy full SHA for cc07983
.github/workflows/windows.yml
@@ -137,9 +137,9 @@ jobs:
137
cmake .. -G"NMake Makefiles" -DCMAKE_PREFIX_PATH="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE="$env:BUILD_TYPE"
138
nmake
139
140
- - name: Build
+ - name: Download Trained Data
141
run: |
142
- curl -L https://github.com/tesseract-ocr/tessdata/blob/main/eng.traineddata --output eng.traineddata
+ curl -L https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata --output eng.traineddata
143
144
- name: Package
145
0 commit comments