pdfsearch icon indicating copy to clipboard operation
pdfsearch copied to clipboard

Search pdf files for keywords.

Results 9 pdfsearch issues
Sort by recently updated
recently updated
newest added

This: ``` # install.packages("pdfsearch") library(pdfsearch) file [1] "Reiter, Maria DeYoreo∗ arXiv:1610.00147v1 [stat.ME] 1 Oct 2016 Abstract Often in surveys, key items are subject to measurement errors. " > > [[2]]...

I have tested this with multiple PDFs that were loaded into R as character vectors. In particular there is a PDF (character vector) that has a "CONTENTS" page on page...

bug

Currently the splitting of PDF with two column layout does not work well. This function does not work at all with the `remove_hyphen` argument. Need to explore removal of empty...

bug
enhancement

We have made experiments using 2 commercial APIs from Azure to OCR scanned pdfs and translate them into English , if not English. They work in my opinion "well enough"...

enhancement

``` pdfsearch:::remove_equation(c("a","b","c") -> character(0) ``` This is even the default behaviour

enhancement

I would like to thank you for working on this great package. It's extremely useful and has plenty of applications. I hope you continue to work and maintain it. I...

enhancement

Evidence that the search features only work for English. Need to explore ability to include search for other languages.

enhancement
help wanted