mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 02:49:32 +00:00
ScalafmtAll
This commit is contained in:
parent
2e88207ff1
commit
56624515a5
@ -98,7 +98,6 @@ object Conversion {
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
object Office {
|
||||
val odt = MimeType.application("vnd.oasis.opendocument.text")
|
||||
val ods = MimeType.application("vnd.oasis.opendocument.spreadsheet")
|
||||
|
@ -82,9 +82,7 @@ object TextExtraction {
|
||||
.getOrElse(Mimetype.`application/octet-stream`)
|
||||
|
||||
findMime
|
||||
.flatMap(mt =>
|
||||
extr.extractText(data, DataType(mt.toLocal), lang)
|
||||
)
|
||||
.flatMap(mt => extr.extractText(data, DataType(mt.toLocal), lang))
|
||||
}
|
||||
|
||||
private def extractTextFallback[F[_]: Sync: ContextShift](
|
||||
|
@ -5,7 +5,6 @@ import docspell.common._
|
||||
|
||||
object MimeTypes {
|
||||
|
||||
|
||||
implicit final class BitpeaceMimeTypeOps(bmt: Mimetype) {
|
||||
|
||||
def toLocal: MimeType =
|
||||
|
Loading…
x
Reference in New Issue
Block a user