Commit Graph

14 Commits

Author SHA1 Message Date
DavidKorczynski 8c4e3d8a0a
tesseract-ocr: cleanup build (#7350)
* tesseract-ocr: cleanup build

* fix build

* cleanup
2022-03-03 12:47:19 +00:00
DavidKorczynski 4f9e6563e2
tesseract-ocr: fix build for latest base builder (#6474)
* tesseract-ocr: fix build for latest base builder

* tesseract-ocr: download data
2021-09-17 19:00:59 +01:00
jonathanmetzman 0378a92819
[Ubuntu upgrade] Pin projects that fail on coverage (#6300)
Some of these seem to timeout, unclear if this is a fluke.
Can upgrade these later.

Related #6180
2021-08-25 09:13:32 -07:00
DavidKorczynski b793a49934
tesseract-ocr: enable afl and simplify project.yaml. (#5152) 2021-02-21 16:06:49 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
AdamKorcz 7eed4b400b
[Tesseract] Updated build script to run from upstream (#3779)
* Updated tesseract build script

* Added license header
2020-05-08 15:24:17 -07:00
Max Moroz e6a5e0a666
[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
2020-04-09 13:47:54 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [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
2020-03-10 11:08:01 -07:00
Guido Vranken fa662173bf [tesseract-ocr] Fix build (#3177)
* [tesseract-ocr] Fix build

* [tesseract-ocr] Disable AFL, lower resolution
2020-01-03 08:08:19 -08:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Guido Vranken b3b4a5c3a3 [tesseract-ocr] Add fuzzer that processes 512x512 images (#2279) 2019-04-01 09:15:21 -07:00
Guido Vranken b4837fc025 [tesseract-ocr] Use Leptonica master branch (#2224) 2019-03-08 12:38:14 -08:00
Guido Vranken bf5caa86c3 [tesseract-ocr] Add Tesseract (#2210)
* 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"
2019-03-07 06:57:21 -08:00