Saturday, April 26, 2025

Show HN: Gemini Document Processor – Generate Th Summaries from PDF/ePub with AI https://ift.tt/ZvMI6cS

Show HN: Gemini Document Processor – Generate Th Summaries from PDF/ePub with AI Hello HN! I'd like to share Gemini Document Processor, an open-source tool I've developed. This tool uses Google's Gemini AI (their latest API) to create high-quality Thai language summaries from PDF and EPUB files. Key features include: - Support for both PDF and EPUB files - Intelligent chunking for efficient Gemini API processing - Automatic image extraction from documents - Direct integration with Obsidian (export directly to vault) - Smart retry system when errors occur (switches models/increases timeouts) - Real-time progress tracking via web interface I built this tool because I needed to read many English documents and wanted detailed summaries in Thai. If you frequently read long documents or want to build a knowledge base from multiple sources, this tool could save you significant time. The output is a well-formatted Markdown file with images and metadata, ideal for storing in Obsidian, Notion, or other PKM systems. Try it by cloning the repo and running it with Python (requires a Google Gemini API key). Feedback, suggestions, and contributions are very welcome! https://ift.tt/0UsMIFm April 26, 2025 at 06:20PM

No comments:

Post a Comment

Show HN: Open-source AI code review agent that's aware of your entire codebase https://ift.tt/n8mwx4E

Show HN: Open-source AI code review agent that's aware of your entire codebase Hey HN! I'm one of the cofounders of Sourcebot, an op...