Skip to main content
mayurim3258
October 7, 2024
Question

Count the number of keywords in a PDF

  • October 7, 2024
  • 4 replies
  • 0 views

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?

4 replies

kumara0180
October 7, 2024

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 

stefanhelzle0001
October 7, 2024

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.

somasundaram.d
October 7, 2024

Use Get PDF Text function to extract the text and you can count the occurrence of the word

October 8, 2024

Hi [mention:fcf3fe8840e344169cca473e354fb852:e9ed411860ed4f2ba0265705b8793d05]  Can you try this