echohive42/AI-reads-books-page-by-page ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that can read a PDF book page by page and turn it into useful notes. I want it to pull out the important ideas from each page, ignore stuff like table of contents and index pages, and keep building up a knowledge base as it goes. It should save the extracted points in JSON, write clean markdown summaries at regular intervals, and also make a final summary when the whole book is done.
I’d like it to be able to pick up where it left off if I run it again, so it doesn’t start over every time. Please make the output organized in its own folder, with the original PDF copied there too. A simple terminal progress display would be great as well. If you need to check current docs for the AI or PDF libraries, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using arcumet