7 lines
273 B
Bash
7 lines
273 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
wget -O leptonica.tar.gz http://www.leptonica.com/source/leptonica-1.72.tar.gz
|
||
|
wget -O tesseract.tar.gz https://github.com/tesseract-ocr/tesseract/archive/3.04.00.tar.gz
|
||
|
wget -O tessdata.tar.gz https://github.com/tesseract-ocr/tessdata/archive/3.04.00.tar.gz
|
||
|
|