ngohel58 commited on
Commit
f8ee746
·
verified ·
1 Parent(s): e8ac35d

Add README with Space configuration

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Blueprint Information Extractor
3
+ emoji: 🏗️
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 3.24.1
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.