Nothing
context("Remove Equations")
# test_that('remove equations', {
# path <- system.file('pdf', '1610.00147.pdf', package = 'pdfsearch')
# no_equations <- keyword_search(path, keyword = c('1'),
# path = TRUE)
# with_equations <- keyword_search(path, keyword = c('1'),
# path = TRUE,
# remove_equations = FALSE)
# expect_lt(nrow(no_equations), nrow(with_equations))
# })
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.