https://github.com/kermitt2/grobid
Raw File
Tip revision: 6507a2feaf776c9c4cd25d5e4c9261a928e821e1 authored by Vi-dot on 05 April 2018, 13:06:44 UTC
remove table title from tabula extraction
Tip revision: 6507a2f
gradle.properties
#Thu, 21 Apr 2016 18:39:55 +0200
version=0.6.0-SNAPSHOT
# Set workers to 1 that even for parallel builds it works. (I guess the shadow plugin makes some trouble)
org.gradle.workers.max=1
back to top