Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

YouCruit/TextKernelClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextKernelClient

Java client for the textkernel.com CV parser

Usage

The client is built and distributed with Maven

Maven dependencies

Add the dependency to your pom

<dependency>
 <groupId>com.youcruit.textkernel.client</groupId>
 <artifactId>TextKernelClient</artifactId>
 <version>0.3.16</version>
</dependency>

Simple usage:

String textKernelUrl = "https://home.textkernel.nl/sourcebox/processAtomicPost.do";
String username = "username";
String account = "account";
String password = "password";
String pathToFile = "example.pdf";
TextKernelClient tkclient = new TextKernelClient(textKernelUrl, username, account, password);
Profile p = tkclient.getProfile(new File(pathToFile));
System.out.println(p.getRawHtml());

Building

mvn clean install

About

Java client for the textkernel.com CV parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •