Hi, I have a requirement where I need to find the count of how many times a keyword appears in a PDF. How can this be done?
Discussion posts and replies are publicly visible
The PDF Tools plugin has a function to extract text from a PDF. The regex plugin provides a function to find all matches for a given pattern.