Giter Club home page Giter Club logo

engineering-drawing-extractor's Introduction

Blueprint Information Extractor

A Python-based tool that automates the extraction of relevant information from engineering blueprints by isolating the drawings from tables. Subsequently, key data points such as drawing numbers, authors, titles are extracted using Optical Character Recognition (OCR).

Main Features

  • Process blueprint images to extract engineering drawings.
  • Automatic extraction of key information from engineering drawings.
  • Removal of unnecessary lines, borders, and annotations to enhance accuracy.
  • Identification and extraction of data points from the tables in the image.

Usage

  1. Install Dependencies: Ensure the required dependencies are installed. Refer to the Dependencies section for details.

  2. Prepare Images: Engineering drawing images used for the project are placed in the images folder with 2-digit numerical names (e.g. "01.png").

  3. Run the Script: Execute the mainExtractionOCR.py script using Python. The script will process the images and extract relevant information.

  4. Output: Extracted data will be saved in an Excel file named drawingInfo.xlsx. Processed images will be saved in the extracted folder.

Dependencies

Please ensure that the following libraries are installed before running the program.

  • Python 3.x
  • OpenCV
  • Tesseract OCR
  • NumPy
  • openpyxl
  • matplotlib
pip install opencv-python pytesseract numpy openpyxl matplotlib

Sample Outputs

Sample outputs for engineering drawing extractor

engineering-drawing-extractor's People

Contributors

bakkopi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.