lebebr01/pdfsearch

Verify line and page numbers with sentence splitting

lebebr01 opened this issue · 0 comments

Verify the page and line numbers are correct when splitting document into sentences.

pdf_url <- "https://arxiv.org/pdf/1610.00147.pdf"

search_result_sent <- keyword_search(pdf_url, keyword = c('measurement error'),
  path = TRUE, remove_hyphen = TRUE, convert_sentence = TRUE)