Spaces:
Running
Running
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# OCR Web App
|
2 |
+
|
3 |
+
A web application for Optical Character Recognition (OCR) that allows users to upload images and extract text from them.
|
4 |
+
|
5 |
+
## Installation
|
6 |
+
|
7 |
+
1. Clone the repository.
|
8 |
+
2. Install dependencies using `pip install -r requirements.txt`.
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
|
12 |
+
1. Run the app with `python app.py`.
|
13 |
+
2. Open the app in your browser.
|
14 |
+
|
15 |
+
## License
|
16 |
+
[Your License Information]
|