|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
| 3 | + |
3 | 4 | <head> |
4 | 5 | <meta charset="UTF-8"> |
5 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>PDF to Markdown</title> |
7 | | - <meta name="description" content="Converts PDF files to Markdown." /> |
8 | | - <meta name="keywords" content="PDF, Markdown, converter, online"> |
9 | | - <link rel="shortcut icon" href="favicons/favicon.ico" /> |
10 | | - <link rel="icon" href="favicons/favicon.ico" /> |
| 7 | + |
| 8 | + <title>PDF to Markdown | Fast, Local & RAG-Ready Converter</title> |
| 9 | + <meta name="description" content="Convert PDFs to clean Markdown directly in your browser. No server uploads (100% privacy). Powered by React 19, Vite & PDF.js. Optimized for LLMs & RAG pipelines." /> |
| 10 | + <meta name="keywords" content="pdf to markdown, pdf2md, rag tool, llm ingestion, client-side pdf parser, react 19, privacy focused, local converter, ai engineering"> |
| 11 | + <meta name="author" content="Nam Troi"> |
| 12 | + <link rel="canonical" href="https://namtroi.github.io/pdf-to-markdown/" /> |
| 13 | + |
| 14 | + <meta property="og:type" content="website"> |
| 15 | + <meta property="og:url" content="https://namtroi.github.io/pdf-to-markdown/"> |
| 16 | + <meta property="og:title" content="PDF to Markdown | Fast, Local & RAG-Ready"> |
| 17 | + <meta property="og:description" content="The fastest client-side PDF converter (React 19). Transform documents to clean Markdown for AI/LLM ingestion in seconds. 100% Private."> |
| 18 | + <meta property="og:image" content="https://namtroi.github.io/pdf-to-markdown/preview-image.png"> |
| 19 | + |
| 20 | + <meta property="twitter:card" content="summary_large_image"> |
| 21 | + <meta property="twitter:url" content="https://namtroi.github.io/pdf-to-markdown/"> |
| 22 | + <meta property="twitter:title" content="PDF to Markdown | Fast, Local & RAG-Ready"> |
| 23 | + <meta property="twitter:description" content="The fastest client-side PDF converter. Transform documents to clean Markdown for AI/LLM ingestion."> |
| 24 | + <meta property="twitter:image" content="https://namtroi.github.io/pdf-to-markdown/preview-image.png"> |
| 25 | + |
| 26 | + <link rel="shortcut icon" href="/pdf-to-markdown/favicons/favicon.ico" /> |
| 27 | + <link rel="icon" href="/pdf-to-markdown/favicons/favicon.ico" /> |
11 | 28 | </head> |
| 29 | + |
12 | 30 | <body> |
13 | 31 | <div id="main"></div> |
14 | 32 | <script type="module" src="/src/index.tsx"></script> |
|
0 commit comments