I have created an script that looks for words in pdf in one folder, then if it finds it moves the pdf to another folder.
from pathlib import Path import PyPDF2 im