Sugamdeol commited on
Commit
274cd9c
·
verified ·
1 Parent(s): a73345a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -4,8 +4,6 @@ emoji: ⚡️📄
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
- app_file: app.py
8
- app_port: 7860
9
  ---
10
 
11
  ## High-Speed OCR API
@@ -17,4 +15,4 @@ This Space provides a REST API for fast OCR on images and PDFs.
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.
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: docker
 
 
7
  ---
8
 
9
  ## High-Speed OCR API
 
15
  - `/ocr-image`: Extracts text from a single image.
16
  - `/ocr-pdf`: Extracts text from all pages of a PDF document.
17
 
18
+ Built with FastAPI and Tesseract, deployed via a custom Docker container.