* added a test for removing entities by ManualResizeRedaction in ReAnalysis
* Fixed Set logic when removing and readding a resized entity
* Refactored RedactionLog change computation
* added a TableFactory to refactor DocumentGraphFactory
* updated all enabled tests to run with new structure
* moved PdfTableCells to classification package
*renamed old TextBlock and Table Classes
*added subsections to enable separate rules for tables and text-only sections
*added ManualRedaction Tests
*finished default rules
*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
*rebased to master and included tenant capabilities
*added separator validation to entity search
*added EntityPosition class to bridge the gap to the redactionLogEntry
*added Tables And TableCell
*added BoundingBox calculation function
*added images to structure without restructuring them, some images are still added twice
Merge in RED/redaction-service from RED-5694-storage to master
* commit '9a933e9563769dbbc38756151ef7d33fde859194':
RED-5694 - Upgrade spring-boot to 3.0 - import storageAutoConfiguration to Application
Merge in RED/redaction-service from RED-5694 to master
* commit '7d4b3f40d3a09493459d6f71e53275fc1da7adad':
RED-5694 - Upgrade spring-boot to 3.0 - exclude storageAutoConfiguration with @ComponentScan
RED-5694 - Upgrade spring-boot to 3.0 - remove comment code
RED-5694 - Upgrade spring-boot to 3.0 - remove comment code
RED-5694 - Upgrade spring-boot to 3.0 - update exclusion of StorageAutoConfiguration
RED-5694 - Upgrade spring-boot to 3.0 - update after the merge of master
RED-5694 - Upgrade spring-boot to 3.0 - update platfrom-dependency and other dependencies with latest versions - remove dslplatform dependency
RED-5694: Imported new version of platform-dependency and fixed a couple of issues.
Merge in RED/redaction-service from RED-6411_4.5.0_1 to master
* commit '2a56187294c125931d4b998ee1f812ea426e2b58':
RED-6411 - optimize code
RED-6411 - optimize method
RED-6411 - rename testclass because of regexp
RED-6411 - fix import of configuration
RED-6411 - add test for this case (with the current rules-file) and move/abstract logic from the RedactionIntegrationTest into AbstractRedactionIntegrationTest
RED-6411 - extend logic when replacing entities with higher rank
RED-6411 - remove false positives before calling EntitySearchUtils.addOrAddEngine()