Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,17 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# PDF to EPUB Converter (olmOCR)
|
13 |
+
|
14 |
+
This Gradio app converts a PDF into a clean EPUB using the [olmOCR](https://huggingface.co/allenai/olmOCR-7B-0225-preview) model. Each PDF page is rendered and processed through OCR, with the first page used as the cover. Metadata (title, author, language) can be entered manually.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
- OCR via `olmOCR-7B-0225-preview`
|
19 |
+
- First page used as EPUB cover
|
20 |
+
- Input for title, author, and language
|
21 |
+
- EPUB output for ebook readers
|
22 |
+
|
23 |
+
## Requirements
|
24 |
+
|
25 |
+
Already defined in `requirements.txt`:
|