File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Build and install leptonica
4141 run : |
42- git clone --depth 1 https://github.com/DanBloomberg/leptonica.git
42+ git clone --depth 1 --branch "1.79.0" https://github.com/DanBloomberg/leptonica.git
4343 cd leptonica
4444 mkdir build
4545 cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_PROG=OFF
4848
4949 - name : Build and install tessarect
5050 run : |
51- git clone --depth 1 https://github.com/tesseract-ocr/tesseract.git
51+ git clone --depth 1 --branch "4.1.1" https://github.com/tesseract-ocr/tesseract.git
5252 cd tesseract
5353 mkdir build
5454 cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_TRAINING_TOOLS=OFF -DOPENMP_BUILD=OFF
You can’t perform that action at this time.
0 commit comments