gahanmakwana commited on
Commit
00e05e6
·
2 Parent(s): a914ac3 c725a35

:wqMerge branch 'main' of https://huggingface.co/spaces/gahanmakwana/my-ocr-demo

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -2
  2. README.md +0 -16
.gitattributes CHANGED
@@ -1,5 +1,3 @@
1
- *.dll filter=lfs diff=lfs merge=lfs -text
2
- *.pyd filter=lfs diff=lfs merge=lfs -text
3
  *.jar filter=lfs diff=lfs merge=lfs -text
4
  *.ttf filter=lfs diff=lfs merge=lfs -text
5
  *.pdiparams filter=lfs diff=lfs merge=lfs -text
 
 
 
1
  *.jar filter=lfs diff=lfs merge=lfs -text
2
  *.ttf filter=lfs diff=lfs merge=lfs -text
3
  *.pdiparams filter=lfs diff=lfs merge=lfs -text
README.md DELETED
@@ -1,16 +0,0 @@
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]