Theia SDK for Data Extraction

Quantxt Theia SDK for data extraction from free format documents.

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.quantxt.sdk
Идентификатор

Идентификатор

qtcurate
Последняя версия

Последняя версия

2.6.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Theia SDK for Data Extraction
Quantxt Theia SDK for data extraction from free format documents.
Система контроля версий

Система контроля версий

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

Скачать qtcurate

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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 support@quantxt.com for API key or technical questions.

Версии библиотеки

Версия
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