Sugamdeol commited on
Commit
2cbc2a4
·
verified ·
1 Parent(s): 7cd670c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: ⚡️📄
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: docker
 
7
  app_port: 7860
8
  ---
9
 
@@ -16,4 +17,4 @@ This Space provides a REST API for fast OCR on images and PDFs.
16
  - `/ocr-image`: Extracts text from a single image.
17
  - `/ocr-pdf`: Extracts text from all pages of a PDF document.
18
 
19
- Built with FastAPI and Tesseract, optimized for performance on free hardware.
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
+ app_file: app.py
8
  app_port: 7860
9
  ---
10
 
 
17
  - `/ocr-image`: Extracts text from a single image.
18
  - `/ocr-pdf`: Extracts text from all pages of a PDF document.
19
 
20
+ Built with FastAPI and Tesseract, optimized for performance on free hardware.