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
If you have access to new AI skills by Appian, you can utilise them to extract info from the pdf and find the keyword as well.
the new AI skills of Appian are pretty good
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.
Use Get PDF Text function to extract the text and you can count the occurrence of the word
Hi Mayuri Mestry Can you try this