R/bhl_getpageocrtext.R

Defines functions bhl_getpageocrtext

Documented in bhl_getpageocrtext

#' Return the OCR-generated text of a page.
#' @export
#' @rdname bhl_getpageocrtext-defunct
#' @keywords internal
bhl_getpageocrtext <- function(...) {
  .Defunct(new = "bhl_getpagemetadata", package = "rbhl",
    msg = "see ?bhl_getpagemetadata")
}

Try the rbhl package in your browser

Any scripts or data that you put into this service are public.

rbhl documentation built on May 13, 2021, 9:07 a.m.