mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Adding extraction primitives
This commit is contained in:
@ -205,7 +205,9 @@ val extract = project.in(file("modules/extract")).
|
||||
libraryDependencies ++=
|
||||
Dependencies.fs2 ++
|
||||
Dependencies.pdfbox ++
|
||||
Dependencies.poi
|
||||
Dependencies.poi ++
|
||||
Dependencies.commonsIO ++
|
||||
Dependencies.julOverSlf4j
|
||||
).dependsOn(common, files % "compile->compile;test->test")
|
||||
|
||||
val convert = project.in(file("modules/convert")).
|
||||
|
Reference in New Issue
Block a user