Spaces:
Sleeping
Sleeping
Fix metadata and deploy Agentic Image2Word
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ๐ง Agentic Image2Word Converter
|
| 2 |
|
| 3 |
An AI-powered document conversion system that transforms scanned images into formatted Word documents using an **agentic architecture**. Built as a Phase 2 evolution of a traditional OCR converter, this system features autonomous decision-making, adaptive preprocessing, and learning memory.
|
|
@@ -102,7 +114,7 @@ PPIT/
|
|
| 102 |
## ๐ Deployment
|
| 103 |
|
| 104 |
This application is deployed on **Hugging Face Spaces**:
|
| 105 |
-
- Live URL: [https://huggingface.co/spaces/
|
| 106 |
|
| 107 |
## ๐ License
|
| 108 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Agentic Image2Word Converter
|
| 3 |
+
emoji: ๐ง
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "6.14.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# ๐ง Agentic Image2Word Converter
|
| 14 |
|
| 15 |
An AI-powered document conversion system that transforms scanned images into formatted Word documents using an **agentic architecture**. Built as a Phase 2 evolution of a traditional OCR converter, this system features autonomous decision-making, adaptive preprocessing, and learning memory.
|
|
|
|
| 114 |
## ๐ Deployment
|
| 115 |
|
| 116 |
This application is deployed on **Hugging Face Spaces**:
|
| 117 |
+
- Live URL: [https://huggingface.co/spaces/xeeshan404/agentic-image2word](https://huggingface.co/spaces/xeeshan404/agentic-image2word)
|
| 118 |
|
| 119 |
## ๐ License
|
| 120 |
|