Viktor Seifert
a1ef711bc3
RED-4824: Corrected annotation for json deserialization so that is unambiguously detected as a delegating creator method
2022-08-17 19:12:28 +02:00
Viktor Seifert
b6a95244d8
RED-4824: Added annotations to correctly handle json deserialization
2022-08-17 18:46:13 +02:00
Ali Oezyetimoglu
4c06ab958c
Pull request #455 : RED-4890
...
Merge in RED/redaction-service from RED-4890 to master
* commit 'f5fb8f7c074b3e7b38c6cfdd28ba4c8cc1edfeff':
RED-4890: Refactored redaction log tests to show failed files
RED-4890: Refactored RulesTests, will fail individually
2022-08-16 11:16:09 +02:00
Ali Oezyetimoglu
f5fb8f7c07
RED-4890: Refactored redaction log tests to show failed files
2022-08-16 10:56:00 +02:00
Ali Oezyetimoglu
e962992b79
Pull request #454 : RED-4891: Rectangle redactions not listed in DELTA view
...
Merge in RED/redaction-service from RED-4891-rs1 to master
* commit 'a9ae01ab32f08d0dadb1b12b0cc4db8070071b42':
RED-4891: Rectangle redactions not listed in DELTA view
2022-08-16 09:32:29 +02:00
Ali Oezyetimoglu
a9ae01ab32
RED-4891: Rectangle redactions not listed in DELTA view
2022-08-15 13:49:03 +02:00
deiflaender
269716125c
RED-3974: Regenerated redactionLog files
2022-08-12 12:09:46 +02:00
deiflaender
6bc5a6a135
RED-3974: Do not add header to header row
2022-08-12 11:29:12 +02:00
deiflaender
a9ff46a3fd
RED-3974: Fixed special case table header with diffent size of columns in rows
2022-08-11 17:09:25 +02:00
deiflaender
cba81ce061
RED-3974: Refactored processTablePerRow
2022-08-11 14:18:36 +02:00
deiflaender
f84a366328
RED-3974: Use first row as header if header detection does not find a header
2022-08-11 11:54:25 +02:00
Viktor Seifert
1d39c150c7
RED-4824: Corrected code style by removing parameter assignment
2022-08-10 15:49:27 +02:00
Viktor Seifert
b2f1201d92
RED-4824: Replaced type of the text dir with an enum that only accepts values that can be handled by our code
2022-08-10 15:40:20 +02:00
Viktor Seifert
b592fee500
RED-4824: Recreated log files to include changes in rectangle calculation
2022-08-09 18:58:44 +02:00
Viktor Seifert
4f36b8b43e
RED-4824: Removed obsolete logging statement
2022-08-09 17:12:51 +02:00
Viktor Seifert
c7a789ada6
Merge branch 'master' into RED-4824
2022-08-09 16:08:19 +02:00
Viktor Seifert
6de3a3b043
RED-4824: Finalized affine transformation by correcting the center of the rotation according to the text direction
2022-08-09 15:12:10 +02:00
Viktor Seifert
43ff331a42
RED-4824: WIP: Transformed rectangle calculation from a if-else chain to an affine transformation
2022-08-08 19:31:55 +02:00
Viktor Seifert
435f75996f
RED-4824: Added test with a simple pdf that contains all combinations for rotation and text direction
2022-08-08 15:16:38 +02:00
Viktor Seifert
ef04b7168a
RED-4824: Cleaned up code to make method more readable
2022-08-08 14:05:25 +02:00
Timo Bejan
6e46cad2c5
RED-4835 - cleanup
2022-08-08 13:31:22 +03:00
Timo Bejan
c41e230f85
RED-4835 - entity position not calculated correctly for duplicates where 1 is marked as false positive
2022-08-08 13:30:18 +03:00
Viktor Seifert
cadbc3c7a4
RED-4824: Created base test for text-position rectangle creation
2022-08-05 16:56:26 +02:00
Philipp Schramm
f4655c4050
RED-4890: Refactored RulesTests, will fail individually
2022-08-04 13:18:05 +02:00
Ali Oezyetimoglu
3ec1e20e41
RED-4867: Sonar issues: RedactionService
2022-08-01 15:55:22 +02:00
Dominique Eiflaender
ce1f8e9117
Pull request #434 : RED-4753: Reduced size of TEXT File
...
Merge in RED/redaction-service from RED-4753 to master
* commit '55bebe8541cfded8a456b63dbd8d8b7e79bab33f':
RED-4753: Reduced size of TEXT File a bit more
RED-4753: Reduced size of TEXT File
2022-08-01 11:04:25 +02:00
Kresnadi Budisantoso
b7e97890be
Pull request #441 : RED-4829 Fix wrong annotation
...
Merge in RED/redaction-service from kbudisantoso/Sectionjava-1659012500262 to master
* commit '47de526b4bd451d302317647cb05ac685e069622':
RED-4829 Fix wrong annotation
2022-08-01 09:07:11 +02:00
deiflaender
b64222938c
RED-4843: Disable jsondsl per default
2022-07-29 12:43:35 +02:00
Timo Bejan
e4823e20d4
Pull request #444 : RED-4799 - remove FP entities from redactionlog
...
Merge in RED/redaction-service from RED-4799-3 to master
* commit '53428ec65296b9fac2c206e7bd89916c933fb5c8':
RED-4799 - remove FP entities from redactionlog
2022-07-29 10:53:51 +02:00
Timo Bejan
53428ec652
RED-4799 - remove FP entities from redactionlog
2022-07-29 11:50:38 +03:00
deiflaender
06fe0dbd97
RED-4843: Upgraded storage commons
2022-07-29 10:27:18 +02:00
Kresnadi Budisantoso
47de526b4b
RED-4829 Fix wrong annotation
2022-07-28 14:48:39 +02:00
Timo Bejan
2b7972315f
RED-4799
2022-07-27 12:54:51 +03:00
Philipp Schramm
0af853dbfc
Pull request #436 : RED-4510: Added generated RedactionLog Json files and optimizations for RulesTest.java for Bamboo
...
Merge in RED/redaction-service from RED-4510-Rework to master
* commit '0544a42117a742de70325cd1a84e57d6829aaa25':
RED-4510: Added generated RedactionLog Json files and optimizations for RulesTest.java for Bamboo
2022-07-26 17:08:59 +02:00
Philipp Schramm
0544a42117
RED-4510: Added generated RedactionLog Json files and optimizations for RulesTest.java for Bamboo
2022-07-26 17:06:04 +02:00
deiflaender
55bebe8541
RED-4753: Reduced size of TEXT File a bit more
2022-07-26 11:55:25 +02:00
Timo Bejan
80c0c25c06
RED-4686
2022-07-26 10:55:17 +02:00
deiflaender
1cc66a3092
RED-4753: Reduced size of TEXT File
2022-07-26 09:45:46 +02:00
Timo Bejan
090a619600
RED-4686 - updated cyclic deps
2022-07-26 10:22:50 +03:00
Timo Bejan
24612e3471
RED-4686 - storage commons update - added annotations and test-file
2022-07-25 22:08:36 +03:00
Timo Bejan
9be8d46f4e
RED-4686 - storage commons update
2022-07-25 21:45:58 +03:00
Philipp Schramm
5403829fd8
Merge branch 'master' into RED-4771
...
# Conflicts:
# bamboo-specs/src/main/java/buildjob/PlanSpec.java
2022-07-25 16:08:23 +02:00
Philipp Schramm
3e53e156a5
RED-4771: Reformatted code
2022-07-25 16:04:51 +02:00
Philipp Schramm
db8eedc9a3
RED-4510: Added bamboo build to execute tests nightly and generate RedactionLog for tests if it doesn't exist
2022-07-25 14:14:44 +02:00
deiflaender
0fe2b627f0
RED-4686: Removed test scope from jackson-datatype-jsr310
2022-07-22 15:06:57 +02:00
deiflaender
99a8b9788e
RED-4686: Stream objects to storage
2022-07-22 13:29:22 +02:00
Philipp Schramm
8c5ede3fde
RED-4510: Refactoring after review
2022-07-21 16:58:36 +02:00
Philipp Schramm
40380a12a3
Merge branch 'master' into RED-4510
2022-07-21 12:38:27 +02:00
Philipp Schramm
f48bdb6267
RED-4510: Implemented Test class which generates and compares RedactionLogs
2022-07-21 12:38:07 +02:00
deiflaender
708b7f992c
RED-4648: Fixed wrong field names for DSLJson
2022-07-21 12:22:19 +02:00