Skip to content

Commit f1a5092

Browse files
committed
update readme and landing.html
1 parent c2d1697 commit f1a5092

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Since APIs are ready to use, you don't need to understand prompt engineering. Ju
2828
| **/api/project-planner** | Create detailed project plans with steps, timelines, and considerations |
2929
| **/api/rewrite** | Rewrite text with instructions (improve, shorten, fix grammar, tone) |
3030
| **/api/compose** | Compose short-form text given a topic |
31+
| **/api/pdf-summarizer** | Extract and summarize content from PDF documents with AI |
3132

3233
### Image Processing
3334

src/templates/landing.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,23 @@ <h3 class="font-semibold text-gray-900">Outline Generation</h3>
325325
</div>
326326
<p class="text-gray-600 text-sm">Create structured outlines from text with customizable depth, style, and optional intro/conclusion sections</p>
327327
</div>
328+
329+
<!-- PDF Summarizer -->
330+
<div class="group relative overflow-hidden bg-white rounded-xl p-6 border border-gray-200 hover:border-red-300 hover:shadow-lg transition-all duration-300">
331+
<div class="flex items-center mb-4">
332+
<div class="w-10 h-10 bg-red-100 rounded-lg flex items-center justify-center mr-3">
333+
<svg class="w-5 h-5 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
334+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z" />
335+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 9h6M9 13h6M9 17h4" />
336+
</svg>
337+
</div>
338+
<div>
339+
<h3 class="font-semibold text-gray-900">PDF Summarizer</h3>
340+
<code class="text-sm text-red-600 font-mono">/api/pdf-summarizer</code>
341+
</div>
342+
</div>
343+
<p class="text-gray-600 text-sm">Extract and summarize content from PDF documents using AI with support for streaming responses</p>
344+
</div>
328345
</div>
329346

330347
<!-- Call to Action -->

0 commit comments

Comments
 (0)