implementing extracting tables from pdf by pdfbox

This commit is contained in:
Atrem Petrenko
2023-11-02 11:50:50 +01:00
parent d6afb07533
commit c8ac1f7029
5 changed files with 639 additions and 26 deletions

View File

@@ -102,14 +102,6 @@ dependencies {
developmentOnly("org.springframework.boot:spring-boot-devtools")
compileOnly 'org.projectlombok:lombok:1.18.28'
annotationProcessor 'org.projectlombok:lombok:1.18.28'
//// https://mvnrepository.com/artifact/technology.tabula/tabula
// implementation group: 'technology.tabula', name: 'tabula', version: '1.0.5'
// implementation files('/Users/artempetrenko/Java/Stirling-PDF/tabula-1.0.5-jar-with-dependencies.jar')
implementation fileTree(include: ['tabula-1.0.5-jar-with-dependencies.jar'],dir: 'libs')
}