tests/getImg.R

library(Rtesseract)
f = system.file("images", "DifferentFonts.png", package = "Rtesseract")

ts = tesseract(f)
a = GetImageInfo(ts)

#if(require(png)) 
#  b = readPNG(f)
       
##ref = GetInputName(ts)

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