mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
57d0ae06c0
The Python scripts require Python3 and give errors with Python2. Signed-off-by: Stefan Weil <sw@weilnetz.de>
19 lines
341 B
YAML
19 lines
341 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- libpango1.0-dev
|
|
configure:
|
|
command:
|
|
- ./autogen.sh
|
|
- mkdir _lgtm_build_dir
|
|
- cd _lgtm_build_dir
|
|
- ../configure
|
|
index:
|
|
build_command:
|
|
- cd _lgtm_build_dir
|
|
- make training
|
|
python:
|
|
python_setup:
|
|
version: 3
|