Skip to content

Extractor API for document extraction with the use of DocParser

Notifications You must be signed in to change notification settings

idstack/extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDStack-Extractor

Extractor API for document extraction with the use of DocParser


  • spring_boot_version: 1.5.2.RELEASE
  • java_version: 1.8
  • tomcat_version: 8.0.43
  • maven_version: 3.5

Set up the project

  • Make a clone of this project
  • Update api/src/main/java/resources/idstack.properties file
API_KEY=8742b79d-08d7-4e1b-a4ce-27b4817348a1
CONFIG_FILE_PATH=/usr/local/idstack/extractor/
PVT_CERTIFICATE_FILE_PATH=/usr/local/idstack/extractor/cert/pvt/
PVT_CERTIFICATE_TYPE=.pfx
PVT_CERTIFICATE_PASSWORD_TYPE=.pw
PUB_CERTIFICATE_FILE_PATH=/usr/local/idstack/extractor/cert/pub/
PUB_CERTIFICATE_TYPE=.cer
STORE_FILE_PATH=/usr/local/idstack/extractor/docs/
  • Build the project in order to create .war file
$ mvn clean install

Summary

Congratulations! You've created the web service of the Extractor

API-Documentation: http://docs.idstack.apiary.io/