Drop a PDF here or click to browse
100% local — nothing leaves your browser.
BOOLEAN SEARCH SYNTAX
budget ── simple keyword (case-insensitive)
"annual report" ── exact phrase match
budget AND forecast ── page must contain both
budget OR forecast ── page contains either
budget NOT draft ── has "budget", excludes "draft"
"Q3" AND revenue NOT projection ── combine operators