Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

W24-Service-GmbH/werk24-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Extraction from Technical Drawings - Java SDK

Installation

Maven
<dependency>
  <groupId>io.werk24</groupId>
  <artifactId>werk24-java-sdk</artifactId>
  <version>1.5.1</version>
</dependency>

Usage

Extract Structured Information from Technical Drawings.

// Initiate the Client with the content of the license file
TechreadClient client = new TechreadClient("<license_key>");

// Specify your asks
List<W24Ask> asks = List.of(new W24Ask("TITLE_BLOCK"));

// Process the file and collect the results
Map<String, Object> result = client.readDrawing("<drawingBytes>", asks);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •