tesseractVersion: Get the version information of the tesseract library

View source: R/version.R

tesseractVersionR Documentation

Get the version information of the tesseract library

Description

This returns the version information for the tesseract library that is in use in this package.

Usage

tesseractVersion(patch = FALSE, runTime = TRUE)

Arguments

patch

a logical value. If FALSE, the information identifying the patch version is removed, e.g., 3.05.01 is returned as 3.05.

runTime

a logical value. If TRUE, we query the version at run-time via the Tesseract API. If FALSE, we use the version information computed when the package was built from source.

Value

A character string (i.e., with a single element)

Author(s)

Duncan Temple Lang

References

The Tesseract project https://code.google.com/p/tesseract-ocr/

Examples

 tesseractVersion()

duncantl/Rtesseract documentation built on March 25, 2022, 5:50 a.m.