ngohel58 commited on
Commit
f70694b
·
verified ·
1 Parent(s): 1db73f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
2
- title: Blueprint Information Extractor
3
- emoji: 🏗️
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.38.2
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # Blueprint Information Extractor
13
 
14
- This Space runs the **engineering‑drawing‑extractor** project, which uses OpenCV and Tesseract OCR to extract key information from engineering blueprints【648176551597115†L0-L12】.
15
 
16
- Upload an image of an engineering drawing, and the app will isolate the drawing from any tables, perform OCR on the relevant fields, and return the extracted information in a table.
 
17
 
18
- The code is packaged inside the `engineering_drawing_code.zip` file and is unpacked automatically at runtime. See `app.py` for the Gradio interface implementation.
 
1
  ---
2
+ title: Engineering Blueprint Extractor
3
+ emoji: 🔍
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Engineering Blueprint Extractor
13
 
14
+ Upload a blueprint image, click **Extract**, and get:
15
 
16
+ 1. **Ballooned drawing** (`extracted/drawing01.png`)
17
+ 2. **Excel** (`drawingInfo.xlsx`) with all the OCR-extracted fields.
18
 
19
+ ---