Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<h1 align="center">PDF Document Layout Analysis</h1>
|
| 2 |
<p align="center">A Docker-powered microservice for intelligent PDF document layout analysis, OCR, and content extraction</p>
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PDF Data Extractor
|
| 3 |
+
emoji: 🧾
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
app_file: app.py # or src/app.py if that’s your entrypoint
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
<h1 align="center">PDF Document Layout Analysis</h1>
|
| 13 |
<p align="center">A Docker-powered microservice for intelligent PDF document layout analysis, OCR, and content extraction</p>
|
| 14 |
|