gahanmakwana commited on
Commit
6c618a1
·
unverified ·
1 Parent(s): 2078a3a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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]