aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/tesseract-ocr
Commit message (Collapse)AuthorAge
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [Tesseract] Updated build script to run from upstream (#3779)Gravatar AdamKorcz2020-05-08
| | | | | * Updated tesseract build script * Added license header
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)Gravatar Max Moroz2020-04-09
| | | | | * [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). * rename fuzzing puzzles target
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* [tesseract-ocr] Fix build (#3177)Gravatar Guido Vranken2020-01-03
| | | | | | * [tesseract-ocr] Fix build * [tesseract-ocr] Disable AFL, lower resolution
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* [tesseract-ocr] Add fuzzer that processes 512x512 images (#2279)Gravatar Guido Vranken2019-04-01
|
* [tesseract-ocr] Use Leptonica master branch (#2224)Gravatar Guido Vranken2019-03-08
|
* [tesseract-ocr] Add Tesseract (#2210)Gravatar Guido Vranken2019-03-07
* Add Tesseract * Use -lz instead of static library path * Disable Tesseract shared build * Minimal repository cloning (--depth 1) * Improve tessdata directory resolution syntax * Don't hardcode TESSDATA_PREFIX into binary * Don't move, but copy $SRC/tessdata to $OUT Move sometimes results in "inter-device move failed"