Dear Forum Members,
I have designed a bot that filters the documents based on the keywords entered i.e. if in a folder there are multiple text files, PDF files etc. , the bot will search for the keywords in every file and if all the keywords are found, then it will move the file from Source folder to Destination folder. The BOT is working fine with 100+ text files of 1 page, but if I try to filter PDF Files of multiple pages, the execution time increases. As the number of PDF files increases, execution time also increases. For Eg. : to filter 100+ PDF files of multiple pages, it is taking more than 10 minutes. Is there any way to reduce the execution time.
Any help will be appreciated, Thanks in advance.