{"id":47875445,"url":"https://github.com/av/pdf-finder-pro","last_synced_at":"2026-04-04T01:12:22.659Z","repository":{"id":348878759,"uuid":"1127814899","full_name":"av/pdf-finder-pro","owner":"av","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-17T03:16:05.000Z","size":469,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T13:52:31.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/av.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license-ui.js","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-04T16:42:01.000Z","updated_at":"2026-02-17T03:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/av/pdf-finder-pro","commit_stats":null,"previous_names":["av/pdf-finder-pro"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/av/pdf-finder-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fpdf-finder-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fpdf-finder-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fpdf-finder-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fpdf-finder-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/av","download_url":"https://codeload.github.com/av/pdf-finder-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fpdf-finder-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31383815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T23:20:52.058Z","status":"ssl_error","status_checked_at":"2026-04-03T23:20:51.675Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T01:12:21.576Z","updated_at":"2026-04-04T01:12:22.614Z","avatar_url":"https://github.com/av.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF Finder Pro\n\nA cross-platform desktop application built with Tauri and Rust for fast, private full-text PDF search.\n\n## 💳 Pricing\n\n**$5 USD** - One-time payment, lifetime license\n- ✅ 14-day free trial with full features\n- ✅ Works on unlimited devices\n- ✅ All future updates included\n- ✅ Completely offline after activation\n- ✅ No subscription, no recurring fees\n\n**[Buy PDF Finder Pro →](https://lemonsqueezy.com/checkout/pdf-finder-pro)**\n\n*See [License Activation Guide](specs/features/2026-01-lemon-squeezy-payment/USER_GUIDE.md) for details*\n\n## Recent Improvements (v0.2.0)\n\n🚀 **Major performance and quality improvements** have been implemented:\n- **5-200x faster indexing** through parallel processing and incremental updates\n- **Better search results** with BM25 ranking and Porter stemming\n- **Enhanced reliability** with comprehensive error handling\n- **Improved search quality** with diacritics normalization\n\nSee [specs/performance/2026-01-indexing-optimizations/](specs/performance/2026-01-indexing-optimizations/) for complete technical details.\n\n## Features\n\n- 🔍 **Full-Text Search**: Fast text search across all indexed PDFs with BM25 ranking\n- 🔐 **Private \u0026 Offline**: All indexing and searching happens locally on your machine\n- 📁 **Recursive Scanning**: Automatically scans folders and subfolders for PDFs\n- ⚡ **Parallel Indexing**: Utilizes all CPU cores for fast indexing\n- 🔄 **Incremental Updates**: Only re-processes changed files\n- 🎯 **Advanced Filtering**: Filter by file size, modification date, and more\n- 🔤 **Boolean Operators**: Case-insensitive AND, OR, NOT operators for custom queries\n- 📊 **Metadata Extraction**: Displays file size, modification date, and page count\n- 🗄️ **Local Indexing**: Optimized SQLite FTS5 with WAL mode and Porter stemming\n- 🖥️ **Cross-Platform**: Works on Windows, macOS, and Linux\n\n## Technology Stack\n\n- **Frontend**: Vanilla JavaScript, HTML5, CSS3\n- **Backend**: Rust with Tauri 2.0\n- **Indexing**: SQLite with FTS5 (Full-Text Search), WAL mode, BM25 ranking\n- **PDF Processing**: pdf-extract library with parallel processing (Rayon)\n- **Performance**: Parallel PDF extraction, batch operations, incremental indexing\n\n## Development\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- Rust (latest stable)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/av/pdf-finder-pro.git\ncd pdf-finder-pro\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Run in development mode:\n```bash\nnpm run dev\n```\n\nTo run just the frontend (in a browser):\n```bash\nnpm run frontend:dev\n```\n\n### Building\n\nBuild the application for your platform:\n```bash\nnpm run build\n```\n\nTo build just the frontend assets:\n```bash\nnpm run frontend:build\n```\n\nThe built application will be available in `src-tauri/target/release`.\n\n## Usage\n\n1. **Select Folder**: Click \"Select Folder to Index\" and choose a directory containing PDFs\n2. **Index PDFs**: Click \"Index PDFs\" to scan and index all PDF files recursively\n3. **Search**: Enter search terms in the search box\n   - Use boolean operators: `rust AND programming`\n   - Combine terms: `machine OR learning`\n   - Exclude terms: `python NOT django`\n4. **Filter Results**: Use the filter options to narrow down results by size and date\n5. **Open PDF**: Click on any result to open the PDF in your default viewer\n\n## Features in Detail\n\n### Full-Text Search\nAll PDF text content is extracted and indexed using SQLite's FTS5 engine, enabling fast and efficient searches even with large document collections.\n\n### Boolean Operators\n- **AND**: Find documents containing all terms\n- **OR**: Find documents containing any of the terms\n- **NOT**: Exclude documents containing specific terms\n\n### Filters\n- **Min/Max Size**: Filter by file size in KB\n- **Date Range**: Filter by modification date (from/to)\n\n### Privacy\nAll data stays on your local machine. No data is sent to external servers.\n\n## License\n\n**Commercial Software** - $5 one-time purchase required after 14-day trial.\n\nFor licensing details, see [License Activation Guide](specs/features/2026-01-lemon-squeezy-payment/USER_GUIDE.md).\n\nCode is available for review but not for redistribution without a license.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Fpdf-finder-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fav%2Fpdf-finder-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Fpdf-finder-pro/lists"}