Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
**Attention to Detail**: The text extraction takes time (up to 10 minutes) but provides highly detailed results.
|
|
|
1 |
+
---
|
2 |
+
title: Intern IITR
|
3 |
+
emoji: π
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
author: Krishna Kaushik
|
11 |
+
description: |
|
12 |
+
π **Intern IITR** by Krishna Kaushik
|
13 |
|
14 |
+
This application allows users to upload images, extract text (like Hindi text), and search for keywords in the extracted content. The extraction can take up to 600 seconds due to the complexity of the OCR process but delivers detailed and accurate results.
|
15 |
|
16 |
+
tags:
|
17 |
+
- OCR
|
18 |
+
- Image-to-Text
|
19 |
+
- Keyword Search
|
20 |
+
- Hindi Text
|
21 |
+
- Krishna Kaushik
|
22 |
+
---
|
|