Nothing
test_that("tesseract_version works", {
expect_gte(tesseract_major_version(), 3L)
})
test_that("tesseract_params works", {
expect_type(tesseract_params("colour"), "list")
})
test_that("tesseract_params works", {
fout <- tempfile(fileext = ".txt")
writeLines("colour", fout)
expect_type(parse_params(fout), "list")
})
test_that("tesseract C++ backend", {
expect_type(check_training_data(), "externalptr")
})
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.