How to search keywords in 400+ PDF files? [duplicate]
问题 This question already has answers here : text-mine PDF files with Python? (2 answers) Closed 5 years ago . I have like 400 or more PDF files that together form a single text. Its like a book separated page by page. I need to programatically be able to search some keywords over the whole text. So my first question is: is it better to search page by page or join all the PDFs in one big file first and then perform the search? The second one is: what is the best way to make it? Is there already