Theia SDK for Data Extraction

Quantxt Theia SDK for data extraction from free format documents.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.quantxt.sdk
ArtifactId

ArtifactId

qtcurate
Last Version

Last Version

2.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

Theia SDK for Data Extraction
Quantxt Theia SDK for data extraction from free format documents.
Source Code Management

Source Code Management

http://github.com/quantxt/qtcurate-java-sdk.git

Download qtcurate

How to add to project

<!-- https://jarcasting.com/artifacts/com.quantxt.sdk/qtcurate/ -->
<dependency>
    <groupId>com.quantxt.sdk</groupId>
    <artifactId>qtcurate</artifactId>
    <version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.quantxt.sdk/qtcurate/
implementation 'com.quantxt.sdk:qtcurate:2.6.1'
// https://jarcasting.com/artifacts/com.quantxt.sdk/qtcurate/
implementation ("com.quantxt.sdk:qtcurate:2.6.1")
'com.quantxt.sdk:qtcurate:jar:2.6.1'
<dependency org="com.quantxt.sdk" name="qtcurate" rev="2.6.1">
  <artifact name="qtcurate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quantxt.sdk', module='qtcurate', version='2.6.1')
)
libraryDependencies += "com.quantxt.sdk" % "qtcurate" % "2.6.1"
[com.quantxt.sdk/qtcurate "2.6.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.10
org.apache.httpcomponents : httpmime jar 4.5.10
com.fasterxml.jackson.core : jackson-databind jar 2.10.1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.10.1
org.slf4j : slf4j-api jar 1.7.3

Project Modules

There are no modules declared in this project.

Quantxt Theia Java client library

The official Quantxt Java client library.

Theia is a fully managed document extraction software. User needs to first configure the fields that they want to extract. Theia guarantees correct extraction of content if the fields are configured properly. Fields can be embedded in plain text, within tables or within form documents.

Theia can process documents in various formats including PDF, TIFF, PNG, TXT and Ms Excel. Scanned documents are automatically detected and run through OCR before extraction.

Installation

Requirements

  • Java 11 or later

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.quantxt.sdk</groupId>
  <artifactId>qtcurate</artifactId>
  <version>2.3.0</version>
</dependency>

Look at the Samples for examples

Contact us at [email protected] for API key or technical questions.

Versions

Version
2.6.1
2.6.0
2.5.0
2.3.0
2.2.0
2.0.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.1.0
1.0.0