Skip to content

miyako/4d-plugin-tesseract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

4d-plugin-tesseract

4D implementation of Tesseract OCR 3.2.

You can support more languages by adding files from https://github.com/tesseract-ocr/langdata.

Platform

carbon cocoa win32 win64

Version

Releases

1.1

Syntax

path:=OCR Get language folder
success:=OCR Set language folder (path)
Parameter Type Description
path TEXT
success LONGINT
success:=OCR Read image text (path;text;language)
Parameter Type Description
path TEXT
text TEXT
language TEXT
success LONGINT
timeout:=OCR Get timeout
OCR SET TIMEOUT (timeout)
Parameter Type Description
timeout LONGINT default: 15 seconds

About

4D implementation of Tesseract OCR 3.2.2

Resources

Stars

Watchers

Forks

Packages

No packages published