Skip to content

gnkm/docker-alpine-tesseract-jpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for tesseract

Description

dockerfile for building container includes

  • tesseract-ocr
  • tessdata for english
  • tessdata for japanese
  • tessdata for hocr

Example

basic usage

$ docker run --rm -v $HOME/docker-vol:/docker-vol -w /docker-vol gnkm/alpine-tesseract-jpn tesseract image-file output-file -l jpn

use white list

$ cp numbers.conf $HOME/docker-vol/
$ docker run --rm -v $HOME/docker-vol:/docker-vol -w /docker-vol gnkm/alpine-tesseract-jpn tesseract image-file output-file -l jpn numbers.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published