bytedeco/javacv

How to use OcrTesseract? OCRTessearct not found.

Open

#783 opened on Sep 8, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi all,

I uses the gradle with the following to grap javacv: compile group: 'org.bytedeco', name: 'javacv-platform', version: '1.3.3'

However when I try to use OCRTesseract.create(), I got OCRTesseract(33): Tesseract not found.

How can I make use of OCRTesseract? Is there any dependencies that I missed?

Thanks, Kaede

Contributor guide