library(Rtesseract)
f = system.file("images", "DifferentFonts.png", package = "Rtesseract")
ts = tesseract(f)
plot(ts, img = NULL)
# Now with the image.
if(require(png))
plot(ts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.