leonarb commited on
Commit
a6d1230
·
verified ·
1 Parent(s): afbaa03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -9,4 +9,17 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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`: