256 Commits

Author SHA1 Message Date
Dominique Eiflaender
c2fd749fec Pull request #90: Fixed annotating cell with more than one TextBlock (Mismatch between EntityPositionSequence and found Entity)
Merge in RED/redaction-service from AnnotateCellFix to master

* commit 'e8256c49dc73c0ac93dff427bbeb3bcbfde5dd8b':
  Fixed annotating cell with more than one TextBlock (Mismatch between EntityPositionSequence and found Entity)
1.6.5
2021-01-05 15:03:37 +01:00
Dominique Eifländer
e8256c49dc Fixed annotating cell with more than one TextBlock (Mismatch between EntityPositionSequence and found Entity) AnnotateCellFix_2 2021-01-05 14:53:09 +01:00
Dominique Eiflaender
62351c8d16 Pull request #89: Tables with only 2 column are treated as on text
Merge in RED/redaction-service from 2columnTables to master

* commit '599c7bd6e474b61c32f92d6c67e53a80de13a2e7':
  Tables with only 2 column are treated as on text
1.6.4
2021-01-05 12:35:05 +01:00
Dominique Eifländer
599c7bd6e4 Tables with only 2 column are treated as on text 2columnTables_3 2021-01-05 12:23:24 +01:00
Dominique Eiflaender
22f609a93a Pull request #88: Fixed false positive dictionary problems
Merge in RED/redaction-service from FalsePositiveFix to master

* commit '609018a051a41504328caf3bd44d27af5848959d':
  Fixed false positive dictionary problems
1.6.3
2021-01-04 16:51:10 +01:00
Dominique Eifländer
609018a051 Fixed false positive dictionary problems FalsePositiveFix_5 2021-01-04 16:34:55 +01:00
Dominique Eiflaender
dedd169031 Pull request #87: Find annotations also in Header cells
Merge in RED/redaction-service from HeaderCellAnnotations to master

* commit '704e6a4b5abad5c1e6f820e7b94c8a50b4c0dc6c':
  Find annotations also in Header cells
1.6.2
2021-01-04 12:09:49 +01:00
Dominique Eifländer
704e6a4b5a Find annotations also in Header cells HeaderCellAnnotations_2 2021-01-04 11:53:03 +01:00
Timo Bejan
eeda6fd207 Pull request #86: fixed text-after and text-before spacing
Merge in RED/redaction-service from text-after-before-fix to master

* commit '0bc5abb29d0cf688201a37825bb0c726b2c7dcd2':
  fixed text-after and text-before spacing
1.6.1
2021-01-03 12:05:53 +01:00
Timo
0bc5abb29d fixed text-after and text-before spacing text-after-before-fix_4 2021-01-03 12:40:21 +02:00
Dominique Eiflaender
53cb9718b6 Pull request #85: Handle 'u00A0' character the same way as ' '
Merge in RED/redaction-service from specialSpaceCharacter to master

* commit '79b57e85cd724ac040b5da9e33f90f4568aac7d0':
  Handle 'u00A0' character the same way as ' '
1.6.0
2020-12-23 11:07:44 +01:00
Dominique Eifländer
79b57e85cd Handle 'u00A0' character the same way as ' ' specialSpaceCharacter_2 2020-12-23 10:57:58 +01:00
Kresnadi Budisantoso
b173975ff5 Pull request #84: Fixed 'Comparison method violates its general contract' by using QuickSort from PDFBox
Merge in RED/redaction-service from sortAlgorithm to master

* commit '000b145e710b8459e56223e77a9e19f4a7edd33e':
  Fixed 'Comparison method violates its general contract' by using QuickSort from PDFBox
master_171
2020-12-22 16:17:38 +01:00
Dominique Eifländer
000b145e71 Fixed 'Comparison method violates its general contract' by using QuickSort from PDFBox sortAlgorithm_3 2020-12-22 16:04:29 +01:00
Dominique Eiflaender
7dbc735b16 Pull request #83: RED-882: Added textBefore and textAfter to redaction log
Merge in RED/redaction-service from RED-882 to master

* commit 'caf6277de9e0d175d3ff11c1e7819cfbc37f3539':
  RED-882: Added textBefore and textAfter to redaction log
1.5.9
2020-12-18 14:41:23 +01:00
Dominique Eifländer
caf6277de9 RED-882: Added textBefore and textAfter to redaction log RED-882_3 2020-12-18 14:31:27 +01:00
Dominique Eiflaender
add196f913 Pull request #82: RED-871: Fixed endless processing on document with corrupted contentStream
Merge in RED/redaction-service from RED-871 to master

* commit 'bfa363a3d2903bb9bf68c7721740e95b2f1a4925':
  RED-871: Fixed endless processing on document with corrupted contentStream
1.5.8
2020-12-11 11:39:00 +01:00
deiflaender
bfa363a3d2 RED-871: Fixed endless processing on document with corrupted contentStream RED-871_2 2020-12-11 11:26:48 +01:00
deiflaender
50ec16601c Fixed table offset bug 1.5.7 master_165 2020-12-10 19:33:58 +01:00
Dominique Eiflaender
03a09860f4 Pull request #81: RED-864, Added isDictionaryEntry to redactionLog.
Merge in RED/redaction-service from RED-864 to master

* commit 'e43bd1b71134ce9d34cc521459240c10606de7fc':
  RED-864, Added isDictionaryEntry to redactionLog. Fixed order of dictionary types
1.5.6
2020-12-10 12:45:53 +01:00
deiflaender
e43bd1b711 RED-864, Added isDictionaryEntry to redactionLog. Fixed order of dictionary types RED-864_3 2020-12-10 12:37:51 +01:00
Dominique Eiflaender
000054d8ab Pull request #80: Made dictionaries Theadsafe
Merge in RED/redaction-service from ThreadSafe to master

* commit '44613ee1174da877ee87414903c126bd7c25c311':
  Made dictionaries Theadsafe
1.5.5
2020-12-09 17:28:12 +01:00
deiflaender
44613ee117 Made dictionaries Theadsafe 1.5.4.3 2020-12-09 17:09:11 +01:00
Dominique Eiflaender
3f69030b03 Pull request #79: RED-824: Add author recommendations based on vertebrate study tables
Merge in RED/redaction-service from RED-824 to master

* commit '608ea4bbcc3943dc8f37d3ad2254dd095edd50fd':
  RED-824: Add author recommendations based on vertebrate study tables
1.5.4
2020-12-07 16:41:08 +01:00
deiflaender
608ea4bbcc RED-824: Add author recommendations based on vertebrate study tables RED-824_2 2020-12-07 15:53:20 +01:00
Dominique Eiflaender
9b7deca3db Pull request #78: Fixed duplicate Textblock in Tables
Merge in RED/redaction-service from FixDuplicate to master

* commit 'c90eee23c4f9f1fbc319cedb3c2aa8ce63a72101':
  Fixed duplicate Textblock in Tables
1.5.3
2020-12-03 15:26:53 +01:00
deiflaender
c90eee23c4 Fixed duplicate Textblock in Tables FixDuplicate_3 2020-12-03 15:17:33 +01:00
Dominique Eiflaender
8619e51480 Pull request #77: RED-740: Improved section recognition
Merge in RED/redaction-service from RED-740 to master

* commit '4ef6e0e2ef26ccea6d094f7ddcb8bc9c7e122d3a':
  RED-740: Improved section recognition
1.5.2
2020-11-30 10:39:21 +01:00
deiflaender
4ef6e0e2ef RED-740: Improved section recognition RED-740_2 2020-11-27 15:39:31 +01:00
Timo Bejan
0f0f6b3a2e Pull request #76: Added rank of dictionary to processing entities in redaction service, simplified code
Merge in RED/redaction-service from feature/RED-786 to master

* commit '3c4d6dd2f24ccbb1330657c2f7e396b8f91bb671':
  fixed awt auto *
  fixed Tests & fallback
  removed import
  Added rank of dictionary to processing entities in redaction service, simplified code
1.5.1 master_153
2020-11-26 19:29:02 +01:00
Timo
3c4d6dd2f2 fixed awt auto * feature/RED-786_5 2020-11-26 20:20:43 +02:00
Timo
0e645ab273 fixed Tests & fallback 2020-11-26 20:12:36 +02:00
Timo
cc1a3c9e49 removed import 2020-11-26 18:56:02 +02:00
Timo
536d4689f3 Added rank of dictionary to processing entities in redaction service, simplified code 2020-11-26 18:52:44 +02:00
Christoph  Schabert
f458a1f930 PlanSpec.java edited online with Bitbucket master_152 2020-11-26 13:37:27 +01:00
Dominique Eiflaender
3c942aba15 Pull request #75: Rename sponsor dictionary to CBI_sponsor
Merge in RED/redaction-service from CBI_sponsor to master

* commit 'd466d9b0328d04967b9026a45ff57d49b7f89ec6':
  Rename sponsor dictionary to CBI_sponsor
1.5.0
2020-11-26 12:17:43 +01:00
deiflaender
d466d9b032 Rename sponsor dictionary to CBI_sponsor CBI_sponsor_2 2020-11-26 12:09:19 +01:00
Dominique Eiflaender
5510fb9eb4 Pull request #74: RED-783: Seperate rules for PII and CBI, RED-780: Added PII rules for author(s) and performing laboratory
Merge in RED/redaction-service from RED-783 to master

* commit '746a25c00d1f30cdc13badaed329eaaa12ea19c8':
  RED-783: Seperate rules for PII and CBI, RED-780: Added PII rules for author(s) and performing laboratory
1.4.9
2020-11-26 09:50:15 +01:00
deiflaender
746a25c00d RED-783: Seperate rules for PII and CBI, RED-780: Added PII rules for author(s) and performing laboratory RED-783_3 2020-11-26 09:36:26 +01:00
Dominique Eiflaender
412e13854f Pull request #73: RED-743: Updated to latest rules and dictionaries
Merge in RED/redaction-service from RED-743 to master

* commit '6de87d051ebd4852056e26aa51b6acf97b91cbf8':
  RED-743: Updated to latest rules and dictionaries
1.4.8
2020-11-23 12:37:29 +01:00
deiflaender
6de87d051e RED-743: Updated to latest rules and dictionaries RED-743_3 2020-11-23 12:24:22 +01:00
Dominique Eiflaender
5481dfbcff Pull request #72: RED-744: Expose section grid
Merge in RED/redaction-service from RED-744 to master

* commit '9c2926451d77f9568bb1b712134773169134cfed':
  RED-744: Expose section grid
1.4.7
2020-11-19 11:48:24 +01:00
deiflaender
9c2926451d RED-744: Expose section grid RED-744_3 2020-11-19 11:37:57 +01:00
Dominique Eiflaender
42fd7b1ee9 Pull request #71: RED-473
Merge in RED/redaction-service from RED-473 to master

* commit 'bdc231f3c25aa9e3c1d4e77e62293bca90824b30':
  RED-473: Fixed missing batched produced at annotation
  Adjusted rules
1.4.6
2020-11-18 13:37:37 +01:00
deiflaender
bdc231f3c2 RED-473: Fixed missing batched produced at annotation RED-473_7 2020-11-18 13:29:33 +01:00
deiflaender
efb05d15a1 Adjusted rules 2020-11-18 12:54:09 +01:00
Dominique Eiflaender
462e628cd0 Pull request #70: Fixed offest problems by installing fonts
Merge in RED/redaction-service from fontFix to master

* commit '8c680c5babdd8bec07a0da22e640b3cdf14728dc':
  Fixed offest problems by installing fonts
1.4.5
2020-11-17 14:58:06 +01:00
deiflaender
8c680c5bab Fixed offest problems by installing fonts fontFix_2 2020-11-17 14:47:03 +01:00
deiflaender
a4f8d2f424 Changed rules and dictionaries master_138 2020-11-17 09:57:04 +01:00
Dominique Eiflaender
4a6631f5b8 Pull request #69: Fixed paragraph recognition
Merge in RED/redaction-service from ParagraphFix to master

* commit 'e178393c237d735cf16a358c672e2c0624277afb':
  Fixed paragraph recognition
1.4.4
2020-11-16 16:13:26 +01:00