Files
jwang c4fb6e9d24 Add tesseract-ocr container
tesseract is a popular OCR engine with AVX performance optimization

Signed-off-by: jwang <jing.j.wang@intel.com>
2019-12-05 00:53:22 +00:00

8 lines
109 B
Bash
Executable File

#!/bin/bash
. ../docker-hooks.sh
image="clearlinux/tesseract-ocr"
package=tesseract
do_tag $image $package