Description Usage Arguments Value Examples
Tidy hOCR tibble after tesseract
1 |
df |
tibble as returned by |
tidy tibble with separated numerical columns of following structure
1 2 3 4 5 6 7 8 | ## Not run:
library(tesseract)
ocr("text.png", HOCR=TRUE) %>%
hocr_parse() %>%
tidy_tesseract()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.