mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Adding extraction primitives
This commit is contained in:
BIN
modules/files/src/test/resources/bombs/20K-gray.jpeg
Normal file
BIN
modules/files/src/test/resources/bombs/20K-gray.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
modules/files/src/test/resources/bombs/20K-gray.png
Normal file
BIN
modules/files/src/test/resources/bombs/20K-gray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
modules/files/src/test/resources/bombs/20K-rgb.jpeg
Normal file
BIN
modules/files/src/test/resources/bombs/20K-rgb.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
modules/files/src/test/resources/bombs/20K-rgb.png
Normal file
BIN
modules/files/src/test/resources/bombs/20K-rgb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@ -2,18 +2,18 @@ Derek Jeter
|
||||
|
||||
123 Elm Ave.
|
||||
|
||||
Treesville, ON MI1N 2P3
|
||||
Treesville, ON M1N 2P3
|
||||
November 7, 2016
|
||||
|
||||
Derek Jeter, 123 Elm Ave., Treesville, ON M1N 2P3, November 7, 2016
|
||||
|
||||
Mr. M. Leat
|
||||
Mr. M. Leaf
|
||||
|
||||
Chief of Syrup Production
|
||||
Old Sticky Pancake Company
|
||||
456 Maple Lane
|
||||
|
||||
Forest, ON 7TW8 9Y0
|
||||
Forest, ON 7W8 9Y0
|
||||
|
||||
Hemptown, September 3, 2019
|
||||
Dear Mr. Leaf,
|
||||
|
14
modules/files/src/test/resources/logback-test.xml
Normal file
14
modules/files/src/test/resources/logback-test.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<configuration>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<withJansi>true</withJansi>
|
||||
|
||||
<encoder>
|
||||
<pattern>%highlight(%-5level) %cyan(%logger{15}) - %msg %n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<logger name="docspell" level="debug" />
|
||||
<root level="error">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
</configuration>
|
Reference in New Issue
Block a user