Skip to main content

AI-powered library for extracting engineering data from PDF and image-based technical drawings, automating key detail retrieval for manufacturing workflows.

Project description

Werk24 Client

Werk24

pypi Tests | cpython 3.8, 3.9, 3.10

Features

When submitting a PDF, PNG, JPEG of a Technical Drawing to Werk24's API, you receive within seconds the following features:

  • Measures and Tolerances
  • Threads and Chamfers
  • Geometric Dimensioning and Tolerancing frames
  • External Dimensions
  • Surface Roughnesses
  • the Title Block information (Material, Drawing ID, Designation, General Tolerances)

And finally you can obtain a CAD Approximation of the part's Geometry. Currently this features is focused on flat parts, such as sheet metal parts, but more is in the pipeline.

Check our website at https://werk24.io.

Input Output
Werk24 Werk24
Original drawing by T. Hartmann (CC)

Applications

Typical applications of our Technology include

  • Instant Pricing on 2D Engineering Drawings
  • Feasibility Checks on incoming RFQs
  • Auto-Fill of Online Configurators
  • Automated Anonymiziation of Technical Drawings
  • Automated Supplier Scouting
  • Automated Registration of incoming RFQs into your ERP system
  • Structured Archiving

Installation

Pip installation

pip install werk24

Documentation

See https://werk24.io/docs/index.html

CLI

To get a first impression, you can run the CLI:

usage: w24cli techread [-h] [--ask-techread-started] [--ask-page-thumbnail]
                   [--ask-sheet-thumbnail] [--ask-sectional-thumbnail]
                   [--ask-variant-measures]
                   input_files

Example

from werk24 import Hook, W24TechreadClient, W24AskVariantMeasures

async def read_measures_from_drawing(document_bytes:bytes) -> None:

    # define what you want to learn about the drawing, and what function
    # should be called when a response arrives
    hooks = [Hook(ask=W24AskVariantMeasures(), function=print)]

    # make the call
    client = W24TechreadClient.make_from_env()
    async with client as session:
        await session.read_drawing_with_hooks(document_bytes,hooks)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

werk24-1.12.2.tar.gz (486.5 kB view details)

Uploaded Source

Built Distribution

werk24-1.12.2-py3-none-any.whl (513.5 kB view details)

Uploaded Python 3

File details

Details for the file werk24-1.12.2.tar.gz.

File metadata

  • Download URL: werk24-1.12.2.tar.gz
  • Upload date:
  • Size: 486.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for werk24-1.12.2.tar.gz
Algorithm Hash digest
SHA256 88e416493089dc64ff33c7a8a9397dd22b91e01cc7b036134e03aaffae1a9735
MD5 52e19e388dba4af3d3a3825debfa94de
BLAKE2b-256 298e7b378f7e968f5756fe9f6059054516800fb6cf122b17e9dc9cb3b7e997c3

See more details on using hashes here.

File details

Details for the file werk24-1.12.2-py3-none-any.whl.

File metadata

  • Download URL: werk24-1.12.2-py3-none-any.whl
  • Upload date:
  • Size: 513.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for werk24-1.12.2-py3-none-any.whl
Algorithm Hash digest
SHA256 73cd82a227562a63421c31decb9aa3b4158f745641ac077955d0ebb79d65ff90
MD5 e835e922fdd7608397c5663167a50a7f
BLAKE2b-256 18ef97c7488bc0b02bf18e18fc74fc1052139d7acbc23c253d161be48f5fde10

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page