Skip to content

Commit

Permalink
Make sure rendered vignette has example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 10, 2022
1 parent ac5e02d commit b803f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ vignette: >
library(tibble)
#knitr::opts_chunk$set(comment = "")
has_nld <- "nld" %in% tesseract::tesseract_info()$available
if(identical(Sys.info()[['user']], 'jeroen')) stopifnot(has_nld)
```

The tesseract package provides R bindings [Tesseract](https://opensource.google/projects/tesseract): a powerful optical character recognition (OCR) engine that supports over 100 languages. The engine is highly configurable in order to tune the detection algorithms and obtain the best possible results.
Expand Down

0 comments on commit b803f45

Please sign in to comment.