Skip to content

Commit

Permalink
feat: improve header content and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Jan 11, 2025
1 parent 19e2860 commit 7063955
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@
<div class="card-body">
<div class="mb-8">
<h2 class="card-title text-3xl mb-2">Magic Markdown</h2>
<p class="text-base-content/70">Convert scanned or normal PDF, PowerPoint and HTML documents as well as images into structured markdown text, preserving tables and formatting.</p>
<p class="text-xl mb-4">From any document to perfectly structured markdown in seconds.</p>
<div class="text-base-content/70 space-y-1">
<p>Supports PDFs, scans / images, Docx, Html and PowerPoint documents.</p>
<p>Preserves page layout, reading order and tables.</p>
<p>Backend: <a href="https://github.com/DS4SD/docling" class="link link-primary" target="_blank">docling v2</a></p>
</div>
</div>

<!-- Drag and Drop Zone -->
Expand Down

0 comments on commit 7063955

Please sign in to comment.