Commit Graph

  • 9859eee503 RED-6009 - Document Tree Structure * fix NerEntities CBI_address combination Kilian Schuettler 2023-04-28 16:37:51 +02:00
  • 7f0699e3bf RED-6009 - Document Tree Structure * minor rule fix Kilian Schuettler 2023-04-28 13:55:28 +02:00
  • 2f3c941500 RED-6009 - Document Tree Structure * fix build Kilian Schuettler 2023-04-28 13:55:28 +02:00
  • e0f911734f RED-6009: Document Tree Structure * fixed build * slight refactor of AnnotationService Kilian Schuettler 2023-04-28 13:09:40 +02:00
  • fe29e0ab3a RED-6009: Document Tree Structure * added a test for removing entities by ManualResizeRedaction in ReAnalysis * Fixed Set logic when removing and readding a resized entity * Refactored RedactionLog change computation Kilian Schuettler 2023-04-28 12:38:24 +02:00
  • dad63f6276 RED-6009: Document Tree Structure * wired ManualRedactionApplicationService to Drools Container Kilian Schuettler 2023-04-27 15:51:26 +02:00
  • 61896cf898 RED-6009: Document Tree Structure * changed redactionLog Rectangle mapping to match UI Kilian Schuettler 2023-04-27 12:28:50 +02:00
  • 8e9700fca0 RED-6009: Document Tree Structure * mapped pages back into ImageNodes in the graphMapper * fixed path in the noExceptionShouldBeThrownForAnyFilesTest Kilian Schuettler 2023-04-27 11:56:00 +02:00
  • 7ed5ba759e RED-6009: Document Tree Structure * optimized table access functions Kilian Schuettler 2023-04-26 20:06:58 +02:00
  • 4e5dc6aede RED-6009: Document Tree Structure * pmd fixes Kilian Schuettler 2023-04-26 19:25:53 +02:00
  • 8682b01861 RED-6009: Document Tree Structure * added a TableFactory to refactor DocumentGraphFactory * updated all enabled tests to run with new structure * moved PdfTableCells to classification package Kilian Schuettler 2023-04-26 19:20:12 +02:00
  • 1f7caeebf6 RED-6009: Document Tree Structure *renamed old TextBlock and Table Classes *added subsections to enable separate rules for tables and text-only sections *added ManualRedaction Tests *finished default rules Kilian Schuettler 2023-04-25 17:33:57 +02:00
  • 86fe535460 RED-6009: Document Tree Structure * refactored package structure Kilian Schuettler 2023-04-21 10:54:33 +02:00
  • bda1cc4372 RED-6369: Rules Refactor * minor renaming * added NerEntityAdapter to include the Ner Entities * moved combine logic outside of rules Kilian Schuettler 2023-04-20 18:03:20 +02:00
  • 5603f3265e RED-6369: Rules Refactor * added id to ImageNode * added Manual Redaction Handling to Rules * minor rename Kilian Schuettler 2023-04-19 13:52:27 +02:00
  • d978b2fb4a RED-6369: Rules Refactor * fix pmd errors Kilian Schuettler 2023-04-17 18:34:00 +02:00
  • 3e5c7dafc0 RED-6369: Rules Refactor * fixed builkd by disabling failing tests Kilian Schuettler 2023-04-17 18:17:01 +02:00
  • 5628db7a36 RED-6369: Rules Refactor *removed manualredaction handling for further analysis of how it actually works Kilian Schuettler 2023-04-17 16:34:08 +02:00
  • 86b5059d77 RED-6369: Rules Refactor * marked entities as resized if a resizeRedaction with same id exists Kilian Schuettler 2023-04-17 13:25:45 +02:00
  • 2278195318 RED-6369: Rules Refactor * refactored documentGraph.tableOfContents to include document as root Kilian Schuettler 2023-04-17 12:54:17 +02:00
  • f2dbc4447b RED-6369: Rules Refactor * fixed AnnotationService with new Coordinates * fixed bug in split boundary function Kilian Schuettler 2023-04-05 18:03:07 +02:00
  • dcc2319a00 RED-6369: Rules Refactor * refactored DocumentData to 4 different jsons to make reading only text possible * wip integration of new rules into workflow Kilian Schuettler 2023-04-05 15:54:20 +02:00
  • 74a7e43367 RED-6369: Rules Refactor *added betweenStrings to entityCreationService Kilian Schuettler 2023-04-03 14:12:40 +02:00
  • 6f8242a55e RED-6369: Rules Refactor *some refactors *some comment cleanup Kilian Schuettler 2023-04-03 11:52:32 +02:00
  • d9c27d70d1 RED-6369: Rules Refactor *fixed DocumentData Mapping Kilian Schuettler 2023-03-23 15:05:07 +01:00
  • 1fd483a6d4 RED-6369: Rules Refactor *added some new Rules and Methods to support them *integrated local dictionary searches into ruleflow using agenda-groups *Generalized methods to be able to execute on any SemanticNode *made Documentgraph implement SemanticNode Kilian Schuettler 2023-03-22 19:05:33 +01:00
  • 198fca16f6 RED-6368: Include Tables and Images into Prototype Document Structure *started Implementation of new rules Kilian Schuettler 2023-03-21 16:36:30 +01:00
  • 72dc692685 RED-6368: Include Tables and Images into Prototype Document Structure *rebased to master and included tenant capabilities *added separator validation to entity search *added EntityPosition class to bridge the gap to the redactionLogEntry Kilian Schuettler 2023-03-20 12:51:47 +01:00
  • d36ea08573 RED-6368: Include Tables and Images into Prototype Document Structure *added some starting rules Kilian Schuettler 2023-03-17 15:54:04 +01:00
  • 5dd1b52873 RED-6368: Include Tables and Images into Prototype Document Structure *added Tables And TableCell *added BoundingBox calculation function *added images to structure without restructuring them, some images are still added twice Kilian Schuettler 2023-03-17 15:15:35 +01:00
  • 6d31868f5d RED-6093: Prototype document structure *refactored File Structure *started refactor of original rules Kilian Schuettler 2023-03-07 14:20:27 +01:00
  • 416b6d403a RED-6093: Prototype document structure *refactored Nodes *added some tests *wip Kilian Schuettler 2023-03-02 18:44:52 +01:00
  • 3af26d3f0d RED-6093: Prototype document structurewip dependency upgrade deiflaender 2023-02-27 12:23:36 +01:00
  • 383bf8278e RED-6093: Prototype document structure wip Kilian Schuettler 2023-02-27 12:00:51 +01:00
  • 632a1646e3 RED-6093: Prototype find entities in rules *added improved string to text position mapping Kilian Schuettler 2023-02-17 17:06:00 +01:00
  • 56d7fa950c RED-6093: Prototype find entities in rules *added a prototype paragraph rule Kilian Schuettler 2023-02-15 16:51:16 +01:00
  • 525b8d6434 RED-6093: Prototype find entities in rules deiflaender 2023-02-13 15:49:20 +01:00
  • 672aa0c78d RED-6009 - Document Tree Structure * fix nullpointer, if empty entity falls on end of TextBlock RED-6009_45 Kilian Schuettler 2023-05-02 17:27:15 +02:00
  • a427e676f7 RED-6619 - revert changes in pom RED-6619_5_10 Thomas Beyer 2023-05-02 16:41:55 +02:00
  • a8dd0ccd47 RED-6619 - change from iqser to knecon RED-6619_5_8 Thomas Beyer 2023-05-02 15:51:28 +02:00
  • fca35c97ca RED-6619 - change nexus-url from iqser to knecon RED-6619_5_5 Thomas Beyer 2023-05-02 15:09:11 +02:00
  • 4bf686a432 Pull request #532: RED-6619 1 RED-6619_5_3 RED-6619_5_2 Thomas Beyer 2023-05-02 10:54:30 +02:00
  • 7fd6e1b9e7 RED-6009 - Document Tree Structure * image Type to lower case RED-6009-7df6e Kilian Schuettler 2023-05-02 10:13:56 +02:00
  • 089c6a32c7 RED-6009 - Document Tree Structure * fix NerEntities CBI_address combination RED-6009-089c6 Kilian Schuettler 2023-04-28 16:37:51 +02:00
  • aff7074b40 RED-6619 - renamed variables RED-6619_1_10 Thomas Beyer 2023-04-28 16:54:16 +02:00
  • e5b8f7f6be RED-6619 - backmerge RED-6619_3.222_1_3 Thomas Beyer 2023-04-28 16:52:30 +02:00
  • 51a5e98844 RED-6009 - Document Tree Structure * fix NerEntities CBI_address combination RED-6009_40 Kilian Schuettler 2023-04-28 16:37:51 +02:00
  • 76e0d522bb RED-6009 - Document Tree Structure * minor rule fix RED-6009_35 Kilian Schuettler 2023-04-28 13:55:28 +02:00
  • df061a0e27 RED-6009 - Document Tree Structure * fix build RED-6009-df061 Kilian Schuettler 2023-04-28 13:55:28 +02:00
  • d523fe3b3e RED-6009 - Document Tree Structure * fix build RED-6009_32 Kilian Schuettler 2023-04-28 13:55:28 +02:00
  • 6423e3595c RED-6009: Document Tree Structure * fixed build * slight refactor of AnnotationService Kilian Schuettler 2023-04-28 13:09:40 +02:00
  • ff5cbb510b RED-6009: Document Tree Structure * fixed build * slight refactor of AnnotationService RED-6009_25 Kilian Schuettler 2023-04-28 13:09:40 +02:00
  • 808e0f1e86 RED-6009: Document Tree Structure * added a test for removing entities by ManualResizeRedaction in ReAnalysis * Fixed Set logic when removing and readding a resized entity * Refactored RedactionLog change computation Kilian Schuettler 2023-04-28 12:38:24 +02:00
  • 2e37cd5669 RED-6619 - reformat code RED-6619_1_9 Thomas Beyer 2023-04-28 12:32:11 +02:00
  • 794a160115 RED-6619 - delete unnecessary import RED-6619_1_8 Thomas Beyer 2023-04-28 12:22:11 +02:00
  • e2d3972e16 RED-6619 - moved not the logic to a boolean, but the 1 into a constant RED-6619_1_7 Thomas Beyer 2023-04-28 12:19:14 +02:00
  • 4a76e89ab8 RED-6619 - fix integration-tests by adding versions and move the hasMinimumSize-logic into own boolea RED-6619_1_6 Thomas Beyer 2023-04-28 12:13:54 +02:00
  • fcc4085321 RED-6619 - added missing ' (typo) Thomas Beyer 2023-04-27 17:52:03 +02:00
  • 8490690001 RED-6619 - add logic to ignore found table-cells with height or width < 1. Also: Fix the tests and add new segmentation-tests and 1 redaction-integration-test. Renamed the latter to fit maven regexp Thomas Beyer 2023-04-27 17:49:36 +02:00
  • 94e5203d8a RED-6009: Document Tree Structure * wired ManualRedactionApplicationService to Drools Container RED-6009_20 RED-6009-94e52 Kilian Schuettler 2023-04-27 15:51:26 +02:00
  • 6f783a9f00 RED-6619 - add tests for table-extraction RED-6619_1_3 Thomas Beyer 2023-04-27 14:04:22 +02:00
  • 69c4006a87 RED-6009: Document Tree Structure * changed redactionLog Rectangle mapping to match UI RED-6009_18 RED-6009-69c40 Kilian Schuettler 2023-04-27 12:28:50 +02:00
  • 72c310c26d RED-6009: Document Tree Structure * changed redactionLog Rectangle mapping to match UI RED-6009_15 Kilian Schuettler 2023-04-27 12:28:50 +02:00
  • 30b4ec59ba RED-6009: Document Tree Structure * mapped pages back into ImageNodes in the graphMapper * fixed path in the noExceptionShouldBeThrownForAnyFilesTest RED-6009-30b4e Kilian Schuettler 2023-04-27 11:56:00 +02:00
  • 560ac1080b RED-6009: Document Tree Structure * optimized table access functions RED-6009_11 RED-6009-560ac Kilian Schuettler 2023-04-26 20:06:58 +02:00
  • 0caa6f571d RED-6009: Document Tree Structure * pmd fixes RED-6009_9 RED-6009-0caa6f Kilian Schuettler 2023-04-26 19:25:53 +02:00
  • f0d733c338 RED-6009: Document Tree Structure * added a TableFactory to refactor DocumentGraphFactory * updated all enabled tests to run with new structure * moved PdfTableCells to classification package Kilian Schuettler 2023-04-26 19:20:12 +02:00
  • 0ee5aff9cf RED-6009: Document Tree Structure *renamed old TextBlock and Table Classes *added subsections to enable separate rules for tables and text-only sections *added ManualRedaction Tests *finished default rules Kilian Schuettler 2023-04-25 17:33:57 +02:00
  • 135b43fe95 RED-6009: Document Tree Structure * refactored package structure Kilian Schuettler 2023-04-21 10:54:33 +02:00
  • 45576c858b RED-6369: Rules Refactor * minor renaming * added NerEntityAdapter to include the Ner Entities * moved combine logic outside of rules Kilian Schuettler 2023-04-20 18:03:20 +02:00
  • b193f90a59 RED-6369: Rules Refactor * added id to ImageNode * added Manual Redaction Handling to Rules * minor rename Kilian Schuettler 2023-04-19 13:52:27 +02:00
  • c2fa9ece18 RED-6369: Rules Refactor * fix pmd errors Kilian Schuettler 2023-04-17 18:34:00 +02:00
  • 1c660a7cc1 RED-6369: Rules Refactor * fixed builkd by disabling failing tests Kilian Schuettler 2023-04-17 18:17:01 +02:00
  • 26cff4a9a3 RED-6369: Rules Refactor *removed manualredaction handling for further analysis of how it actually works Kilian Schuettler 2023-04-17 16:34:08 +02:00
  • 7a52aaa1a1 RED-6369: Rules Refactor * marked entities as resized if a resizeRedaction with same id exists Kilian Schuettler 2023-04-17 13:25:45 +02:00
  • 8f951ae3b9 RED-6369: Rules Refactor * refactored documentGraph.tableOfContents to include document as root Kilian Schuettler 2023-04-17 12:54:17 +02:00
  • 91e50e495b RED-6369: Rules Refactor * fixed AnnotationService with new Coordinates * fixed bug in split boundary function Kilian Schuettler 2023-04-05 18:03:07 +02:00
  • b94fd25158 RED-6369: Rules Refactor * refactored DocumentData to 4 different jsons to make reading only text possible * wip integration of new rules into workflow Kilian Schuettler 2023-04-05 15:54:20 +02:00
  • 482368b651 RED-6369: Rules Refactor *added betweenStrings to entityCreationService Kilian Schuettler 2023-04-03 14:12:40 +02:00
  • b9d93e44bd RED-6369: Rules Refactor *some refactors *some comment cleanup Kilian Schuettler 2023-04-03 11:52:32 +02:00
  • 78e74fec11 RED-6369: Rules Refactor *fixed DocumentData Mapping Kilian Schuettler 2023-03-23 15:05:07 +01:00
  • 7325bad5f7 RED-6369: Rules Refactor *added some new Rules and Methods to support them *integrated local dictionary searches into ruleflow using agenda-groups *Generalized methods to be able to execute on any SemanticNode *made Documentgraph implement SemanticNode Kilian Schuettler 2023-03-22 19:05:33 +01:00
  • 3ac84e5135 RED-6368: Include Tables and Images into Prototype Document Structure *started Implementation of new rules Kilian Schuettler 2023-03-21 16:36:30 +01:00
  • 7c2feddceb RED-6368: Include Tables and Images into Prototype Document Structure *rebased to master and included tenant capabilities *added separator validation to entity search *added EntityPosition class to bridge the gap to the redactionLogEntry Kilian Schuettler 2023-03-20 12:51:47 +01:00
  • 340869b3c9 RED-6368: Include Tables and Images into Prototype Document Structure *added some starting rules Kilian Schuettler 2023-03-17 15:54:04 +01:00
  • 7a529d5a88 RED-6368: Include Tables and Images into Prototype Document Structure *added Tables And TableCell *added BoundingBox calculation function *added images to structure without restructuring them, some images are still added twice Kilian Schuettler 2023-03-17 15:15:35 +01:00
  • f8fe88dc3c RED-6093: Prototype document structure *refactored File Structure *started refactor of original rules Kilian Schuettler 2023-03-07 14:20:27 +01:00
  • ba26cfb4ac RED-6093: Prototype document structure *refactored Nodes *added some tests *wip Kilian Schuettler 2023-03-02 18:44:52 +01:00
  • d0db04f3e9 RED-6093: Prototype document structurewip dependency upgrade deiflaender 2023-02-27 12:23:36 +01:00
  • 0afc77911d RED-6093: Prototype document structure wip Kilian Schuettler 2023-02-27 12:00:51 +01:00
  • 55d82cd344 RED-6093: Prototype find entities in rules *added improved string to text position mapping Kilian Schuettler 2023-02-17 17:06:00 +01:00
  • 212162b9f9 RED-6093: Prototype find entities in rules *added a prototype paragraph rule Kilian Schuettler 2023-02-15 16:51:16 +01:00
  • a1c5be1e3e RED-6093: Prototype find entities in rules deiflaender 2023-02-13 15:49:20 +01:00
  • 2646407805 Pull request #531: RED-5694 - Upgrade spring-boot to 3.0 RED-6619_1_2 RED-6368_23 4.10.0 Corina Olariu 2023-04-21 07:21:48 +02:00
  • 9a933e9563 RED-5694 - Upgrade spring-boot to 3.0 - import storageAutoConfiguration to Application RED-5694-storage_3 devplant 2023-04-20 13:03:39 +03:00
  • 62e82b45a6 RED-6369: Rules Refactor * added id to ImageNode * added Manual Redaction Handling to Rules * minor rename RED-6009-62e82 Kilian Schuettler 2023-04-19 13:52:27 +02:00
  • 0c61ce3c43 RED-6369: Rules Refactor * fix pmd errors RED-6009-0c61c Kilian Schuettler 2023-04-17 18:34:00 +02:00
  • 6d2e72bcd3 RED-6369: Rules Refactor * fixed builkd by disabling failing tests Kilian Schuettler 2023-04-17 18:17:01 +02:00
  • 9ca73bc54f RED-6369: Rules Refactor *removed manualredaction handling for further analysis of how it actually works Kilian Schuettler 2023-04-17 16:34:08 +02:00
  • 4f3305ecba RED-6369: Rules Refactor * marked entities as resized if a resizeRedaction with same id exists Kilian Schuettler 2023-04-17 13:25:45 +02:00