Nothing
test_that("ocr_data works", {
skip_on_cran()
file <- system.file("examples", "test2.png", package = "cpp11tesseract")
expect_type(ocr_data(file), "list")
expect_type(ocr_data(file, engine = "eng"), "list")
expect_error(ocr_data(file, engine = NULL))
expect_error(ocr_data(NULL))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.