mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-03 20:21:38 +00:00
tesseract is a popular OCR engine with AVX performance optimization Signed-off-by: jwang <jing.j.wang@intel.com>
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
. ../docker-hooks.sh
|
|
|
|
image="clearlinux/tesseract-ocr"
|
|
package=tesseract
|
|
|
|
do_tag $image $package
|