echohive42/AI-reads-books-page-by-page
A Python script that uses AI to extract knowledge points and generate summaries from PDF books page-by-page.

The script performs intelligent page-by-page analysis of PDF books using AI, extracting knowledge points and generating progressive summaries at configurable intervals. It processes each page individually while maintaining contextual flow, includes smart content filtering to skip non-content pages like tables of contents and indexes, and supports resumable processing with persistent knowledge base storage. Output is formatted as markdown with organized directory structures.