diff --git a/site/index.html b/site/index.html index a186f75..289d882 100644 --- a/site/index.html +++ b/site/index.html @@ -86,7 +86,8 @@ .features-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 64px; margin-top: 64px; } .feature-item { max-width: 360px; margin: 0 auto; text-align: center; } - .feature-item .number { font-size: 72px; font-weight: 900; color: var(--accent); line-height: 1; margin-bottom: 16px; opacity: 0.5; } + .feature-item .feature-icon { margin-bottom: 20px; } + .feature-item .feature-icon svg { width: 52px; height: 52px; } .feature-item h3 { font-size: 26px; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.02em; } .feature-item p { font-size: 17px; color: var(--text-secondary); line-height: 1.7; } @@ -273,6 +274,191 @@
pip install openreader-mcp. My PDFs are on my local filesystem — ask me for file paths when you need to open one.
+Available tools:
+- extract_text — read all text from a PDF
+- get_page_text — read one specific page
+- get_metadata — get document info (page count, author, title)
+- search_pdf — find a word or phrase inside a PDF
+- compare_pdfs — show differences between two PDFs
+- merge_pdfs — combine multiple PDFs into one file
+- split_pdf — split a PDF into separate pages
+- extract_pages — pull out specific pages from a PDF
+- compress_pdf — make a PDF file smaller
+- index_folder — build a searchable index of all PDFs in a folder
+- search_library — search across all indexed PDFs at once
+- search_semantic — meaning-based search across indexed PDFs
+- list_indexed_docs — list all PDFs currently in the search index
+
+
+ + 14 tools. All local. No data ever leaves your machine. + Full setup guide +
+ + + +Download from the Microsoft Store or build from source on GitHub. No sign-up, no subscription—just a tool that respects your privacy.
+ +