Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
---
|
2 |
-
title: MedDocDigitizer
|
3 |
-
emoji: 💻
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: purple
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.41.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
license: mit
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
+
sdk: streamlit
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: blue
|
6 |
+
emoji: ⚡
|
7 |
---
|
8 |
|
9 |
+
# Medical Document Processor
|
10 |
+
|
11 |
+
This is a Streamlit app for processing medical documents using **Gemini API** and **Tesseract OCR**. The app allows users to upload medical document images, extract text, classify documents, and generate structured PDF reports.
|
12 |
+
|
13 |
+
## Features
|
14 |
+
- **Upload Medical Documents**: Upload images of medical documents (JPEG/PNG format).
|
15 |
+
- **Text Extraction**: Extract text using **Tesseract OCR** and **Gemini API** for improved accuracy.
|
16 |
+
- **Document Classification**: Classify documents into categories such as Lab Report, Prescription, etc.
|
17 |
+
- **Structured Data Extraction**: Extract patient information, symptoms, vital signs, and medications.
|
18 |
+
- **PDF Report Generation**: Generate a formal PDF report with all extracted information.
|
19 |
+
- **EHR Viewer**: View the extracted data in a user-friendly Electronic Health Record (EHR) format.
|