tidy_tesseract: Tidy hOCR tibble after tesseract

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Tidy hOCR tibble after tesseract

Usage

1

Arguments

df

tibble as returned by hocr_parse()

Value

tidy tibble with separated numerical columns of following structure

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(tesseract)

ocr("text.png", HOCR=TRUE) %>%
  hocr_parse() %>%
  tidy_tesseract()

## End(Not run)

dmi3kno/hocr documentation built on April 27, 2020, 10:39 a.m.