Compare commits
2 Commits
master
...
extended-e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1db515acf0 | ||
|
|
f9e7703063 |
@ -7,21 +7,20 @@ include:
|
|||||||
ref: 'main'
|
ref: 'main'
|
||||||
file: 'ci-templates/gradle_java.yml'
|
file: 'ci-templates/gradle_java.yml'
|
||||||
|
|
||||||
publish dependencies:
|
deploy JavaDoc:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
script:
|
script:
|
||||||
- echo "Publishing dependencies with gradle version ${BUILDVERSION}"
|
- echo "Building JavaDoc with gradle version ${BUILDVERSION}"
|
||||||
- gradle -Pversion=${BUILDVERSION} publish
|
- gradle -Pversion=${BUILDVERSION} publish
|
||||||
- echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env
|
- echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: variables.env
|
dotenv: variables.env
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
- if: $CI_COMMIT_BRANCH =~ /^release/
|
- if: $CI_COMMIT_BRANCH =~ /^release/
|
||||||
- if: $CI_COMMIT_BRANCH =~ /^feature/
|
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
|
||||||
generate JavaDoc:
|
generate JavaDoc:
|
||||||
@ -43,7 +42,7 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
- generate JavaDoc
|
- generate JavaDoc
|
||||||
- publish dependencies
|
- deploy JavaDoc
|
||||||
- calculate minor version
|
- calculate minor version
|
||||||
pages:
|
pages:
|
||||||
path_prefix: "$BUILDVERSION"
|
path_prefix: "$BUILDVERSION"
|
||||||
|
|||||||
@ -15,13 +15,8 @@ pmd {
|
|||||||
isConsoleOutput = true
|
isConsoleOutput = true
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.checkstyleMain {
|
|
||||||
exclude("**/data/**") // ignore generated proto files
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.pmdMain {
|
tasks.pmdMain {
|
||||||
pmd.ruleSetFiles = files("${rootDir}/config/pmd/pmd.xml")
|
pmd.ruleSetFiles = files("${rootDir}/config/pmd/pmd.xml")
|
||||||
exclude("**/data/**") // ignore generated proto files
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.pmdTest {
|
tasks.pmdTest {
|
||||||
|
|||||||
@ -1,35 +0,0 @@
|
|||||||
plugins {
|
|
||||||
id("com.iqser.red.service.java-conventions")
|
|
||||||
id("io.freefair.lombok") version "8.4"
|
|
||||||
}
|
|
||||||
|
|
||||||
description = "redaction-service-document"
|
|
||||||
val persistenceServiceVersion = "2.612.0-RED10072.1"
|
|
||||||
val layoutParserVersion = "newNode"
|
|
||||||
|
|
||||||
group = "com.knecon.fforesight"
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation("com.iqser.red.service:persistence-service-internal-api-v1:${persistenceServiceVersion}")
|
|
||||||
api("com.google.protobuf:protobuf-java-util:4.28.3")
|
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
|
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
|
||||||
}
|
|
||||||
|
|
||||||
publishing {
|
|
||||||
publications {
|
|
||||||
create<MavenPublication>(name) {
|
|
||||||
from(components["java"])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
url = uri("https://nexus.knecon.com/repository/red-platform-releases/")
|
|
||||||
credentials {
|
|
||||||
username = providers.gradleProperty("mavenUser").getOrNull();
|
|
||||||
password = providers.gradleProperty("mavenPassword").getOrNull();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,694 +0,0 @@
|
|||||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
// NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
// source: DocumentStructure.proto
|
|
||||||
// Protobuf Java Version: 4.28.3
|
|
||||||
|
|
||||||
package com.iqser.red.service.redaction.v1.server.data;
|
|
||||||
|
|
||||||
public final class DocumentStructureProto {
|
|
||||||
private DocumentStructureProto() {}
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
DocumentStructureProto.class.getName());
|
|
||||||
}
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistry registry) {
|
|
||||||
registerAllExtensions(
|
|
||||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
||||||
}
|
|
||||||
public interface DocumentStructureOrBuilder extends
|
|
||||||
// @@protoc_insertion_point(interface_extends:DocumentStructure)
|
|
||||||
com.google.protobuf.MessageOrBuilder {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
* @return Whether the root field is set.
|
|
||||||
*/
|
|
||||||
boolean hasRoot();
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
* @return The root.
|
|
||||||
*/
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData getRoot();
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryDataOrBuilder getRootOrBuilder();
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Protobuf type {@code DocumentStructure}
|
|
||||||
*/
|
|
||||||
public static final class DocumentStructure extends
|
|
||||||
com.google.protobuf.GeneratedMessage implements
|
|
||||||
// @@protoc_insertion_point(message_implements:DocumentStructure)
|
|
||||||
DocumentStructureOrBuilder {
|
|
||||||
private static final long serialVersionUID = 0L;
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
DocumentStructure.class.getName());
|
|
||||||
}
|
|
||||||
// Use DocumentStructure.newBuilder() to construct.
|
|
||||||
private DocumentStructure(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
|
||||||
super(builder);
|
|
||||||
}
|
|
||||||
private DocumentStructure() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final com.google.protobuf.Descriptors.Descriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.internal_static_DocumentStructure_descriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
||||||
internalGetFieldAccessorTable() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.internal_static_DocumentStructure_fieldAccessorTable
|
|
||||||
.ensureFieldAccessorsInitialized(
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.class, com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.Builder.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
private int bitField0_;
|
|
||||||
public static final int ROOT_FIELD_NUMBER = 1;
|
|
||||||
private com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData root_;
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
* @return Whether the root field is set.
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public boolean hasRoot() {
|
|
||||||
return ((bitField0_ & 0x00000001) != 0);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
* @return The root.
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData getRoot() {
|
|
||||||
return root_ == null ? com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.getDefaultInstance() : root_;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryDataOrBuilder getRootOrBuilder() {
|
|
||||||
return root_ == null ? com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.getDefaultInstance() : root_;
|
|
||||||
}
|
|
||||||
|
|
||||||
private byte memoizedIsInitialized = -1;
|
|
||||||
@java.lang.Override
|
|
||||||
public final boolean isInitialized() {
|
|
||||||
byte isInitialized = memoizedIsInitialized;
|
|
||||||
if (isInitialized == 1) return true;
|
|
||||||
if (isInitialized == 0) return false;
|
|
||||||
|
|
||||||
memoizedIsInitialized = 1;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
||||||
throws java.io.IOException {
|
|
||||||
if (((bitField0_ & 0x00000001) != 0)) {
|
|
||||||
output.writeMessage(1, getRoot());
|
|
||||||
}
|
|
||||||
getUnknownFields().writeTo(output);
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public int getSerializedSize() {
|
|
||||||
int size = memoizedSize;
|
|
||||||
if (size != -1) return size;
|
|
||||||
|
|
||||||
size = 0;
|
|
||||||
if (((bitField0_ & 0x00000001) != 0)) {
|
|
||||||
size += com.google.protobuf.CodedOutputStream
|
|
||||||
.computeMessageSize(1, getRoot());
|
|
||||||
}
|
|
||||||
size += getUnknownFields().getSerializedSize();
|
|
||||||
memoizedSize = size;
|
|
||||||
return size;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public boolean equals(final java.lang.Object obj) {
|
|
||||||
if (obj == this) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (!(obj instanceof com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure)) {
|
|
||||||
return super.equals(obj);
|
|
||||||
}
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure other = (com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure) obj;
|
|
||||||
|
|
||||||
if (hasRoot() != other.hasRoot()) return false;
|
|
||||||
if (hasRoot()) {
|
|
||||||
if (!getRoot()
|
|
||||||
.equals(other.getRoot())) return false;
|
|
||||||
}
|
|
||||||
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public int hashCode() {
|
|
||||||
if (memoizedHashCode != 0) {
|
|
||||||
return memoizedHashCode;
|
|
||||||
}
|
|
||||||
int hash = 41;
|
|
||||||
hash = (19 * hash) + getDescriptor().hashCode();
|
|
||||||
if (hasRoot()) {
|
|
||||||
hash = (37 * hash) + ROOT_FIELD_NUMBER;
|
|
||||||
hash = (53 * hash) + getRoot().hashCode();
|
|
||||||
}
|
|
||||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
||||||
memoizedHashCode = hash;
|
|
||||||
return hash;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
java.nio.ByteBuffer data)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
java.nio.ByteBuffer data,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
com.google.protobuf.ByteString data)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
com.google.protobuf.ByteString data,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(byte[] data)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
byte[] data,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(java.io.InputStream input)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
java.io.InputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseDelimitedFrom(java.io.InputStream input)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseDelimitedWithIOException(PARSER, input);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseDelimitedFrom(
|
|
||||||
java.io.InputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure parseFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
|
||||||
public static Builder newBuilder() {
|
|
||||||
return DEFAULT_INSTANCE.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure prototype) {
|
|
||||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
||||||
}
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == DEFAULT_INSTANCE
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
protected Builder newBuilderForType(
|
|
||||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
|
||||||
Builder builder = new Builder(parent);
|
|
||||||
return builder;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Protobuf type {@code DocumentStructure}
|
|
||||||
*/
|
|
||||||
public static final class Builder extends
|
|
||||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
|
||||||
// @@protoc_insertion_point(builder_implements:DocumentStructure)
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructureOrBuilder {
|
|
||||||
public static final com.google.protobuf.Descriptors.Descriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.internal_static_DocumentStructure_descriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
||||||
internalGetFieldAccessorTable() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.internal_static_DocumentStructure_fieldAccessorTable
|
|
||||||
.ensureFieldAccessorsInitialized(
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.class, com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.Builder.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Construct using com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.newBuilder()
|
|
||||||
private Builder() {
|
|
||||||
maybeForceBuilderInitialization();
|
|
||||||
}
|
|
||||||
|
|
||||||
private Builder(
|
|
||||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
|
||||||
super(parent);
|
|
||||||
maybeForceBuilderInitialization();
|
|
||||||
}
|
|
||||||
private void maybeForceBuilderInitialization() {
|
|
||||||
if (com.google.protobuf.GeneratedMessage
|
|
||||||
.alwaysUseFieldBuilders) {
|
|
||||||
getRootFieldBuilder();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder clear() {
|
|
||||||
super.clear();
|
|
||||||
bitField0_ = 0;
|
|
||||||
root_ = null;
|
|
||||||
if (rootBuilder_ != null) {
|
|
||||||
rootBuilder_.dispose();
|
|
||||||
rootBuilder_ = null;
|
|
||||||
}
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.google.protobuf.Descriptors.Descriptor
|
|
||||||
getDescriptorForType() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.internal_static_DocumentStructure_descriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure getDefaultInstanceForType() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.getDefaultInstance();
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure build() {
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure result = buildPartial();
|
|
||||||
if (!result.isInitialized()) {
|
|
||||||
throw newUninitializedMessageException(result);
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure buildPartial() {
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure result = new com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure(this);
|
|
||||||
if (bitField0_ != 0) { buildPartial0(result); }
|
|
||||||
onBuilt();
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void buildPartial0(com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure result) {
|
|
||||||
int from_bitField0_ = bitField0_;
|
|
||||||
int to_bitField0_ = 0;
|
|
||||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
|
||||||
result.root_ = rootBuilder_ == null
|
|
||||||
? root_
|
|
||||||
: rootBuilder_.build();
|
|
||||||
to_bitField0_ |= 0x00000001;
|
|
||||||
}
|
|
||||||
result.bitField0_ |= to_bitField0_;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
||||||
if (other instanceof com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure) {
|
|
||||||
return mergeFrom((com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure)other);
|
|
||||||
} else {
|
|
||||||
super.mergeFrom(other);
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public Builder mergeFrom(com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure other) {
|
|
||||||
if (other == com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure.getDefaultInstance()) return this;
|
|
||||||
if (other.hasRoot()) {
|
|
||||||
mergeRoot(other.getRoot());
|
|
||||||
}
|
|
||||||
this.mergeUnknownFields(other.getUnknownFields());
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public final boolean isInitialized() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder mergeFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
if (extensionRegistry == null) {
|
|
||||||
throw new java.lang.NullPointerException();
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
boolean done = false;
|
|
||||||
while (!done) {
|
|
||||||
int tag = input.readTag();
|
|
||||||
switch (tag) {
|
|
||||||
case 0:
|
|
||||||
done = true;
|
|
||||||
break;
|
|
||||||
case 10: {
|
|
||||||
input.readMessage(
|
|
||||||
getRootFieldBuilder().getBuilder(),
|
|
||||||
extensionRegistry);
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
break;
|
|
||||||
} // case 10
|
|
||||||
default: {
|
|
||||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
||||||
done = true; // was an endgroup tag
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
} // default:
|
|
||||||
} // switch (tag)
|
|
||||||
} // while (!done)
|
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
||||||
throw e.unwrapIOException();
|
|
||||||
} finally {
|
|
||||||
onChanged();
|
|
||||||
} // finally
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
private int bitField0_;
|
|
||||||
|
|
||||||
private com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData root_;
|
|
||||||
private com.google.protobuf.SingleFieldBuilder<
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData, com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.Builder, com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryDataOrBuilder> rootBuilder_;
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
* @return Whether the root field is set.
|
|
||||||
*/
|
|
||||||
public boolean hasRoot() {
|
|
||||||
return ((bitField0_ & 0x00000001) != 0);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
* @return The root.
|
|
||||||
*/
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData getRoot() {
|
|
||||||
if (rootBuilder_ == null) {
|
|
||||||
return root_ == null ? com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.getDefaultInstance() : root_;
|
|
||||||
} else {
|
|
||||||
return rootBuilder_.getMessage();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
public Builder setRoot(com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData value) {
|
|
||||||
if (rootBuilder_ == null) {
|
|
||||||
if (value == null) {
|
|
||||||
throw new NullPointerException();
|
|
||||||
}
|
|
||||||
root_ = value;
|
|
||||||
} else {
|
|
||||||
rootBuilder_.setMessage(value);
|
|
||||||
}
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
public Builder setRoot(
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.Builder builderForValue) {
|
|
||||||
if (rootBuilder_ == null) {
|
|
||||||
root_ = builderForValue.build();
|
|
||||||
} else {
|
|
||||||
rootBuilder_.setMessage(builderForValue.build());
|
|
||||||
}
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
public Builder mergeRoot(com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData value) {
|
|
||||||
if (rootBuilder_ == null) {
|
|
||||||
if (((bitField0_ & 0x00000001) != 0) &&
|
|
||||||
root_ != null &&
|
|
||||||
root_ != com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.getDefaultInstance()) {
|
|
||||||
getRootBuilder().mergeFrom(value);
|
|
||||||
} else {
|
|
||||||
root_ = value;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
rootBuilder_.mergeFrom(value);
|
|
||||||
}
|
|
||||||
if (root_ != null) {
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
onChanged();
|
|
||||||
}
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
public Builder clearRoot() {
|
|
||||||
bitField0_ = (bitField0_ & ~0x00000001);
|
|
||||||
root_ = null;
|
|
||||||
if (rootBuilder_ != null) {
|
|
||||||
rootBuilder_.dispose();
|
|
||||||
rootBuilder_ = null;
|
|
||||||
}
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.Builder getRootBuilder() {
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
onChanged();
|
|
||||||
return getRootFieldBuilder().getBuilder();
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryDataOrBuilder getRootOrBuilder() {
|
|
||||||
if (rootBuilder_ != null) {
|
|
||||||
return rootBuilder_.getMessageOrBuilder();
|
|
||||||
} else {
|
|
||||||
return root_ == null ?
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.getDefaultInstance() : root_;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* The root EntryData represents the Document.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>.EntryData root = 1;</code>
|
|
||||||
*/
|
|
||||||
private com.google.protobuf.SingleFieldBuilder<
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData, com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.Builder, com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryDataOrBuilder>
|
|
||||||
getRootFieldBuilder() {
|
|
||||||
if (rootBuilder_ == null) {
|
|
||||||
rootBuilder_ = new com.google.protobuf.SingleFieldBuilder<
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData, com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData.Builder, com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryDataOrBuilder>(
|
|
||||||
getRoot(),
|
|
||||||
getParentForChildren(),
|
|
||||||
isClean());
|
|
||||||
root_ = null;
|
|
||||||
}
|
|
||||||
return rootBuilder_;
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(builder_scope:DocumentStructure)
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:DocumentStructure)
|
|
||||||
private static final com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure DEFAULT_INSTANCE;
|
|
||||||
static {
|
|
||||||
DEFAULT_INSTANCE = new com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure getDefaultInstance() {
|
|
||||||
return DEFAULT_INSTANCE;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final com.google.protobuf.Parser<DocumentStructure>
|
|
||||||
PARSER = new com.google.protobuf.AbstractParser<DocumentStructure>() {
|
|
||||||
@java.lang.Override
|
|
||||||
public DocumentStructure parsePartialFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
Builder builder = newBuilder();
|
|
||||||
try {
|
|
||||||
builder.mergeFrom(input, extensionRegistry);
|
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
||||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
|
||||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
|
||||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
|
||||||
} catch (java.io.IOException e) {
|
|
||||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
|
||||||
.setUnfinishedMessage(builder.buildPartial());
|
|
||||||
}
|
|
||||||
return builder.buildPartial();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
public static com.google.protobuf.Parser<DocumentStructure> parser() {
|
|
||||||
return PARSER;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.google.protobuf.Parser<DocumentStructure> getParserForType() {
|
|
||||||
return PARSER;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure getDefaultInstanceForType() {
|
|
||||||
return DEFAULT_INSTANCE;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final com.google.protobuf.Descriptors.Descriptor
|
|
||||||
internal_static_DocumentStructure_descriptor;
|
|
||||||
private static final
|
|
||||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
||||||
internal_static_DocumentStructure_fieldAccessorTable;
|
|
||||||
|
|
||||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return descriptor;
|
|
||||||
}
|
|
||||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
descriptor;
|
|
||||||
static {
|
|
||||||
java.lang.String[] descriptorData = {
|
|
||||||
"\n\027DocumentStructure.proto\032\017EntryData.pro" +
|
|
||||||
"to\"-\n\021DocumentStructure\022\030\n\004root\030\001 \001(\0132\n." +
|
|
||||||
"EntryDataBH\n.com.iqser.red.service.redac" +
|
|
||||||
"tion.v1.server.dataB\026DocumentStructurePr" +
|
|
||||||
"otob\006proto3"
|
|
||||||
};
|
|
||||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
.internalBuildGeneratedFileFrom(descriptorData,
|
|
||||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.getDescriptor(),
|
|
||||||
});
|
|
||||||
internal_static_DocumentStructure_descriptor =
|
|
||||||
getDescriptor().getMessageTypes().get(0);
|
|
||||||
internal_static_DocumentStructure_fieldAccessorTable = new
|
|
||||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
||||||
internal_static_DocumentStructure_descriptor,
|
|
||||||
new java.lang.String[] { "Root", });
|
|
||||||
descriptor.resolveAllFeaturesImmutable();
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.EntryDataProto.getDescriptor();
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(outer_class_scope)
|
|
||||||
}
|
|
||||||
@ -1,115 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data;
|
|
||||||
|
|
||||||
import static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure;
|
|
||||||
import static com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData;
|
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
|
||||||
import java.io.Serializable;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
@AllArgsConstructor
|
|
||||||
public class DocumentStructureWrapper implements Serializable {
|
|
||||||
|
|
||||||
private final DocumentStructure documentStructure;
|
|
||||||
|
|
||||||
public static class TableProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String NUMBER_OF_ROWS = "numberOfRows";
|
|
||||||
public static final String NUMBER_OF_COLS = "numberOfCols";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class ImageProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String TRANSPARENT = "transparent";
|
|
||||||
public static final String IMAGE_TYPE = "imageType";
|
|
||||||
public static final String POSITION = "position";
|
|
||||||
public static final String ID = "id";
|
|
||||||
|
|
||||||
public static final String REPRESENTATION_HASH = "representationHash";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class TableCellProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String B_BOX = "bBox";
|
|
||||||
public static final String ROW = "row";
|
|
||||||
public static final String COL = "col";
|
|
||||||
public static final String HEADER = "header";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class DuplicateParagraphProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String UNSORTED_TEXTBLOCK_ID = "utbid";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final String RECTANGLE_DELIMITER = ";";
|
|
||||||
|
|
||||||
|
|
||||||
public static Rectangle2D parseRectangle2D(String bBox) {
|
|
||||||
|
|
||||||
List<Float> floats = Arrays.stream(bBox.split(RECTANGLE_DELIMITER))
|
|
||||||
.map(Float::parseFloat)
|
|
||||||
.toList();
|
|
||||||
return new Rectangle2D.Float(floats.get(0), floats.get(1), floats.get(2), floats.get(3));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static double[] parseRepresentationVector(String representationHash) {
|
|
||||||
|
|
||||||
String[] stringArray = representationHash.split("[,\\s]+");
|
|
||||||
double[] doubleArray = new double[stringArray.length];
|
|
||||||
for (int i = 0; i < stringArray.length; i++) {
|
|
||||||
doubleArray[i] = Double.parseDouble(stringArray[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
return doubleArray;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public EntryData get(List<Integer> tocId) {
|
|
||||||
|
|
||||||
if (tocId.isEmpty()) {
|
|
||||||
return documentStructure.getRoot();
|
|
||||||
}
|
|
||||||
EntryData entry = documentStructure.getRoot().getChildrenList()
|
|
||||||
.get(tocId.get(0));
|
|
||||||
for (int id : tocId.subList(1, tocId.size())) {
|
|
||||||
entry = entry.getChildrenList()
|
|
||||||
.get(id);
|
|
||||||
}
|
|
||||||
return entry;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Stream<EntryData> streamAllEntries() {
|
|
||||||
|
|
||||||
return flatten(documentStructure.getRoot());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
return String.join("\n",
|
|
||||||
streamAllEntries().map(EntryData::toString)
|
|
||||||
.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static Stream<EntryData> flatten(EntryData entry) {
|
|
||||||
|
|
||||||
return Stream.concat(Stream.of(entry),
|
|
||||||
entry.getChildrenList()
|
|
||||||
.stream()
|
|
||||||
.flatMap(DocumentStructureWrapper::flatten));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,176 +0,0 @@
|
|||||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
// NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
// source: LayoutEngine.proto
|
|
||||||
// Protobuf Java Version: 4.28.3
|
|
||||||
|
|
||||||
package com.iqser.red.service.redaction.v1.server.data;
|
|
||||||
|
|
||||||
public final class LayoutEngineProto {
|
|
||||||
private LayoutEngineProto() {}
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
LayoutEngineProto.class.getName());
|
|
||||||
}
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistry registry) {
|
|
||||||
registerAllExtensions(
|
|
||||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Protobuf enum {@code LayoutEngine}
|
|
||||||
*/
|
|
||||||
public enum LayoutEngine
|
|
||||||
implements com.google.protobuf.ProtocolMessageEnum {
|
|
||||||
/**
|
|
||||||
* <code>ALGORITHM = 0;</code>
|
|
||||||
*/
|
|
||||||
ALGORITHM(0),
|
|
||||||
/**
|
|
||||||
* <code>AI = 1;</code>
|
|
||||||
*/
|
|
||||||
AI(1),
|
|
||||||
/**
|
|
||||||
* <code>OUTLINE = 2;</code>
|
|
||||||
*/
|
|
||||||
OUTLINE(2),
|
|
||||||
UNRECOGNIZED(-1),
|
|
||||||
;
|
|
||||||
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
LayoutEngine.class.getName());
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <code>ALGORITHM = 0;</code>
|
|
||||||
*/
|
|
||||||
public static final int ALGORITHM_VALUE = 0;
|
|
||||||
/**
|
|
||||||
* <code>AI = 1;</code>
|
|
||||||
*/
|
|
||||||
public static final int AI_VALUE = 1;
|
|
||||||
/**
|
|
||||||
* <code>OUTLINE = 2;</code>
|
|
||||||
*/
|
|
||||||
public static final int OUTLINE_VALUE = 2;
|
|
||||||
|
|
||||||
|
|
||||||
public final int getNumber() {
|
|
||||||
if (this == UNRECOGNIZED) {
|
|
||||||
throw new java.lang.IllegalArgumentException(
|
|
||||||
"Can't get the number of an unknown enum value.");
|
|
||||||
}
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param value The numeric wire value of the corresponding enum entry.
|
|
||||||
* @return The enum associated with the given numeric wire value.
|
|
||||||
* @deprecated Use {@link #forNumber(int)} instead.
|
|
||||||
*/
|
|
||||||
@java.lang.Deprecated
|
|
||||||
public static LayoutEngine valueOf(int value) {
|
|
||||||
return forNumber(value);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param value The numeric wire value of the corresponding enum entry.
|
|
||||||
* @return The enum associated with the given numeric wire value.
|
|
||||||
*/
|
|
||||||
public static LayoutEngine forNumber(int value) {
|
|
||||||
switch (value) {
|
|
||||||
case 0: return ALGORITHM;
|
|
||||||
case 1: return AI;
|
|
||||||
case 2: return OUTLINE;
|
|
||||||
default: return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.google.protobuf.Internal.EnumLiteMap<LayoutEngine>
|
|
||||||
internalGetValueMap() {
|
|
||||||
return internalValueMap;
|
|
||||||
}
|
|
||||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
|
||||||
LayoutEngine> internalValueMap =
|
|
||||||
new com.google.protobuf.Internal.EnumLiteMap<LayoutEngine>() {
|
|
||||||
public LayoutEngine findValueByNumber(int number) {
|
|
||||||
return LayoutEngine.forNumber(number);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
|
||||||
getValueDescriptor() {
|
|
||||||
if (this == UNRECOGNIZED) {
|
|
||||||
throw new java.lang.IllegalStateException(
|
|
||||||
"Can't get the descriptor of an unrecognized enum value.");
|
|
||||||
}
|
|
||||||
return getDescriptor().getValues().get(ordinal());
|
|
||||||
}
|
|
||||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
|
||||||
getDescriptorForType() {
|
|
||||||
return getDescriptor();
|
|
||||||
}
|
|
||||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.LayoutEngineProto.getDescriptor().getEnumTypes().get(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final LayoutEngine[] VALUES = values();
|
|
||||||
|
|
||||||
public static LayoutEngine valueOf(
|
|
||||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
|
||||||
if (desc.getType() != getDescriptor()) {
|
|
||||||
throw new java.lang.IllegalArgumentException(
|
|
||||||
"EnumValueDescriptor is not for this type.");
|
|
||||||
}
|
|
||||||
if (desc.getIndex() == -1) {
|
|
||||||
return UNRECOGNIZED;
|
|
||||||
}
|
|
||||||
return VALUES[desc.getIndex()];
|
|
||||||
}
|
|
||||||
|
|
||||||
private final int value;
|
|
||||||
|
|
||||||
private LayoutEngine(int value) {
|
|
||||||
this.value = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(enum_scope:LayoutEngine)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return descriptor;
|
|
||||||
}
|
|
||||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
descriptor;
|
|
||||||
static {
|
|
||||||
java.lang.String[] descriptorData = {
|
|
||||||
"\n\022LayoutEngine.proto*2\n\014LayoutEngine\022\r\n\t" +
|
|
||||||
"ALGORITHM\020\000\022\006\n\002AI\020\001\022\013\n\007OUTLINE\020\002BC\n.com." +
|
|
||||||
"iqser.red.service.redaction.v1.server.da" +
|
|
||||||
"taB\021LayoutEngineProtob\006proto3"
|
|
||||||
};
|
|
||||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
.internalBuildGeneratedFileFrom(descriptorData,
|
|
||||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
||||||
});
|
|
||||||
descriptor.resolveAllFeaturesImmutable();
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(outer_class_scope)
|
|
||||||
}
|
|
||||||
@ -1,261 +0,0 @@
|
|||||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
// NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
// source: NodeType.proto
|
|
||||||
// Protobuf Java Version: 4.28.3
|
|
||||||
|
|
||||||
package com.iqser.red.service.redaction.v1.server.data;
|
|
||||||
|
|
||||||
public final class NodeTypeProto {
|
|
||||||
private NodeTypeProto() {}
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
NodeTypeProto.class.getName());
|
|
||||||
}
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistry registry) {
|
|
||||||
registerAllExtensions(
|
|
||||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Protobuf enum {@code NodeType}
|
|
||||||
*/
|
|
||||||
public enum NodeType
|
|
||||||
implements com.google.protobuf.ProtocolMessageEnum {
|
|
||||||
/**
|
|
||||||
* <code>DOCUMENT = 0;</code>
|
|
||||||
*/
|
|
||||||
DOCUMENT(0),
|
|
||||||
/**
|
|
||||||
* <code>SECTION = 1;</code>
|
|
||||||
*/
|
|
||||||
SECTION(1),
|
|
||||||
/**
|
|
||||||
* <code>SUPER_SECTION = 2;</code>
|
|
||||||
*/
|
|
||||||
SUPER_SECTION(2),
|
|
||||||
/**
|
|
||||||
* <code>HEADLINE = 3;</code>
|
|
||||||
*/
|
|
||||||
HEADLINE(3),
|
|
||||||
/**
|
|
||||||
* <code>PARAGRAPH = 4;</code>
|
|
||||||
*/
|
|
||||||
PARAGRAPH(4),
|
|
||||||
/**
|
|
||||||
* <code>TABLE = 5;</code>
|
|
||||||
*/
|
|
||||||
TABLE(5),
|
|
||||||
/**
|
|
||||||
* <code>TABLE_CELL = 6;</code>
|
|
||||||
*/
|
|
||||||
TABLE_CELL(6),
|
|
||||||
/**
|
|
||||||
* <code>IMAGE = 7;</code>
|
|
||||||
*/
|
|
||||||
IMAGE(7),
|
|
||||||
/**
|
|
||||||
* <code>HEADER = 8;</code>
|
|
||||||
*/
|
|
||||||
HEADER(8),
|
|
||||||
/**
|
|
||||||
* <code>FOOTER = 9;</code>
|
|
||||||
*/
|
|
||||||
FOOTER(9),
|
|
||||||
/**
|
|
||||||
* <code>TABLE_OF_CONTENTS = 10;</code>
|
|
||||||
*/
|
|
||||||
TABLE_OF_CONTENTS(10),
|
|
||||||
/**
|
|
||||||
* <code>TABLE_OF_CONTENTS_ITEM = 11;</code>
|
|
||||||
*/
|
|
||||||
TABLE_OF_CONTENTS_ITEM(11),
|
|
||||||
UNRECOGNIZED(-1),
|
|
||||||
;
|
|
||||||
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
NodeType.class.getName());
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <code>DOCUMENT = 0;</code>
|
|
||||||
*/
|
|
||||||
public static final int DOCUMENT_VALUE = 0;
|
|
||||||
/**
|
|
||||||
* <code>SECTION = 1;</code>
|
|
||||||
*/
|
|
||||||
public static final int SECTION_VALUE = 1;
|
|
||||||
/**
|
|
||||||
* <code>SUPER_SECTION = 2;</code>
|
|
||||||
*/
|
|
||||||
public static final int SUPER_SECTION_VALUE = 2;
|
|
||||||
/**
|
|
||||||
* <code>HEADLINE = 3;</code>
|
|
||||||
*/
|
|
||||||
public static final int HEADLINE_VALUE = 3;
|
|
||||||
/**
|
|
||||||
* <code>PARAGRAPH = 4;</code>
|
|
||||||
*/
|
|
||||||
public static final int PARAGRAPH_VALUE = 4;
|
|
||||||
/**
|
|
||||||
* <code>TABLE = 5;</code>
|
|
||||||
*/
|
|
||||||
public static final int TABLE_VALUE = 5;
|
|
||||||
/**
|
|
||||||
* <code>TABLE_CELL = 6;</code>
|
|
||||||
*/
|
|
||||||
public static final int TABLE_CELL_VALUE = 6;
|
|
||||||
/**
|
|
||||||
* <code>IMAGE = 7;</code>
|
|
||||||
*/
|
|
||||||
public static final int IMAGE_VALUE = 7;
|
|
||||||
/**
|
|
||||||
* <code>HEADER = 8;</code>
|
|
||||||
*/
|
|
||||||
public static final int HEADER_VALUE = 8;
|
|
||||||
/**
|
|
||||||
* <code>FOOTER = 9;</code>
|
|
||||||
*/
|
|
||||||
public static final int FOOTER_VALUE = 9;
|
|
||||||
/**
|
|
||||||
* <code>TABLE_OF_CONTENTS = 10;</code>
|
|
||||||
*/
|
|
||||||
public static final int TABLE_OF_CONTENTS_VALUE = 10;
|
|
||||||
/**
|
|
||||||
* <code>TABLE_OF_CONTENTS_ITEM = 11;</code>
|
|
||||||
*/
|
|
||||||
public static final int TABLE_OF_CONTENTS_ITEM_VALUE = 11;
|
|
||||||
|
|
||||||
|
|
||||||
public final int getNumber() {
|
|
||||||
if (this == UNRECOGNIZED) {
|
|
||||||
throw new java.lang.IllegalArgumentException(
|
|
||||||
"Can't get the number of an unknown enum value.");
|
|
||||||
}
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param value The numeric wire value of the corresponding enum entry.
|
|
||||||
* @return The enum associated with the given numeric wire value.
|
|
||||||
* @deprecated Use {@link #forNumber(int)} instead.
|
|
||||||
*/
|
|
||||||
@java.lang.Deprecated
|
|
||||||
public static NodeType valueOf(int value) {
|
|
||||||
return forNumber(value);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param value The numeric wire value of the corresponding enum entry.
|
|
||||||
* @return The enum associated with the given numeric wire value.
|
|
||||||
*/
|
|
||||||
public static NodeType forNumber(int value) {
|
|
||||||
switch (value) {
|
|
||||||
case 0: return DOCUMENT;
|
|
||||||
case 1: return SECTION;
|
|
||||||
case 2: return SUPER_SECTION;
|
|
||||||
case 3: return HEADLINE;
|
|
||||||
case 4: return PARAGRAPH;
|
|
||||||
case 5: return TABLE;
|
|
||||||
case 6: return TABLE_CELL;
|
|
||||||
case 7: return IMAGE;
|
|
||||||
case 8: return HEADER;
|
|
||||||
case 9: return FOOTER;
|
|
||||||
case 10: return TABLE_OF_CONTENTS;
|
|
||||||
case 11: return TABLE_OF_CONTENTS_ITEM;
|
|
||||||
default: return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.google.protobuf.Internal.EnumLiteMap<NodeType>
|
|
||||||
internalGetValueMap() {
|
|
||||||
return internalValueMap;
|
|
||||||
}
|
|
||||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
|
||||||
NodeType> internalValueMap =
|
|
||||||
new com.google.protobuf.Internal.EnumLiteMap<NodeType>() {
|
|
||||||
public NodeType findValueByNumber(int number) {
|
|
||||||
return NodeType.forNumber(number);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
|
||||||
getValueDescriptor() {
|
|
||||||
if (this == UNRECOGNIZED) {
|
|
||||||
throw new java.lang.IllegalStateException(
|
|
||||||
"Can't get the descriptor of an unrecognized enum value.");
|
|
||||||
}
|
|
||||||
return getDescriptor().getValues().get(ordinal());
|
|
||||||
}
|
|
||||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
|
||||||
getDescriptorForType() {
|
|
||||||
return getDescriptor();
|
|
||||||
}
|
|
||||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.NodeTypeProto.getDescriptor().getEnumTypes().get(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final NodeType[] VALUES = values();
|
|
||||||
|
|
||||||
public static NodeType valueOf(
|
|
||||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
|
||||||
if (desc.getType() != getDescriptor()) {
|
|
||||||
throw new java.lang.IllegalArgumentException(
|
|
||||||
"EnumValueDescriptor is not for this type.");
|
|
||||||
}
|
|
||||||
if (desc.getIndex() == -1) {
|
|
||||||
return UNRECOGNIZED;
|
|
||||||
}
|
|
||||||
return VALUES[desc.getIndex()];
|
|
||||||
}
|
|
||||||
|
|
||||||
private final int value;
|
|
||||||
|
|
||||||
private NodeType(int value) {
|
|
||||||
this.value = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(enum_scope:NodeType)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return descriptor;
|
|
||||||
}
|
|
||||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
descriptor;
|
|
||||||
static {
|
|
||||||
java.lang.String[] descriptorData = {
|
|
||||||
"\n\016NodeType.proto*\306\001\n\010NodeType\022\014\n\010DOCUMEN" +
|
|
||||||
"T\020\000\022\013\n\007SECTION\020\001\022\021\n\rSUPER_SECTION\020\002\022\014\n\010H" +
|
|
||||||
"EADLINE\020\003\022\r\n\tPARAGRAPH\020\004\022\t\n\005TABLE\020\005\022\016\n\nT" +
|
|
||||||
"ABLE_CELL\020\006\022\t\n\005IMAGE\020\007\022\n\n\006HEADER\020\010\022\n\n\006FO" +
|
|
||||||
"OTER\020\t\022\025\n\021TABLE_OF_CONTENTS\020\n\022\032\n\026TABLE_O" +
|
|
||||||
"F_CONTENTS_ITEM\020\013B?\n.com.iqser.red.servi" +
|
|
||||||
"ce.redaction.v1.server.dataB\rNodeTypePro" +
|
|
||||||
"tob\006proto3"
|
|
||||||
};
|
|
||||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
.internalBuildGeneratedFileFrom(descriptorData,
|
|
||||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
||||||
});
|
|
||||||
descriptor.resolveAllFeaturesImmutable();
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(outer_class_scope)
|
|
||||||
}
|
|
||||||
@ -1,606 +0,0 @@
|
|||||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
// NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
// source: Range.proto
|
|
||||||
// Protobuf Java Version: 4.28.3
|
|
||||||
|
|
||||||
package com.iqser.red.service.redaction.v1.server.data;
|
|
||||||
|
|
||||||
public final class RangeProto {
|
|
||||||
private RangeProto() {}
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
RangeProto.class.getName());
|
|
||||||
}
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void registerAllExtensions(
|
|
||||||
com.google.protobuf.ExtensionRegistry registry) {
|
|
||||||
registerAllExtensions(
|
|
||||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
||||||
}
|
|
||||||
public interface RangeOrBuilder extends
|
|
||||||
// @@protoc_insertion_point(interface_extends:Range)
|
|
||||||
com.google.protobuf.MessageOrBuilder {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* A start index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 start = 1;</code>
|
|
||||||
* @return The start.
|
|
||||||
*/
|
|
||||||
int getStart();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* An end index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 end = 2;</code>
|
|
||||||
* @return The end.
|
|
||||||
*/
|
|
||||||
int getEnd();
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Protobuf type {@code Range}
|
|
||||||
*/
|
|
||||||
public static final class Range extends
|
|
||||||
com.google.protobuf.GeneratedMessage implements
|
|
||||||
// @@protoc_insertion_point(message_implements:Range)
|
|
||||||
RangeOrBuilder {
|
|
||||||
private static final long serialVersionUID = 0L;
|
|
||||||
static {
|
|
||||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
|
||||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
|
||||||
/* major= */ 4,
|
|
||||||
/* minor= */ 28,
|
|
||||||
/* patch= */ 3,
|
|
||||||
/* suffix= */ "",
|
|
||||||
Range.class.getName());
|
|
||||||
}
|
|
||||||
// Use Range.newBuilder() to construct.
|
|
||||||
private Range(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
|
||||||
super(builder);
|
|
||||||
}
|
|
||||||
private Range() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final com.google.protobuf.Descriptors.Descriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.RangeProto.internal_static_Range_descriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
||||||
internalGetFieldAccessorTable() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.RangeProto.internal_static_Range_fieldAccessorTable
|
|
||||||
.ensureFieldAccessorsInitialized(
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.class, com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.Builder.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final int START_FIELD_NUMBER = 1;
|
|
||||||
private int start_ = 0;
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* A start index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 start = 1;</code>
|
|
||||||
* @return The start.
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public int getStart() {
|
|
||||||
return start_;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final int END_FIELD_NUMBER = 2;
|
|
||||||
private int end_ = 0;
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* An end index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 end = 2;</code>
|
|
||||||
* @return The end.
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public int getEnd() {
|
|
||||||
return end_;
|
|
||||||
}
|
|
||||||
|
|
||||||
private byte memoizedIsInitialized = -1;
|
|
||||||
@java.lang.Override
|
|
||||||
public final boolean isInitialized() {
|
|
||||||
byte isInitialized = memoizedIsInitialized;
|
|
||||||
if (isInitialized == 1) return true;
|
|
||||||
if (isInitialized == 0) return false;
|
|
||||||
|
|
||||||
memoizedIsInitialized = 1;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
||||||
throws java.io.IOException {
|
|
||||||
if (start_ != 0) {
|
|
||||||
output.writeInt32(1, start_);
|
|
||||||
}
|
|
||||||
if (end_ != 0) {
|
|
||||||
output.writeInt32(2, end_);
|
|
||||||
}
|
|
||||||
getUnknownFields().writeTo(output);
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public int getSerializedSize() {
|
|
||||||
int size = memoizedSize;
|
|
||||||
if (size != -1) return size;
|
|
||||||
|
|
||||||
size = 0;
|
|
||||||
if (start_ != 0) {
|
|
||||||
size += com.google.protobuf.CodedOutputStream
|
|
||||||
.computeInt32Size(1, start_);
|
|
||||||
}
|
|
||||||
if (end_ != 0) {
|
|
||||||
size += com.google.protobuf.CodedOutputStream
|
|
||||||
.computeInt32Size(2, end_);
|
|
||||||
}
|
|
||||||
size += getUnknownFields().getSerializedSize();
|
|
||||||
memoizedSize = size;
|
|
||||||
return size;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public boolean equals(final java.lang.Object obj) {
|
|
||||||
if (obj == this) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (!(obj instanceof com.iqser.red.service.redaction.v1.server.data.RangeProto.Range)) {
|
|
||||||
return super.equals(obj);
|
|
||||||
}
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.RangeProto.Range other = (com.iqser.red.service.redaction.v1.server.data.RangeProto.Range) obj;
|
|
||||||
|
|
||||||
if (getStart()
|
|
||||||
!= other.getStart()) return false;
|
|
||||||
if (getEnd()
|
|
||||||
!= other.getEnd()) return false;
|
|
||||||
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public int hashCode() {
|
|
||||||
if (memoizedHashCode != 0) {
|
|
||||||
return memoizedHashCode;
|
|
||||||
}
|
|
||||||
int hash = 41;
|
|
||||||
hash = (19 * hash) + getDescriptor().hashCode();
|
|
||||||
hash = (37 * hash) + START_FIELD_NUMBER;
|
|
||||||
hash = (53 * hash) + getStart();
|
|
||||||
hash = (37 * hash) + END_FIELD_NUMBER;
|
|
||||||
hash = (53 * hash) + getEnd();
|
|
||||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
||||||
memoizedHashCode = hash;
|
|
||||||
return hash;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
java.nio.ByteBuffer data)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
java.nio.ByteBuffer data,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
com.google.protobuf.ByteString data)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
com.google.protobuf.ByteString data,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(byte[] data)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
byte[] data,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
return PARSER.parseFrom(data, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(java.io.InputStream input)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
java.io.InputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseDelimitedFrom(java.io.InputStream input)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseDelimitedWithIOException(PARSER, input);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseDelimitedFrom(
|
|
||||||
java.io.InputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input);
|
|
||||||
}
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range parseFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
return com.google.protobuf.GeneratedMessage
|
|
||||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
|
||||||
public static Builder newBuilder() {
|
|
||||||
return DEFAULT_INSTANCE.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(com.iqser.red.service.redaction.v1.server.data.RangeProto.Range prototype) {
|
|
||||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
||||||
}
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == DEFAULT_INSTANCE
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
protected Builder newBuilderForType(
|
|
||||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
|
||||||
Builder builder = new Builder(parent);
|
|
||||||
return builder;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Protobuf type {@code Range}
|
|
||||||
*/
|
|
||||||
public static final class Builder extends
|
|
||||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
|
||||||
// @@protoc_insertion_point(builder_implements:Range)
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.RangeProto.RangeOrBuilder {
|
|
||||||
public static final com.google.protobuf.Descriptors.Descriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.RangeProto.internal_static_Range_descriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
||||||
internalGetFieldAccessorTable() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.RangeProto.internal_static_Range_fieldAccessorTable
|
|
||||||
.ensureFieldAccessorsInitialized(
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.class, com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.Builder.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Construct using com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.newBuilder()
|
|
||||||
private Builder() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private Builder(
|
|
||||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
|
||||||
super(parent);
|
|
||||||
|
|
||||||
}
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder clear() {
|
|
||||||
super.clear();
|
|
||||||
bitField0_ = 0;
|
|
||||||
start_ = 0;
|
|
||||||
end_ = 0;
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.google.protobuf.Descriptors.Descriptor
|
|
||||||
getDescriptorForType() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.RangeProto.internal_static_Range_descriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.RangeProto.Range getDefaultInstanceForType() {
|
|
||||||
return com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.getDefaultInstance();
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.RangeProto.Range build() {
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.RangeProto.Range result = buildPartial();
|
|
||||||
if (!result.isInitialized()) {
|
|
||||||
throw newUninitializedMessageException(result);
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.RangeProto.Range buildPartial() {
|
|
||||||
com.iqser.red.service.redaction.v1.server.data.RangeProto.Range result = new com.iqser.red.service.redaction.v1.server.data.RangeProto.Range(this);
|
|
||||||
if (bitField0_ != 0) { buildPartial0(result); }
|
|
||||||
onBuilt();
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void buildPartial0(com.iqser.red.service.redaction.v1.server.data.RangeProto.Range result) {
|
|
||||||
int from_bitField0_ = bitField0_;
|
|
||||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
|
||||||
result.start_ = start_;
|
|
||||||
}
|
|
||||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
|
||||||
result.end_ = end_;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
||||||
if (other instanceof com.iqser.red.service.redaction.v1.server.data.RangeProto.Range) {
|
|
||||||
return mergeFrom((com.iqser.red.service.redaction.v1.server.data.RangeProto.Range)other);
|
|
||||||
} else {
|
|
||||||
super.mergeFrom(other);
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public Builder mergeFrom(com.iqser.red.service.redaction.v1.server.data.RangeProto.Range other) {
|
|
||||||
if (other == com.iqser.red.service.redaction.v1.server.data.RangeProto.Range.getDefaultInstance()) return this;
|
|
||||||
if (other.getStart() != 0) {
|
|
||||||
setStart(other.getStart());
|
|
||||||
}
|
|
||||||
if (other.getEnd() != 0) {
|
|
||||||
setEnd(other.getEnd());
|
|
||||||
}
|
|
||||||
this.mergeUnknownFields(other.getUnknownFields());
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public final boolean isInitialized() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public Builder mergeFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws java.io.IOException {
|
|
||||||
if (extensionRegistry == null) {
|
|
||||||
throw new java.lang.NullPointerException();
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
boolean done = false;
|
|
||||||
while (!done) {
|
|
||||||
int tag = input.readTag();
|
|
||||||
switch (tag) {
|
|
||||||
case 0:
|
|
||||||
done = true;
|
|
||||||
break;
|
|
||||||
case 8: {
|
|
||||||
start_ = input.readInt32();
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
break;
|
|
||||||
} // case 8
|
|
||||||
case 16: {
|
|
||||||
end_ = input.readInt32();
|
|
||||||
bitField0_ |= 0x00000002;
|
|
||||||
break;
|
|
||||||
} // case 16
|
|
||||||
default: {
|
|
||||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
||||||
done = true; // was an endgroup tag
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
} // default:
|
|
||||||
} // switch (tag)
|
|
||||||
} // while (!done)
|
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
||||||
throw e.unwrapIOException();
|
|
||||||
} finally {
|
|
||||||
onChanged();
|
|
||||||
} // finally
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
private int bitField0_;
|
|
||||||
|
|
||||||
private int start_ ;
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* A start index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 start = 1;</code>
|
|
||||||
* @return The start.
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public int getStart() {
|
|
||||||
return start_;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* A start index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 start = 1;</code>
|
|
||||||
* @param value The start to set.
|
|
||||||
* @return This builder for chaining.
|
|
||||||
*/
|
|
||||||
public Builder setStart(int value) {
|
|
||||||
|
|
||||||
start_ = value;
|
|
||||||
bitField0_ |= 0x00000001;
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* A start index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 start = 1;</code>
|
|
||||||
* @return This builder for chaining.
|
|
||||||
*/
|
|
||||||
public Builder clearStart() {
|
|
||||||
bitField0_ = (bitField0_ & ~0x00000001);
|
|
||||||
start_ = 0;
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
private int end_ ;
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* An end index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 end = 2;</code>
|
|
||||||
* @return The end.
|
|
||||||
*/
|
|
||||||
@java.lang.Override
|
|
||||||
public int getEnd() {
|
|
||||||
return end_;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* An end index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 end = 2;</code>
|
|
||||||
* @param value The end to set.
|
|
||||||
* @return This builder for chaining.
|
|
||||||
*/
|
|
||||||
public Builder setEnd(int value) {
|
|
||||||
|
|
||||||
end_ = value;
|
|
||||||
bitField0_ |= 0x00000002;
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* <pre>
|
|
||||||
* An end index.
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
* <code>int32 end = 2;</code>
|
|
||||||
* @return This builder for chaining.
|
|
||||||
*/
|
|
||||||
public Builder clearEnd() {
|
|
||||||
bitField0_ = (bitField0_ & ~0x00000002);
|
|
||||||
end_ = 0;
|
|
||||||
onChanged();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(builder_scope:Range)
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:Range)
|
|
||||||
private static final com.iqser.red.service.redaction.v1.server.data.RangeProto.Range DEFAULT_INSTANCE;
|
|
||||||
static {
|
|
||||||
DEFAULT_INSTANCE = new com.iqser.red.service.redaction.v1.server.data.RangeProto.Range();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static com.iqser.red.service.redaction.v1.server.data.RangeProto.Range getDefaultInstance() {
|
|
||||||
return DEFAULT_INSTANCE;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final com.google.protobuf.Parser<Range>
|
|
||||||
PARSER = new com.google.protobuf.AbstractParser<Range>() {
|
|
||||||
@java.lang.Override
|
|
||||||
public Range parsePartialFrom(
|
|
||||||
com.google.protobuf.CodedInputStream input,
|
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
||||||
Builder builder = newBuilder();
|
|
||||||
try {
|
|
||||||
builder.mergeFrom(input, extensionRegistry);
|
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
||||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
|
||||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
|
||||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
|
||||||
} catch (java.io.IOException e) {
|
|
||||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
|
||||||
.setUnfinishedMessage(builder.buildPartial());
|
|
||||||
}
|
|
||||||
return builder.buildPartial();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
public static com.google.protobuf.Parser<Range> parser() {
|
|
||||||
return PARSER;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.google.protobuf.Parser<Range> getParserForType() {
|
|
||||||
return PARSER;
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.Override
|
|
||||||
public com.iqser.red.service.redaction.v1.server.data.RangeProto.Range getDefaultInstanceForType() {
|
|
||||||
return DEFAULT_INSTANCE;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final com.google.protobuf.Descriptors.Descriptor
|
|
||||||
internal_static_Range_descriptor;
|
|
||||||
private static final
|
|
||||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
||||||
internal_static_Range_fieldAccessorTable;
|
|
||||||
|
|
||||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
getDescriptor() {
|
|
||||||
return descriptor;
|
|
||||||
}
|
|
||||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
descriptor;
|
|
||||||
static {
|
|
||||||
java.lang.String[] descriptorData = {
|
|
||||||
"\n\013Range.proto\"#\n\005Range\022\r\n\005start\030\001 \001(\005\022\013\n" +
|
|
||||||
"\003end\030\002 \001(\005B<\n.com.iqser.red.service.reda" +
|
|
||||||
"ction.v1.server.dataB\nRangeProtob\006proto3"
|
|
||||||
};
|
|
||||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
||||||
.internalBuildGeneratedFileFrom(descriptorData,
|
|
||||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
||||||
});
|
|
||||||
internal_static_Range_descriptor =
|
|
||||||
getDescriptor().getMessageTypes().get(0);
|
|
||||||
internal_static_Range_fieldAccessorTable = new
|
|
||||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
||||||
internal_static_Range_descriptor,
|
|
||||||
new java.lang.String[] { "Start", "End", });
|
|
||||||
descriptor.resolveAllFeaturesImmutable();
|
|
||||||
}
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(outer_class_scope)
|
|
||||||
}
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data.old;
|
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Builder;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@Data
|
|
||||||
@Builder
|
|
||||||
@NoArgsConstructor
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
public class DocumentPage implements Serializable {
|
|
||||||
|
|
||||||
int number;
|
|
||||||
int height;
|
|
||||||
int width;
|
|
||||||
int rotation;
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data.old;
|
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Builder;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@Data
|
|
||||||
@Builder
|
|
||||||
@NoArgsConstructor
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
public class DocumentPositionData implements Serializable {
|
|
||||||
|
|
||||||
Long id;
|
|
||||||
int[] stringIdxToPositionIdx;
|
|
||||||
float[][] positions;
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,158 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data.old;
|
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
|
||||||
import java.io.Serializable;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Builder;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@Data
|
|
||||||
@Builder
|
|
||||||
@NoArgsConstructor
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
public class DocumentStructure implements Serializable {
|
|
||||||
|
|
||||||
EntryData root;
|
|
||||||
|
|
||||||
public static class TableProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String NUMBER_OF_ROWS = "numberOfRows";
|
|
||||||
public static final String NUMBER_OF_COLS = "numberOfCols";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class ImageProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String TRANSPARENT = "transparent";
|
|
||||||
public static final String IMAGE_TYPE = "imageType";
|
|
||||||
public static final String POSITION = "position";
|
|
||||||
public static final String ID = "id";
|
|
||||||
|
|
||||||
public static final String REPRESENTATION_HASH = "representationHash";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class TableCellProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String B_BOX = "bBox";
|
|
||||||
public static final String ROW = "row";
|
|
||||||
public static final String COL = "col";
|
|
||||||
public static final String HEADER = "header";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class DuplicateParagraphProperties implements Serializable {
|
|
||||||
|
|
||||||
public static final String UNSORTED_TEXTBLOCK_ID = "utbid";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final String RECTANGLE_DELIMITER = ";";
|
|
||||||
|
|
||||||
|
|
||||||
public static Rectangle2D parseRectangle2D(String bBox) {
|
|
||||||
|
|
||||||
List<Float> floats = Arrays.stream(bBox.split(RECTANGLE_DELIMITER))
|
|
||||||
.map(Float::parseFloat)
|
|
||||||
.toList();
|
|
||||||
return new Rectangle2D.Float(floats.get(0), floats.get(1), floats.get(2), floats.get(3));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static double[] parseRepresentationVector(String representationHash) {
|
|
||||||
|
|
||||||
String[] stringArray = representationHash.split("[,\\s]+");
|
|
||||||
double[] doubleArray = new double[stringArray.length];
|
|
||||||
for (int i = 0; i < stringArray.length; i++) {
|
|
||||||
doubleArray[i] = Double.parseDouble(stringArray[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
return doubleArray;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public EntryData get(List<Integer> tocId) {
|
|
||||||
|
|
||||||
if (tocId.isEmpty()) {
|
|
||||||
return root;
|
|
||||||
}
|
|
||||||
EntryData entry = root.children.get(tocId.get(0));
|
|
||||||
for (int id : tocId.subList(1, tocId.size())) {
|
|
||||||
entry = entry.children.get(id);
|
|
||||||
}
|
|
||||||
return entry;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Stream<EntryData> streamAllEntries() {
|
|
||||||
|
|
||||||
return Stream.concat(Stream.of(root), root.children.stream())
|
|
||||||
.flatMap(DocumentStructure::flatten);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
return String.join("\n",
|
|
||||||
streamAllEntries().map(EntryData::toString)
|
|
||||||
.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static Stream<EntryData> flatten(EntryData entry) {
|
|
||||||
|
|
||||||
return Stream.concat(Stream.of(entry),
|
|
||||||
entry.children.stream()
|
|
||||||
.flatMap(DocumentStructure::flatten));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Builder
|
|
||||||
@NoArgsConstructor
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
public static class EntryData implements Serializable {
|
|
||||||
|
|
||||||
NodeType type;
|
|
||||||
int[] treeId;
|
|
||||||
Long[] atomicBlockIds;
|
|
||||||
Long[] pageNumbers;
|
|
||||||
Map<String, String> properties;
|
|
||||||
List<EntryData> children;
|
|
||||||
Set<LayoutEngine> engines;
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
StringBuilder sb = new StringBuilder();
|
|
||||||
sb.append("[");
|
|
||||||
for (int i : treeId) {
|
|
||||||
sb.append(i);
|
|
||||||
sb.append(",");
|
|
||||||
}
|
|
||||||
sb.delete(sb.length() - 1, sb.length());
|
|
||||||
sb.append("]: ");
|
|
||||||
|
|
||||||
sb.append(type);
|
|
||||||
sb.append(" atbs = ");
|
|
||||||
sb.append(atomicBlockIds.length);
|
|
||||||
|
|
||||||
return sb.toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data.old;
|
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Builder;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@Data
|
|
||||||
@Builder
|
|
||||||
@NoArgsConstructor
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
public class DocumentTextData implements Serializable {
|
|
||||||
|
|
||||||
Long id;
|
|
||||||
Long page;
|
|
||||||
String searchText;
|
|
||||||
int numberOnPage;
|
|
||||||
int start;
|
|
||||||
int end;
|
|
||||||
int[] lineBreaks;
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data.old;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public enum LayoutEngine {
|
|
||||||
ALGORITHM,
|
|
||||||
AI,
|
|
||||||
OUTLINE
|
|
||||||
}
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data.old;
|
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
import java.util.Locale;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public enum NodeType implements Serializable {
|
|
||||||
DOCUMENT,
|
|
||||||
SECTION,
|
|
||||||
SUPER_SECTION,
|
|
||||||
HEADLINE,
|
|
||||||
PARAGRAPH,
|
|
||||||
TABLE,
|
|
||||||
TABLE_CELL,
|
|
||||||
IMAGE,
|
|
||||||
HEADER,
|
|
||||||
FOOTER;
|
|
||||||
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
return this.name().charAt(0) + this.name().substring(1).toLowerCase(Locale.ROOT);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,199 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.mapper;
|
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Comparator;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Set;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPageProto.AllDocumentPages;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPageProto.DocumentPage;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPositionDataProto.AllDocumentPositionData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPositionDataProto.DocumentPositionData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPositionDataProto.DocumentPositionData.Position;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentStructureWrapper;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentTextDataProto.AllDocumentTextData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentTextDataProto.DocumentTextData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.EntryDataProto.EntryData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.LayoutEngineProto;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.NodeTypeProto;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.RangeProto;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Document;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.DuplicatedParagraph;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Image;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.NodeType;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Table;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableCell;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.AtomicTextBlock;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
|
||||||
|
|
||||||
import lombok.experimental.UtilityClass;
|
|
||||||
|
|
||||||
@UtilityClass
|
|
||||||
public class DocumentDataMapper {
|
|
||||||
|
|
||||||
public DocumentData toDocumentData(Document document) {
|
|
||||||
|
|
||||||
List<DocumentTextData> documentTextData = document.streamTerminalTextBlocksInOrder()
|
|
||||||
.flatMap(textBlock -> textBlock.getAtomicTextBlocks()
|
|
||||||
.stream())
|
|
||||||
.distinct()
|
|
||||||
.map(DocumentDataMapper::toAtomicTextBlockData)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
AllDocumentTextData allDocumentTextData = AllDocumentTextData.newBuilder().addAllDocumentTextData(documentTextData).build();
|
|
||||||
|
|
||||||
List<DocumentPositionData> atomicPositionBlockData = document.streamTerminalTextBlocksInOrder()
|
|
||||||
.flatMap(textBlock -> textBlock.getAtomicTextBlocks()
|
|
||||||
.stream())
|
|
||||||
.distinct()
|
|
||||||
.map(DocumentDataMapper::toAtomicPositionBlockData)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
AllDocumentPositionData allDocumentPositionData = AllDocumentPositionData.newBuilder().addAllDocumentPositionData(atomicPositionBlockData).build();
|
|
||||||
|
|
||||||
List<DocumentPage> documentPageData = document.getPages()
|
|
||||||
.stream()
|
|
||||||
.sorted(Comparator.comparingInt(Page::getNumber))
|
|
||||||
.map(DocumentDataMapper::toPageData)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
AllDocumentPages allDocumentPages = AllDocumentPages.newBuilder().addAllDocumentPages(documentPageData).build();
|
|
||||||
DocumentStructureWrapper tableOfContentsData = toDocumentTreeData(document.getDocumentTree());
|
|
||||||
return DocumentData.builder()
|
|
||||||
.documentTextData(allDocumentTextData)
|
|
||||||
.documentPositionData(allDocumentPositionData)
|
|
||||||
.documentPages(allDocumentPages)
|
|
||||||
.documentStructureWrapper(tableOfContentsData)
|
|
||||||
.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private DocumentStructureWrapper toDocumentTreeData(DocumentTree documentTree) {
|
|
||||||
|
|
||||||
return new DocumentStructureWrapper(DocumentStructure.newBuilder().setRoot(toEntryData(documentTree.getRoot())).build());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private EntryData toEntryData(DocumentTree.Entry entry) {
|
|
||||||
|
|
||||||
List<Long> atomicTextBlocks;
|
|
||||||
|
|
||||||
if (entry.getNode().isLeaf()) {
|
|
||||||
atomicTextBlocks = toAtomicTextBlockIds(entry.getNode().getLeafTextBlock());
|
|
||||||
} else {
|
|
||||||
atomicTextBlocks = new ArrayList<>();
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, String> properties = switch (entry.getType()) {
|
|
||||||
case TABLE -> PropertiesMapper.buildTableProperties((Table) entry.getNode());
|
|
||||||
case TABLE_CELL -> PropertiesMapper.buildTableCellProperties((TableCell) entry.getNode());
|
|
||||||
case IMAGE -> PropertiesMapper.buildImageProperties((Image) entry.getNode());
|
|
||||||
case PARAGRAPH ->
|
|
||||||
entry.getNode() instanceof DuplicatedParagraph duplicatedParagraph ? PropertiesMapper.buildDuplicateParagraphProperties(duplicatedParagraph) : new HashMap<>();
|
|
||||||
default -> new HashMap<>();
|
|
||||||
};
|
|
||||||
|
|
||||||
var documentBuilder = EntryData.newBuilder()
|
|
||||||
.addAllTreeId(entry.getTreeId())
|
|
||||||
.addAllChildren(entry.getChildren()
|
|
||||||
.stream()
|
|
||||||
.map(DocumentDataMapper::toEntryData)
|
|
||||||
.toList())
|
|
||||||
.setType(resolveType(entry.getType()))
|
|
||||||
.addAllAtomicBlockIds(atomicTextBlocks)
|
|
||||||
.addAllPageNumbers(entry.getNode().getPages()
|
|
||||||
.stream()
|
|
||||||
.map(Page::getNumber)
|
|
||||||
.map(Integer::longValue)
|
|
||||||
.toList())
|
|
||||||
.putAllProperties(properties);
|
|
||||||
|
|
||||||
if (entry.getNode() != null) {
|
|
||||||
documentBuilder.addAllEngines(entry.getNode().getEngines()
|
|
||||||
.stream()
|
|
||||||
.map(engine -> LayoutEngineProto.LayoutEngine.valueOf(engine.name()))
|
|
||||||
.toList());
|
|
||||||
} else {
|
|
||||||
documentBuilder.addAllEngines(new HashSet<>(Set.of(LayoutEngineProto.LayoutEngine.ALGORITHM)));
|
|
||||||
}
|
|
||||||
return documentBuilder.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static NodeTypeProto.NodeType resolveType(NodeType type) {
|
|
||||||
|
|
||||||
return NodeTypeProto.NodeType.valueOf(type.name());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private List<Long> toAtomicTextBlockIds(TextBlock textBlock) {
|
|
||||||
|
|
||||||
return textBlock.getAtomicTextBlocks()
|
|
||||||
.stream()
|
|
||||||
.map(AtomicTextBlock::getId)
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private DocumentPage toPageData(Page p) {
|
|
||||||
|
|
||||||
return DocumentPage.newBuilder().setRotation(p.getRotation()).setHeight(p.getHeight()).setWidth(p.getWidth()).setNumber(p.getNumber()).build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private DocumentTextData toAtomicTextBlockData(AtomicTextBlock atomicTextBlock) {
|
|
||||||
|
|
||||||
return DocumentTextData.newBuilder()
|
|
||||||
.setId(atomicTextBlock.getId())
|
|
||||||
.setPage(atomicTextBlock.getPage().getNumber().longValue())
|
|
||||||
.setSearchText(atomicTextBlock.getSearchText())
|
|
||||||
.setNumberOnPage(atomicTextBlock.getNumberOnPage())
|
|
||||||
.setStart(atomicTextBlock.getTextRange().start())
|
|
||||||
.setEnd(atomicTextBlock.getTextRange().end())
|
|
||||||
.addAllLineBreaks(atomicTextBlock.getLineBreaks())
|
|
||||||
.addAllItalicTextRanges(atomicTextBlock.getItalicTextRanges()
|
|
||||||
.stream()
|
|
||||||
.map(r -> RangeProto.Range.newBuilder().setStart(r.start()).setEnd(r.end()).build())
|
|
||||||
.toList())
|
|
||||||
.addAllBoldTextRanges(atomicTextBlock.getBoldTextRanges()
|
|
||||||
.stream()
|
|
||||||
.map(r -> RangeProto.Range.newBuilder().setStart(r.start()).setEnd(r.end()).build())
|
|
||||||
.toList())
|
|
||||||
.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private DocumentPositionData toAtomicPositionBlockData(AtomicTextBlock atomicTextBlock) {
|
|
||||||
|
|
||||||
return DocumentPositionData.newBuilder()
|
|
||||||
.setId(atomicTextBlock.getId())
|
|
||||||
.addAllPositions(toPositions(atomicTextBlock.getPositions()))
|
|
||||||
.addAllStringIdxToPositionIdx(atomicTextBlock.getStringIdxToPositionIdx())
|
|
||||||
.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static List<Position> toPositions(List<Rectangle2D> rects) {
|
|
||||||
|
|
||||||
List<Position> positions = new ArrayList<>();
|
|
||||||
for (Rectangle2D rect : rects) {
|
|
||||||
positions.add(toPosition(rect));
|
|
||||||
}
|
|
||||||
return positions;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static Position toPosition(Rectangle2D rect) {
|
|
||||||
|
|
||||||
return Position.newBuilder().addValue((float) rect.getMinX()).addValue((float) rect.getMinY()).addValue((float) rect.getWidth()).addValue((float) rect.getHeight()).build();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,152 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.mapper;
|
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentStructureWrapper;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.DuplicatedParagraph;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Image;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.ImageType;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Table;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableCell;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.AtomicTextBlock;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
|
||||||
|
|
||||||
import lombok.experimental.UtilityClass;
|
|
||||||
|
|
||||||
@UtilityClass
|
|
||||||
public class PropertiesMapper {
|
|
||||||
|
|
||||||
public static Map<String, String> buildImageProperties(Image image) {
|
|
||||||
|
|
||||||
Map<String, String> properties = new HashMap<>();
|
|
||||||
properties.put(DocumentStructureWrapper.ImageProperties.IMAGE_TYPE, image.getImageType().name());
|
|
||||||
properties.put(DocumentStructureWrapper.ImageProperties.TRANSPARENT, String.valueOf(image.isTransparent()));
|
|
||||||
properties.put(DocumentStructureWrapper.ImageProperties.POSITION, toString(image.getPosition()));
|
|
||||||
properties.put(DocumentStructureWrapper.ImageProperties.ID, image.getId());
|
|
||||||
properties.put(DocumentStructureWrapper.ImageProperties.REPRESENTATION_HASH, image.getRepresentationHash());
|
|
||||||
return properties;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static Map<String, String> buildTableCellProperties(TableCell tableCell) {
|
|
||||||
|
|
||||||
Map<String, String> properties = new HashMap<>();
|
|
||||||
properties.put(DocumentStructureWrapper.TableCellProperties.ROW, String.valueOf(tableCell.getRow()));
|
|
||||||
properties.put(DocumentStructureWrapper.TableCellProperties.COL, String.valueOf(tableCell.getCol()));
|
|
||||||
properties.put(DocumentStructureWrapper.TableCellProperties.HEADER, String.valueOf(tableCell.isHeader()));
|
|
||||||
|
|
||||||
if (tableCell.getPages().size() > 1 || tableCell.getBBox().keySet().size() > 1) {
|
|
||||||
throw new IllegalArgumentException("TableCell can only occur on a single page!");
|
|
||||||
}
|
|
||||||
String bBoxString = toString(tableCell.getBBox()
|
|
||||||
.get(tableCell.getPages()
|
|
||||||
.stream()
|
|
||||||
.findFirst()
|
|
||||||
.get()));
|
|
||||||
properties.put(DocumentStructureWrapper.TableCellProperties.B_BOX, bBoxString);
|
|
||||||
|
|
||||||
return properties;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static Map<String, String> buildTableProperties(Table table) {
|
|
||||||
|
|
||||||
Map<String, String> properties = new HashMap<>();
|
|
||||||
properties.put(DocumentStructureWrapper.TableProperties.NUMBER_OF_ROWS, String.valueOf(table.getNumberOfRows()));
|
|
||||||
properties.put(DocumentStructureWrapper.TableProperties.NUMBER_OF_COLS, String.valueOf(table.getNumberOfCols()));
|
|
||||||
return properties;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static void parseImageProperties(Map<String, String> properties, Image.ImageBuilder<?, ?> builder) {
|
|
||||||
|
|
||||||
builder.imageType(parseImageType(properties.get(DocumentStructureWrapper.ImageProperties.IMAGE_TYPE)));
|
|
||||||
builder.transparent(Boolean.parseBoolean(properties.get(DocumentStructureWrapper.ImageProperties.TRANSPARENT)));
|
|
||||||
builder.position(DocumentStructureWrapper.parseRectangle2D(properties.get(DocumentStructureWrapper.ImageProperties.POSITION)));
|
|
||||||
builder.id(properties.get(DocumentStructureWrapper.ImageProperties.ID));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static void parseTableCellProperties(Map<String, String> properties, TableCell.TableCellBuilder<?, ?> builder) {
|
|
||||||
|
|
||||||
builder.row(Integer.parseInt(properties.get(DocumentStructureWrapper.TableCellProperties.ROW)));
|
|
||||||
builder.col(Integer.parseInt(properties.get(DocumentStructureWrapper.TableCellProperties.COL)));
|
|
||||||
builder.header(Boolean.parseBoolean(properties.get(DocumentStructureWrapper.TableCellProperties.HEADER)));
|
|
||||||
builder.bBox(DocumentStructureWrapper.parseRectangle2D(properties.get(DocumentStructureWrapper.TableCellProperties.B_BOX)));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static void parseTableProperties(Map<String, String> properties, Table.TableBuilder builder) {
|
|
||||||
|
|
||||||
builder.numberOfRows(Integer.parseInt(properties.get(DocumentStructureWrapper.TableProperties.NUMBER_OF_ROWS)));
|
|
||||||
builder.numberOfCols(Integer.parseInt(properties.get(DocumentStructureWrapper.TableProperties.NUMBER_OF_COLS)));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static Map<String, String> buildDuplicateParagraphProperties(DuplicatedParagraph duplicatedParagraph) {
|
|
||||||
|
|
||||||
Map<String, String> properties = new HashMap<>();
|
|
||||||
properties.put(DocumentStructureWrapper.DuplicateParagraphProperties.UNSORTED_TEXTBLOCK_ID,
|
|
||||||
Arrays.toString(toAtomicTextBlockIds(duplicatedParagraph.getUnsortedLeafTextBlock())));
|
|
||||||
return properties;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static boolean isDuplicateParagraph(Map<String, String> properties) {
|
|
||||||
|
|
||||||
return properties.containsKey(DocumentStructureWrapper.DuplicateParagraphProperties.UNSORTED_TEXTBLOCK_ID);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static List<Long> getUnsortedTextblockIds(Map<String, String> properties) {
|
|
||||||
|
|
||||||
return toLongList(properties.get(DocumentStructureWrapper.DuplicateParagraphProperties.UNSORTED_TEXTBLOCK_ID));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static List<Long> toLongList(String ids) {
|
|
||||||
|
|
||||||
return Arrays.stream(ids.substring(1, ids.length() - 1).trim().split(","))
|
|
||||||
.map(Long::valueOf)
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static ImageType parseImageType(String imageType) {
|
|
||||||
|
|
||||||
try {
|
|
||||||
return ImageType.valueOf(imageType.toUpperCase(Locale.ROOT));
|
|
||||||
} catch (IllegalArgumentException e) {
|
|
||||||
return ImageType.OTHER;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static String toString(Rectangle2D rectangle2D) {
|
|
||||||
|
|
||||||
return String.format(Locale.US,
|
|
||||||
"%f%s%f%s%f%s%f",
|
|
||||||
rectangle2D.getX(),
|
|
||||||
DocumentStructureWrapper.RECTANGLE_DELIMITER,
|
|
||||||
rectangle2D.getY(),
|
|
||||||
DocumentStructureWrapper.RECTANGLE_DELIMITER,
|
|
||||||
rectangle2D.getWidth(),
|
|
||||||
DocumentStructureWrapper.RECTANGLE_DELIMITER,
|
|
||||||
rectangle2D.getHeight());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static Long[] toAtomicTextBlockIds(TextBlock textBlock) {
|
|
||||||
|
|
||||||
return textBlock.getAtomicTextBlocks()
|
|
||||||
.stream()
|
|
||||||
.map(AtomicTextBlock::getId)
|
|
||||||
.toArray(Long[]::new);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,116 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Document;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Footer;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Header;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Headline;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Image;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Paragraph;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Section;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SemanticNode;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SuperSection;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Table;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableCell;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableOfContents;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableOfContentsItem;
|
|
||||||
|
|
||||||
public abstract class AbstractNodeVisitor implements NodeVisitor {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Document document) {
|
|
||||||
|
|
||||||
defaultVisit(document);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(SuperSection superSection) {
|
|
||||||
|
|
||||||
defaultVisit(superSection);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Section section) {
|
|
||||||
|
|
||||||
defaultVisit(section);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Headline headline) {
|
|
||||||
|
|
||||||
defaultVisit(headline);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Paragraph paragraph) {
|
|
||||||
|
|
||||||
defaultVisit(paragraph);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Footer footer) {
|
|
||||||
|
|
||||||
defaultVisit(footer);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Header header) {
|
|
||||||
|
|
||||||
defaultVisit(header);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Image image) {
|
|
||||||
|
|
||||||
defaultVisit(image);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(Table table) {
|
|
||||||
|
|
||||||
defaultVisit(table);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(TableCell tableCell) {
|
|
||||||
|
|
||||||
defaultVisit(tableCell);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(TableOfContents toc) {
|
|
||||||
|
|
||||||
defaultVisit(toc);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visit(TableOfContentsItem toci) {
|
|
||||||
|
|
||||||
defaultVisit(toci);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void visitNodeDefault(SemanticNode node) {
|
|
||||||
// By default, it does nothing
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
protected void defaultVisit(SemanticNode semanticNode) {
|
|
||||||
|
|
||||||
visitNodeDefault(semanticNode);
|
|
||||||
semanticNode.streamChildren()
|
|
||||||
.forEach(node -> node.accept(this));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,32 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document;
|
|
||||||
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Set;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SemanticNode;
|
|
||||||
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
public class IntersectingNodeVisitor extends AbstractNodeVisitor {
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
private Set<SemanticNode> intersectingNodes;
|
|
||||||
private final TextRange textRange;
|
|
||||||
|
|
||||||
|
|
||||||
public IntersectingNodeVisitor(TextRange textRange) {
|
|
||||||
|
|
||||||
this.textRange = textRange;
|
|
||||||
this.intersectingNodes = new HashSet<>();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void visitNodeDefault(SemanticNode node) {
|
|
||||||
|
|
||||||
if (textRange.intersects(node.getTextRange())) {
|
|
||||||
intersectingNodes.add(node);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,53 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Document;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Footer;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Header;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Headline;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Image;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Paragraph;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Section;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SuperSection;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Table;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableCell;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableOfContents;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableOfContentsItem;
|
|
||||||
|
|
||||||
public interface NodeVisitor {
|
|
||||||
|
|
||||||
void visit(Document document);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(SuperSection superSection);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Section section);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Headline headline);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Paragraph paragraph);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Footer footer);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Header header);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Image image);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(Table table);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(TableCell tableCell);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(TableOfContents tableOfContents);
|
|
||||||
|
|
||||||
|
|
||||||
void visit(TableOfContentsItem tableOfContentsItem);
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
|
||||||
|
|
||||||
import lombok.Getter;
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
public abstract class AbstractRelation implements Relation {
|
|
||||||
|
|
||||||
protected final TextEntity a;
|
|
||||||
protected final TextEntity b;
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
return this.getClass().getSimpleName() + "{" + "a=" + a + ", b=" + b + '}';
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
|
||||||
|
|
||||||
public class Containment extends Intersection {
|
|
||||||
|
|
||||||
public Containment(TextEntity container, TextEntity contained) {
|
|
||||||
|
|
||||||
super(container, contained);
|
|
||||||
}
|
|
||||||
|
|
||||||
public TextEntity getContainer() {
|
|
||||||
return a;
|
|
||||||
}
|
|
||||||
|
|
||||||
public TextEntity getContained() {
|
|
||||||
return b;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
|
||||||
|
|
||||||
public interface EntityEventListener {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Invoked when an entity is inserted.
|
|
||||||
*
|
|
||||||
* @param entity The entity that was inserted.
|
|
||||||
*/
|
|
||||||
void onEntityInserted(IEntity entity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Invoked when an entity is updated.
|
|
||||||
*
|
|
||||||
* @param entity The entity that was updated.
|
|
||||||
*/
|
|
||||||
void onEntityUpdated(IEntity entity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Invoked when an entity is removed.
|
|
||||||
*
|
|
||||||
* @param entity The entity that was removed.
|
|
||||||
*/
|
|
||||||
void onEntityRemoved(IEntity entity);
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
|
||||||
|
|
||||||
public class Equality extends Containment {
|
|
||||||
|
|
||||||
public Equality(TextEntity a, TextEntity b) {
|
|
||||||
|
|
||||||
super(a, b);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
|
||||||
|
|
||||||
public class Intersection extends AbstractRelation {
|
|
||||||
|
|
||||||
public Intersection(TextEntity a, TextEntity b) {
|
|
||||||
|
|
||||||
super(a, b);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
|
||||||
|
|
||||||
public interface Relation {
|
|
||||||
|
|
||||||
TextEntity getA();
|
|
||||||
|
|
||||||
|
|
||||||
TextEntity getB();
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
|
||||||
|
|
||||||
public enum LayoutEngine {
|
|
||||||
ALGORITHM,
|
|
||||||
AI,
|
|
||||||
OUTLINE
|
|
||||||
}
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
|
||||||
import lombok.experimental.SuperBuilder;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@SuperBuilder
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
public class TableOfContents extends AbstractSemanticNode {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public NodeType getType() {
|
|
||||||
|
|
||||||
return NodeType.TABLE_OF_CONTENTS;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Headline getHeadline() {
|
|
||||||
|
|
||||||
return streamChildrenOfType(NodeType.HEADLINE).map(node -> (Headline) node)
|
|
||||||
.findFirst()
|
|
||||||
.orElseGet(() -> getParent().getHeadline());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
return getTreeId() + ": " + NodeType.TABLE_OF_CONTENTS_ITEM + ": " + getTextBlock().buildSummary();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,57 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
|
||||||
import lombok.experimental.SuperBuilder;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@SuperBuilder
|
|
||||||
@AllArgsConstructor
|
|
||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
public class TableOfContentsItem extends AbstractSemanticNode {
|
|
||||||
|
|
||||||
TextBlock leafTextBlock;
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public NodeType getType() {
|
|
||||||
|
|
||||||
return NodeType.TABLE_OF_CONTENTS_ITEM;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isLeaf() {
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public TextBlock getTextBlock() {
|
|
||||||
|
|
||||||
return leafTextBlock;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
|
|
||||||
return getTreeId() + ": " + NodeType.TABLE_OF_CONTENTS_ITEM + ": " + leafTextBlock.buildSummary();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_outer_classname = "DocumentPageProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
|
|
||||||
message AllDocumentPages {
|
|
||||||
|
|
||||||
repeated DocumentPage documentPages = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message DocumentPage {
|
|
||||||
// The page number, starting with 1.
|
|
||||||
int32 number = 1;
|
|
||||||
|
|
||||||
// The page height in PDF user units.
|
|
||||||
int32 height = 2;
|
|
||||||
|
|
||||||
// The page width in PDF user units.
|
|
||||||
int32 width = 3;
|
|
||||||
|
|
||||||
// The page rotation as specified by the PDF.
|
|
||||||
int32 rotation = 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_outer_classname = "DocumentPositionDataProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
message AllDocumentPositionData {
|
|
||||||
|
|
||||||
repeated DocumentPositionData documentPositionData = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message DocumentPositionData {
|
|
||||||
// Identifier of the text block.
|
|
||||||
int64 id = 1;
|
|
||||||
|
|
||||||
// For each string coordinate in the search text of the text block, the array contains an entry relating the string coordinate to the position coordinate.
|
|
||||||
// This is required due to the text and position coordinates not being equal.
|
|
||||||
repeated int32 stringIdxToPositionIdx = 2;
|
|
||||||
|
|
||||||
// The bounding box for each glyph as a rectangle. This matrix is of size (n,4), where n is the number of glyphs in the text block.
|
|
||||||
// The second dimension specifies the rectangle with the value x, y, width, height, with x, y specifying the lower left corner.
|
|
||||||
// In order to access this information, the stringIdxToPositionIdx array must be used to transform the coordinates.
|
|
||||||
repeated Position positions = 3;
|
|
||||||
|
|
||||||
// Definition of a BoundingBox that contains x, y, width, and height.
|
|
||||||
message Position {
|
|
||||||
repeated float value = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_outer_classname = "DocumentStructureProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
|
|
||||||
import "EntryData.proto";
|
|
||||||
|
|
||||||
message DocumentStructure {
|
|
||||||
// The root EntryData represents the Document.
|
|
||||||
EntryData root = 1;
|
|
||||||
}
|
|
||||||
@ -1,40 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
import "Range.proto";
|
|
||||||
|
|
||||||
option java_outer_classname = "DocumentTextDataProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
message AllDocumentTextData {
|
|
||||||
|
|
||||||
repeated DocumentTextData documentTextData = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message DocumentTextData {
|
|
||||||
// Identifier of the text block.
|
|
||||||
int64 id = 1;
|
|
||||||
|
|
||||||
// The page the text block occurs on.
|
|
||||||
int64 page = 2;
|
|
||||||
|
|
||||||
// The text of the text block.
|
|
||||||
string searchText = 3;
|
|
||||||
|
|
||||||
// Each text block is assigned a number on a page, starting from 0.
|
|
||||||
int32 numberOnPage = 4;
|
|
||||||
|
|
||||||
// The text blocks are ordered, this number represents the start of the text block as a string offset.
|
|
||||||
int32 start = 5;
|
|
||||||
|
|
||||||
// The text blocks are ordered, this number represents the end of the text block as a string offset.
|
|
||||||
int32 end = 6;
|
|
||||||
|
|
||||||
// The line breaks in the text of this semantic node in string offsets. They are exclusive end. At the end of each semantic node there is an implicit linebreak.
|
|
||||||
repeated int32 lineBreaks = 7;
|
|
||||||
|
|
||||||
// The text ranges where the text is italic
|
|
||||||
repeated Range italicTextRanges = 8;
|
|
||||||
|
|
||||||
// The text ranges where the text is bold
|
|
||||||
repeated Range boldTextRanges = 9;
|
|
||||||
}
|
|
||||||
@ -1,30 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
import "LayoutEngine.proto";
|
|
||||||
import "NodeType.proto";
|
|
||||||
|
|
||||||
option java_outer_classname = "EntryDataProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
message EntryData {
|
|
||||||
// Type of the semantic node.
|
|
||||||
NodeType type = 1;
|
|
||||||
|
|
||||||
// Specifies the position in the parsed tree structure.
|
|
||||||
repeated int32 treeId = 2;
|
|
||||||
|
|
||||||
// Specifies the text block IDs associated with this semantic node.
|
|
||||||
repeated int64 atomicBlockIds = 3;
|
|
||||||
|
|
||||||
// Specifies the pages this semantic node appears on.
|
|
||||||
repeated int64 pageNumbers = 4;
|
|
||||||
|
|
||||||
// Some semantic nodes have additional information, this information is stored in this Map.
|
|
||||||
map<string, string> properties = 5;
|
|
||||||
|
|
||||||
// All child Entries of this Entry.
|
|
||||||
repeated EntryData children = 6;
|
|
||||||
|
|
||||||
// Describes the origin of the semantic node.
|
|
||||||
repeated LayoutEngine engines = 7;
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_outer_classname = "LayoutEngineProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
enum LayoutEngine {
|
|
||||||
ALGORITHM = 0;
|
|
||||||
AI = 1;
|
|
||||||
OUTLINE = 2;
|
|
||||||
}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_outer_classname = "NodeTypeProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
enum NodeType {
|
|
||||||
DOCUMENT = 0;
|
|
||||||
SECTION = 1;
|
|
||||||
SUPER_SECTION = 2;
|
|
||||||
HEADLINE = 3;
|
|
||||||
PARAGRAPH = 4;
|
|
||||||
TABLE = 5;
|
|
||||||
TABLE_CELL = 6;
|
|
||||||
IMAGE = 7;
|
|
||||||
HEADER = 8;
|
|
||||||
FOOTER = 9;
|
|
||||||
TABLE_OF_CONTENTS = 10;
|
|
||||||
TABLE_OF_CONTENTS_ITEM = 11;
|
|
||||||
}
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_outer_classname = "RangeProto";
|
|
||||||
option java_package = "com.iqser.red.service.redaction.v1.server.data";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
message Range {
|
|
||||||
// A start index.
|
|
||||||
int32 start = 1;
|
|
||||||
|
|
||||||
// An end index.
|
|
||||||
int32 end = 2;
|
|
||||||
}
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Minimum required protoc version
|
|
||||||
MIN_VERSION="28.3"
|
|
||||||
|
|
||||||
# Get the installed protoc version
|
|
||||||
INSTALLED_VERSION=$(protoc --version | awk '{print $2}')
|
|
||||||
|
|
||||||
# Function to compare versions
|
|
||||||
version_lt() {
|
|
||||||
[ "$(printf '%s\n' "$1" "$2" | sort -V | head -n1)" != "$1" ]
|
|
||||||
}
|
|
||||||
|
|
||||||
# Check if protoc is installed and meets the minimum version
|
|
||||||
if ! command -v protoc &> /dev/null; then
|
|
||||||
echo "Error: protoc is not installed. Please install version $MIN_VERSION or later."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if version_lt "$INSTALLED_VERSION" "$MIN_VERSION"; then
|
|
||||||
echo "Error: protoc version $INSTALLED_VERSION is too old. Please upgrade to version $MIN_VERSION or later."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Generate Java files from proto files
|
|
||||||
protoc --java_out=../java ./*.proto
|
|
||||||
@ -1,33 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.LayoutEngineProto;
|
|
||||||
|
|
||||||
public class LayoutEngineMappingTest {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void assertAllValuesMatch() {
|
|
||||||
|
|
||||||
for (LayoutEngine value : LayoutEngine.values()) {
|
|
||||||
var engine = LayoutEngineProto.LayoutEngine.valueOf(value.name());
|
|
||||||
assertEquals(engine.name(), value.name());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void assertAllValuesMatchReverse() {
|
|
||||||
|
|
||||||
for (LayoutEngineProto.LayoutEngine value : LayoutEngineProto.LayoutEngine.values()) {
|
|
||||||
if (value.equals(LayoutEngineProto.LayoutEngine.UNRECOGNIZED)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
var engine = LayoutEngine.valueOf(value.name());
|
|
||||||
assertEquals(engine.name(), value.name());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,33 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.NodeTypeProto;
|
|
||||||
|
|
||||||
public class NodeTypeMappingTest {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void assertAllValuesMatch() {
|
|
||||||
|
|
||||||
for (NodeType value : NodeType.values()) {
|
|
||||||
var engine = NodeTypeProto.NodeType.valueOf(value.name());
|
|
||||||
assertEquals(engine.name(), value.name());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void assertAllValuesMatchReverse() {
|
|
||||||
|
|
||||||
for (NodeTypeProto.NodeType value : NodeTypeProto.NodeType.values()) {
|
|
||||||
if (value.equals(NodeTypeProto.NodeType.UNRECOGNIZED)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
var engine = NodeType.valueOf(value.name());
|
|
||||||
assertEquals(engine.name(), value.name());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,144 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
|
|
||||||
class SectionIdentifierTest {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("1.1.2: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.NUMERICAL, identifier.getFormat());
|
|
||||||
assertEquals(3, identifier.level());
|
|
||||||
assertEquals(List.of(1, 1, 2), identifier.getIdentifiers());
|
|
||||||
|
|
||||||
SectionIdentifier child = SectionIdentifier.asChildOf(identifier);
|
|
||||||
assertTrue(child.isChildOf(identifier));
|
|
||||||
|
|
||||||
SectionIdentifier parent = SectionIdentifier.fromSearchText("1.1: Headline");
|
|
||||||
assertTrue(parent.isParentOf(identifier));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier2() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("A.1.2: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.ALPHANUMERIC, identifier.getFormat());
|
|
||||||
assertEquals(3, identifier.level());
|
|
||||||
assertEquals(List.of(1, 1, 2), identifier.getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier3() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("D.1.2: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.ALPHANUMERIC, identifier.getFormat());
|
|
||||||
assertEquals(3, identifier.level());
|
|
||||||
assertEquals(List.of(4, 1, 2), identifier.getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier4() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("4.1.2.4: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.NUMERICAL, identifier.getFormat());
|
|
||||||
assertEquals(4, identifier.level());
|
|
||||||
assertEquals(List.of(4, 1, 2, 4), identifier.getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier5() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("D.1.2.4.5: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.ALPHANUMERIC, identifier.getFormat());
|
|
||||||
assertEquals(4, identifier.level());
|
|
||||||
assertEquals(List.of(4, 1, 2, 4), identifier.getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier6() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("d.1.2.4.5: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.ALPHANUMERIC, identifier.getFormat());
|
|
||||||
assertEquals(4, identifier.level());
|
|
||||||
assertEquals(List.of(4, 1, 2, 4), identifier.getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSectionIdentifier7() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("4.1.2.4.5: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.NUMERICAL, identifier.getFormat());
|
|
||||||
assertEquals(4, identifier.level());
|
|
||||||
assertEquals(List.of(4, 1, 2, 4), identifier.getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
void testFalsePositive111() {
|
|
||||||
|
|
||||||
SectionIdentifier identifier = SectionIdentifier.fromSearchText("111: Headline");
|
|
||||||
assertEquals(SectionIdentifier.Format.NUMERICAL, identifier.getFormat());
|
|
||||||
assertEquals(1, identifier.level());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testParentOf() {
|
|
||||||
|
|
||||||
var headline = SectionIdentifier.fromSearchText("1 Did you ever hear the tragedy of Darth Plagueis The Wise?");
|
|
||||||
var headline1 = SectionIdentifier.fromSearchText("1.0 I thought not. It’s not a story the Jedi would tell you.");
|
|
||||||
var headline2 = SectionIdentifier.fromSearchText("1.1 It’s a Sith legend. Darth Plagueis was a Dark Lord of the Sith, ");
|
|
||||||
var headline3 = SectionIdentifier.fromSearchText("1.2.3 so powerful and so wise he could use the Force to influence the midichlorians to create life…");
|
|
||||||
var headline4 = SectionIdentifier.fromSearchText("1.2.3.4 He had such a knowledge of the dark side that he could even keep the ones he cared about from dying.");
|
|
||||||
var headline5 = SectionIdentifier.fromSearchText("1.2.3.4.5 The dark side of the Force is a pathway to many abilities some consider to be unnatural.");
|
|
||||||
var headline6 = SectionIdentifier.fromSearchText("2.0 He became so powerful…");
|
|
||||||
var headline7 = SectionIdentifier.fromSearchText("10000.0 the only thing he was afraid of was losing his power,");
|
|
||||||
var headline8 = SectionIdentifier.fromSearchText("A.0 which eventually, of course, he did.");
|
|
||||||
var headline9 = SectionIdentifier.fromSearchText("Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep.");
|
|
||||||
var headline10 = SectionIdentifier.fromSearchText("2.1.2 Ironic.");
|
|
||||||
var headline11 = SectionIdentifier.fromSearchText("2.He could save others from death,");
|
|
||||||
var headline12 = SectionIdentifier.fromSearchText(" 2. but not himself.");
|
|
||||||
|
|
||||||
var paragraph1 = SectionIdentifier.asChildOf(headline);
|
|
||||||
assertTrue(paragraph1.isChildOf(headline));
|
|
||||||
assertTrue(headline.isParentOf(paragraph1));
|
|
||||||
assertFalse(paragraph1.isParentOf(headline));
|
|
||||||
|
|
||||||
assertFalse(headline.isParentOf(headline1));
|
|
||||||
assertTrue(headline.isParentOf(headline2));
|
|
||||||
assertTrue(headline.isParentOf(headline3));
|
|
||||||
assertTrue(headline.isParentOf(headline4));
|
|
||||||
assertTrue(headline.isParentOf(headline5));
|
|
||||||
assertTrue(headline1.isParentOf(headline2));
|
|
||||||
assertFalse(headline1.isParentOf(headline1));
|
|
||||||
assertTrue(headline3.isParentOf(headline4));
|
|
||||||
assertFalse(headline4.isParentOf(headline5));
|
|
||||||
assertFalse(headline2.isParentOf(headline3));
|
|
||||||
assertFalse(headline2.isParentOf(headline4));
|
|
||||||
assertTrue(headline1.isParentOf(headline3));
|
|
||||||
assertTrue(headline1.isParentOf(headline4));
|
|
||||||
assertFalse(headline1.isParentOf(headline6));
|
|
||||||
assertFalse(headline1.isParentOf(headline7));
|
|
||||||
assertFalse(headline8.isParentOf(headline1));
|
|
||||||
assertFalse(headline8.isParentOf(headline2));
|
|
||||||
assertFalse(headline8.isParentOf(headline3));
|
|
||||||
assertFalse(headline8.isParentOf(headline4));
|
|
||||||
assertFalse(headline9.isParentOf(headline9));
|
|
||||||
assertTrue(headline10.isChildOf(headline11));
|
|
||||||
assertTrue(headline10.isChildOf(headline12));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
description = "redaction-service-api-v1"
|
description = "redaction-service-api-v1"
|
||||||
val persistenceServiceVersion = "2.631.0"
|
val persistenceServiceVersion = "2.587.0"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.springframework:spring-web:6.0.12")
|
implementation("org.springframework:spring-web:6.0.12")
|
||||||
|
|||||||
@ -12,12 +12,12 @@ plugins {
|
|||||||
description = "redaction-service-server-v1"
|
description = "redaction-service-server-v1"
|
||||||
|
|
||||||
|
|
||||||
val layoutParserVersion = "0.193.0"
|
val layoutParserVersion = "0.181.0"
|
||||||
val jacksonVersion = "2.15.2"
|
val jacksonVersion = "2.15.2"
|
||||||
val droolsVersion = "9.44.0.Final"
|
val droolsVersion = "9.44.0.Final"
|
||||||
val pdfBoxVersion = "3.0.0"
|
val pdfBoxVersion = "3.0.0"
|
||||||
val persistenceServiceVersion = "2.641.0"
|
val persistenceServiceVersion = "2.587.0"
|
||||||
val llmServiceVersion = "1.20.0-RED10072.2"
|
val llmServiceVersion = "1.11.0"
|
||||||
val springBootStarterVersion = "3.1.5"
|
val springBootStarterVersion = "3.1.5"
|
||||||
val springCloudVersion = "4.0.4"
|
val springCloudVersion = "4.0.4"
|
||||||
val testContainersVersion = "1.19.7"
|
val testContainersVersion = "1.19.7"
|
||||||
@ -31,10 +31,15 @@ configurations {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configurations.all {
|
||||||
|
resolutionStrategy {
|
||||||
|
force("com.google.protobuf:protobuf-java:4.27.1")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation(project(":redaction-service-api-v1")) { exclude(group = "com.iqser.red.service", module = "persistence-service-internal-api-v1") }
|
implementation(project(":redaction-service-api-v1")) { exclude(group = "com.iqser.red.service", module = "persistence-service-internal-api-v1") }
|
||||||
implementation(project(":document"))
|
|
||||||
implementation("com.iqser.red.service:persistence-service-internal-api-v1:${persistenceServiceVersion}") { exclude(group = "org.springframework.boot") }
|
implementation("com.iqser.red.service:persistence-service-internal-api-v1:${persistenceServiceVersion}") { exclude(group = "org.springframework.boot") }
|
||||||
implementation("com.iqser.red.service:persistence-service-shared-mongo-v1:${persistenceServiceVersion}")
|
implementation("com.iqser.red.service:persistence-service-shared-mongo-v1:${persistenceServiceVersion}")
|
||||||
{
|
{
|
||||||
@ -47,7 +52,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation("com.iqser.red.commons:dictionary-merge-commons:1.5.0")
|
implementation("com.iqser.red.commons:dictionary-merge-commons:1.5.0")
|
||||||
implementation("com.iqser.red.commons:storage-commons:2.50.0")
|
implementation("com.iqser.red.commons:storage-commons:2.50.0")
|
||||||
implementation("com.knecon.fforesight:tenant-commons:0.31.0")
|
implementation("com.knecon.fforesight:tenant-commons:0.30.0")
|
||||||
implementation("com.knecon.fforesight:keycloak-commons:0.30.0") {
|
implementation("com.knecon.fforesight:keycloak-commons:0.30.0") {
|
||||||
exclude(group = "com.knecon.fforesight", module = "tenant-commons")
|
exclude(group = "com.knecon.fforesight", module = "tenant-commons")
|
||||||
}
|
}
|
||||||
@ -56,14 +61,13 @@ dependencies {
|
|||||||
|
|
||||||
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
|
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
|
||||||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")
|
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")
|
||||||
implementation("org.ahocorasick:ahocorasick:0.9.0")
|
implementation("org.ahocorasick:ahocorasick:0.7.3")
|
||||||
implementation("com.hankcs:aho-corasick-double-array-trie:1.2.2")
|
|
||||||
implementation("com.github.roklenarcic:aho-corasick:1.2")
|
|
||||||
implementation("org.javassist:javassist:3.29.2-GA")
|
implementation("org.javassist:javassist:3.29.2-GA")
|
||||||
|
|
||||||
implementation("org.drools:drools-engine:${droolsVersion}")
|
implementation("org.drools:drools-engine:${droolsVersion}")
|
||||||
implementation("org.drools:drools-mvel:${droolsVersion}")
|
implementation("org.drools:drools-mvel:${droolsVersion}")
|
||||||
implementation("org.kie:kie-spring:7.74.1.Final")
|
implementation("org.kie:kie-spring:7.74.1.Final")
|
||||||
|
implementation("com.google.protobuf:protobuf-java:4.27.1")
|
||||||
|
|
||||||
implementation("org.locationtech.jts:jts-core:1.19.0")
|
implementation("org.locationtech.jts:jts-core:1.19.0")
|
||||||
|
|
||||||
@ -77,9 +81,6 @@ dependencies {
|
|||||||
implementation("org.apache.tomcat:tomcat-websocket:${tomcatVersion}")
|
implementation("org.apache.tomcat:tomcat-websocket:${tomcatVersion}")
|
||||||
implementation("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
implementation("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||||
|
|
||||||
implementation("org.liquibase:liquibase-core:4.29.2") // Needed to be set explicit, otherwise spring dependency management sets it to 4.20.0
|
|
||||||
implementation("org.liquibase.ext:liquibase-mongodb:4.29.2")
|
|
||||||
|
|
||||||
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
|
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
|
||||||
api("ch.qos.logback:logback-classic")
|
api("ch.qos.logback:logback-classic")
|
||||||
|
|
||||||
@ -102,10 +103,6 @@ dependencies {
|
|||||||
group = "com.iqser.red.service",
|
group = "com.iqser.red.service",
|
||||||
module = "persistence-service-shared-api-v1"
|
module = "persistence-service-shared-api-v1"
|
||||||
)
|
)
|
||||||
exclude(
|
|
||||||
group = "com.knecon.fforesight",
|
|
||||||
module = "document"
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
testImplementation("com.pdftron:PDFNet:10.11.0")
|
testImplementation("com.pdftron:PDFNet:10.11.0")
|
||||||
}
|
}
|
||||||
@ -132,6 +129,7 @@ tasks.named<BootBuildImage>("bootBuildImage") {
|
|||||||
"BPE_APPEND_JAVA_TOOL_OPTIONS",
|
"BPE_APPEND_JAVA_TOOL_OPTIONS",
|
||||||
"-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -Dkie.repository.project.cache.size=50 -Dkie.repository.project.versions.cache.size=5"
|
"-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -Dkie.repository.project.cache.size=50 -Dkie.repository.project.versions.cache.size=5"
|
||||||
)
|
)
|
||||||
|
environment.put("BPE_DEFAULT_LANG", "en_US.utf8")
|
||||||
environment.put("BPE_DEFAULT_LANG", "en_US.utf8") // java.text.Normalizer does not care for file.encoding
|
environment.put("BPE_DEFAULT_LANG", "en_US.utf8") // java.text.Normalizer does not care for file.encoding
|
||||||
|
|
||||||
imageName.set("nexus.knecon.com:5001/red/${project.name}")// must build image with same name always, otherwise the builder will not know which image to use as cache. DO NOT CHANGE!
|
imageName.set("nexus.knecon.com:5001/red/${project.name}")// must build image with same name always, otherwise the builder will not know which image to use as cache. DO NOT CHANGE!
|
||||||
@ -187,19 +185,13 @@ tasks.register("generateJavaDoc", Javadoc::class) {
|
|||||||
dependsOn("compileJava")
|
dependsOn("compileJava")
|
||||||
dependsOn("delombok")
|
dependsOn("delombok")
|
||||||
classpath = project.sourceSets["main"].runtimeClasspath
|
classpath = project.sourceSets["main"].runtimeClasspath
|
||||||
val documentFiles = fileTree("${project(":document").layout.buildDirectory.get()}/generated/sources/delombok/java/main") {
|
source = fileTree("${buildDir}/generated/sources/delombok/java/main") {
|
||||||
include(droolsImports)
|
include(droolsImports)
|
||||||
}
|
}
|
||||||
val mainFiles = fileTree("${layout.buildDirectory.get()}/generated/sources/delombok/java/main") {
|
destinationDir = file(project.findProperty("javadocDestinationDir")?.toString() ?: "")
|
||||||
include(droolsImports)
|
|
||||||
}
|
|
||||||
source = documentFiles + mainFiles
|
|
||||||
|
|
||||||
setDestinationDir(file(project.findProperty("javadocDestinationDir")?.toString() ?: ""))
|
|
||||||
|
|
||||||
options.memberLevel = JavadocMemberLevel.PUBLIC
|
options.memberLevel = JavadocMemberLevel.PUBLIC
|
||||||
(options as StandardJavadocDocletOptions).apply {
|
(options as StandardJavadocDocletOptions).apply {
|
||||||
title = "API Documentation for Redaction Service ${project.version}"
|
title = "API Documentation for Redaction Service ${project.version}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -10,13 +10,11 @@ import java.util.HashSet;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.regex.Pattern;
|
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
import org.reflections.Reflections;
|
import org.reflections.Reflections;
|
||||||
import org.reflections.scanners.Scanners;
|
import org.reflections.scanners.Scanners;
|
||||||
import org.reflections.util.ConfigurationBuilder;
|
import org.reflections.util.ConfigurationBuilder;
|
||||||
import org.reflections.util.FilterBuilder;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.dictionary.SearchImplementation;
|
import com.iqser.red.service.redaction.v1.server.model.dictionary.SearchImplementation;
|
||||||
|
|
||||||
@ -27,8 +25,6 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
public class DeprecatedElementsFinder {
|
public class DeprecatedElementsFinder {
|
||||||
|
|
||||||
public static final String PACKAGE_NAME = "com.iqser.red.service.redaction.v1.server";
|
public static final String PACKAGE_NAME = "com.iqser.red.service.redaction.v1.server";
|
||||||
public static final Pattern DATA_PACKAGE = Pattern.compile(".*/data/.*");
|
|
||||||
|
|
||||||
private Set<Method> deprecatedMethods;
|
private Set<Method> deprecatedMethods;
|
||||||
@Getter
|
@Getter
|
||||||
private Map<String, String> deprecatedMethodsSignaturesMap;
|
private Map<String, String> deprecatedMethodsSignaturesMap;
|
||||||
@ -47,10 +43,7 @@ public class DeprecatedElementsFinder {
|
|||||||
|
|
||||||
Reflections reflections = new Reflections(new ConfigurationBuilder().forPackage(PACKAGE_NAME)
|
Reflections reflections = new Reflections(new ConfigurationBuilder().forPackage(PACKAGE_NAME)
|
||||||
.setExpandSuperTypes(true)
|
.setExpandSuperTypes(true)
|
||||||
.setScanners(Scanners.MethodsAnnotated, Scanners.TypesAnnotated, Scanners.SubTypes)
|
.setScanners(Scanners.MethodsAnnotated, Scanners.TypesAnnotated, Scanners.SubTypes));
|
||||||
.filterInputsBy(new FilterBuilder().includePackage(PACKAGE_NAME).excludePackage(PACKAGE_NAME + ".data")
|
|
||||||
// Exclude the generated proto data package
|
|
||||||
));
|
|
||||||
|
|
||||||
deprecatedMethods = reflections.get(Scanners.MethodsAnnotated.with(Deprecated.class).as(Method.class));
|
deprecatedMethods = reflections.get(Scanners.MethodsAnnotated.with(Deprecated.class).as(Method.class));
|
||||||
|
|
||||||
|
|||||||
@ -28,13 +28,11 @@ public class RedactionServiceSettings {
|
|||||||
|
|
||||||
private boolean priorityMode;
|
private boolean priorityMode;
|
||||||
|
|
||||||
private long firstLevelDictionaryCacheMaximumSize = 1000;
|
|
||||||
|
|
||||||
private long dictionaryCacheMaximumSize = 100;
|
private long dictionaryCacheMaximumSize = 100;
|
||||||
|
|
||||||
private int dictionaryCacheExpireAfterAccessDays = 3;
|
private int dictionaryCacheExpireAfterAccessDays = 3;
|
||||||
|
|
||||||
private int droolsExecutionTimeoutSecs = 600;
|
private int droolsExecutionTimeoutSecs = 300;
|
||||||
|
|
||||||
private boolean ruleExecutionSecured = true;
|
private boolean ruleExecutionSecured = true;
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,12 @@
|
|||||||
|
package com.iqser.red.service.redaction.v1.server.configuraton;
|
||||||
|
|
||||||
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
|
import com.knecon.fforesight.tenantcommons.queue.TenantMessagingConfiguration;
|
||||||
|
|
||||||
|
@Configuration
|
||||||
|
@ConditionalOnProperty(prefix = "redaction-service", name = "priorityMode", havingValue = "true")
|
||||||
|
public class PriorityTenantMessagingConfigurationImpl extends TenantMessagingConfiguration {
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
package com.iqser.red.service.redaction.v1.server.configuraton;
|
||||||
|
|
||||||
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
|
import com.knecon.fforesight.tenantcommons.queue.TenantMessagingConfiguration;
|
||||||
|
|
||||||
|
@Configuration
|
||||||
|
@ConditionalOnProperty(prefix = "redaction-service", name = "priorityMode", havingValue = "false")
|
||||||
|
public class TenantMessagingConfigurationImpl extends TenantMessagingConfiguration {
|
||||||
|
|
||||||
|
}
|
||||||
@ -82,14 +82,4 @@ public class NerEntities {
|
|||||||
LLM_NER
|
LLM_NER
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog.entitylog.Engine mapToPrimaryEngine(NerEntities.Engine nerEntityEngine) {
|
|
||||||
|
|
||||||
return switch (nerEntityEngine) {
|
|
||||||
case NER, CLOUD_NER -> com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog.entitylog.Engine.NER;
|
|
||||||
case LLM_NER -> com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog.entitylog.Engine.LLM_NER;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,6 @@ package com.iqser.red.service.redaction.v1.server.model;
|
|||||||
|
|
||||||
import static com.iqser.red.service.redaction.v1.server.service.NotFoundImportedEntitiesService.IMPORTED_REDACTION_TYPE;
|
import static com.iqser.red.service.redaction.v1.server.service.NotFoundImportedEntitiesService.IMPORTED_REDACTION_TYPE;
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.PriorityQueue;
|
import java.util.PriorityQueue;
|
||||||
@ -16,12 +15,10 @@ import com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog
|
|||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualRedactionEntry;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualRedactionEntry;
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualResizeRedaction;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualResizeRedaction;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityEventListener;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityType;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityType;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.IEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.IEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.ManualChangeOverwrite;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.ManualChangeOverwrite;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.RectangleWithPage;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -54,8 +51,7 @@ public class PrecursorEntity implements IEntity {
|
|||||||
|
|
||||||
@Builder.Default
|
@Builder.Default
|
||||||
PriorityQueue<MatchedRule> matchedRuleList = new PriorityQueue<>();
|
PriorityQueue<MatchedRule> matchedRuleList = new PriorityQueue<>();
|
||||||
@Builder.Default
|
ManualChangeOverwrite manualOverwrite;
|
||||||
ManualChangeOverwrite manualOverwrite = new ManualChangeOverwrite();
|
|
||||||
|
|
||||||
|
|
||||||
public static PrecursorEntity fromManualRedactionEntry(ManualRedactionEntry manualRedactionEntry, boolean hint) {
|
public static PrecursorEntity fromManualRedactionEntry(ManualRedactionEntry manualRedactionEntry, boolean hint) {
|
||||||
@ -129,7 +125,6 @@ public class PrecursorEntity implements IEntity {
|
|||||||
.id(importedRedaction.getId())
|
.id(importedRedaction.getId())
|
||||||
.value(value)
|
.value(value)
|
||||||
.entityPosition(rectangleWithPages)
|
.entityPosition(rectangleWithPages)
|
||||||
.ruleIdentifier("IMP.0.0")
|
|
||||||
.reason(Optional.ofNullable(importedRedaction.getReason())
|
.reason(Optional.ofNullable(importedRedaction.getReason())
|
||||||
.orElse(""))
|
.orElse(""))
|
||||||
.legalBasis(Optional.ofNullable(importedRedaction.getLegalBasis())
|
.legalBasis(Optional.ofNullable(importedRedaction.getLegalBasis())
|
||||||
@ -201,28 +196,6 @@ public class PrecursorEntity implements IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void addEntityEventListener(EntityEventListener listener) {
|
|
||||||
|
|
||||||
throw new UnsupportedOperationException("PrecursorEntity does not support entityEventListeners");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void removeEntityEventListener(EntityEventListener listener) {
|
|
||||||
|
|
||||||
throw new UnsupportedOperationException("PrecursorEntity does not support entityEventListeners");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Collection<EntityEventListener> getEntityEventListeners() {
|
|
||||||
|
|
||||||
throw new UnsupportedOperationException("PrecursorEntity does not support entityEventListeners");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static EntityType getEntityType(EntryType entryType) {
|
private static EntityType getEntityType(EntryType entryType) {
|
||||||
|
|
||||||
switch (entryType) {
|
switch (entryType) {
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
package com.iqser.red.service.redaction.v1.server.model;
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
import java.awt.geom.Rectangle2D;
|
||||||
|
|
||||||
@ -3,7 +3,7 @@ package com.iqser.red.service.redaction.v1.server.model.component;
|
|||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.RuleIdentifier;
|
import com.iqser.red.service.redaction.v1.server.model.drools.RuleIdentifier;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
|||||||
@ -1,130 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
|
||||||
|
|
||||||
public abstract class AbstractDictionarySearch implements DictionarySearch {
|
|
||||||
|
|
||||||
protected final Map<String, List<DictionaryIdentifierWithKeyword>> keyWordToIdentifiersMap;
|
|
||||||
|
|
||||||
|
|
||||||
public AbstractDictionarySearch(Map<String, List<DictionaryIdentifierWithKeyword>> keyWordToIdentifiersMap) {
|
|
||||||
|
|
||||||
this.keyWordToIdentifiersMap = keyWordToIdentifiersMap;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchTextRange> getBoundaries(CharSequence text) {
|
|
||||||
|
|
||||||
TextContext textContext = new TextContext(text);
|
|
||||||
return getMatchTextRangeStream(textContext);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchTextRange> getBoundaries(CharSequence text, TextRange region) {
|
|
||||||
|
|
||||||
CharSequence subText = text.subSequence(region.start(), region.end());
|
|
||||||
TextContext textContext = new TextContext(subText, region.start());
|
|
||||||
return getMatchTextRangeStream(textContext);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchTextRange> getBoundaries(TextBlock textBlock) {
|
|
||||||
|
|
||||||
return getBoundaries(textBlock, textBlock.getTextRange());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchPosition> getMatches(String text) {
|
|
||||||
|
|
||||||
TextContext textContext = new TextContext(text);
|
|
||||||
List<MatchPosition> matches = new ArrayList<>();
|
|
||||||
|
|
||||||
parseText(textContext.getLowerText(), (begin, end, value) -> addMatchPositionsForHit(textContext, matches, new Hit(begin, end, value)));
|
|
||||||
|
|
||||||
return matches.stream();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private Stream<MatchTextRange> getMatchTextRangeStream(TextContext textContext) {
|
|
||||||
|
|
||||||
List<MatchTextRange> matches = new ArrayList<>();
|
|
||||||
|
|
||||||
parseText(textContext.getLowerText(), (begin, end, value) -> addMatchesForHit(textContext, matches, new Hit(begin, end, value)));
|
|
||||||
|
|
||||||
return matches.stream();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
protected abstract void parseText(CharSequence text, HitHandler handler);
|
|
||||||
|
|
||||||
|
|
||||||
protected void addMatchesForHit(TextContext textContext, List<MatchTextRange> matches, Hit hit) {
|
|
||||||
|
|
||||||
int start = textContext.getStart(hit.begin);
|
|
||||||
int end = textContext.getEnd(hit.end);
|
|
||||||
String matchedText = textContext.getMatchedText(hit.begin, hit.end);
|
|
||||||
List<DictionaryIdentifierWithKeyword> idWithKeywords = hit.value;
|
|
||||||
|
|
||||||
for (DictionaryIdentifierWithKeyword idkw : idWithKeywords) {
|
|
||||||
if (idkw.identifier().caseSensitive()) {
|
|
||||||
if (matchedText.equals(idkw.keyword())) {
|
|
||||||
matches.add(new MatchTextRange(idkw.identifier(), new TextRange(start, end)));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
matches.add(new MatchTextRange(idkw.identifier(), new TextRange(start, end)));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
protected void addMatchPositionsForHit(TextContext textContext, List<MatchPosition> matches, Hit hit) {
|
|
||||||
|
|
||||||
int start = textContext.getStart(hit.begin);
|
|
||||||
int end = textContext.getEnd(hit.end);
|
|
||||||
String matchedText = textContext.getMatchedText(hit.begin, hit.end);
|
|
||||||
List<DictionaryIdentifierWithKeyword> idWithKeywords = hit.value;
|
|
||||||
|
|
||||||
for (DictionaryIdentifierWithKeyword idkw : idWithKeywords) {
|
|
||||||
MatchPosition matchPosition = new MatchPosition(idkw.identifier(), start, end);
|
|
||||||
if (idkw.identifier().caseSensitive()) {
|
|
||||||
if (matchedText.equals(idkw.keyword())) {
|
|
||||||
matches.add(matchPosition);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
matches.add(matchPosition);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
protected interface HitHandler {
|
|
||||||
|
|
||||||
void handle(int begin, int end, List<DictionaryIdentifierWithKeyword> value);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
protected static class Hit {
|
|
||||||
|
|
||||||
final int begin;
|
|
||||||
final int end;
|
|
||||||
final List<DictionaryIdentifierWithKeyword> value;
|
|
||||||
|
|
||||||
|
|
||||||
Hit(int begin, int end, List<DictionaryIdentifierWithKeyword> value) {
|
|
||||||
|
|
||||||
this.begin = begin;
|
|
||||||
this.end = end;
|
|
||||||
this.value = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,32 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import com.roklenarcic.util.strings.AhoCorasickMap;
|
|
||||||
import com.roklenarcic.util.strings.MapMatchListener;
|
|
||||||
import com.roklenarcic.util.strings.StringMap;
|
|
||||||
|
|
||||||
public class AhoCorasickMapDictionarySearch extends AbstractDictionarySearch {
|
|
||||||
|
|
||||||
private final StringMap<List<DictionaryIdentifierWithKeyword>> map;
|
|
||||||
|
|
||||||
|
|
||||||
public AhoCorasickMapDictionarySearch(Map<String, List<DictionaryIdentifierWithKeyword>> keyWordToIdentifiersMap) {
|
|
||||||
|
|
||||||
super(keyWordToIdentifiersMap);
|
|
||||||
map = new AhoCorasickMap<>(keyWordToIdentifiersMap.keySet(), keyWordToIdentifiersMap.values(), false);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void parseText(CharSequence text, HitHandler handler) {
|
|
||||||
|
|
||||||
MapMatchListener<List<DictionaryIdentifierWithKeyword>> listener = (haystack, startPosition, endPosition, value) -> {
|
|
||||||
handler.handle(startPosition, endPosition, value);
|
|
||||||
return true;
|
|
||||||
};
|
|
||||||
map.match(text.toString(), listener);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -2,16 +2,20 @@ package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|||||||
|
|
||||||
import static java.lang.String.format;
|
import static java.lang.String.format;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.Arrays;
|
||||||
|
import java.util.Collection;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.HashSet;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Locale;
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Set;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
|
|
||||||
import com.iqser.red.service.dictionarymerge.commons.DictionaryEntry;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityType;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.Relation;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.Patterns;
|
import com.iqser.red.service.redaction.v1.server.utils.Patterns;
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.exception.NotFoundException;
|
import com.iqser.red.service.redaction.v1.server.utils.exception.NotFoundException;
|
||||||
@ -25,77 +29,31 @@ import lombok.Getter;
|
|||||||
@Data
|
@Data
|
||||||
public class Dictionary {
|
public class Dictionary {
|
||||||
|
|
||||||
private final Map<String, Map<Level, DictionaryModel>> localAccessMap = new HashMap<>();
|
@Getter
|
||||||
|
private List<DictionaryModel> dictionaryModels;
|
||||||
|
// todo: dossier and dossier template level DictionaryModels override each other
|
||||||
|
// at the moment there are no problems because they always have the same rank / hint information
|
||||||
|
// but it should be changed so that the localAccessMap contains all models
|
||||||
|
private Map<String, DictionaryModel> localAccessMap = new HashMap<>();
|
||||||
|
|
||||||
private final DictionaryVersion version;
|
@Getter
|
||||||
|
private DictionaryVersion version;
|
||||||
private final DictionarySearch dictionarySearch;
|
|
||||||
|
|
||||||
public enum Level {
|
|
||||||
DOSSIER_TEMPLATE,
|
|
||||||
DOSSIER
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Dictionary(List<DictionaryModel> dictionaryModels, DictionaryVersion version, DictionarySearch dictionarySearch) {
|
public Dictionary(List<DictionaryModel> dictionaryModels, DictionaryVersion version) {
|
||||||
|
|
||||||
dictionaryModels.forEach(dm -> localAccessMap.put(dm.getType(), Map.of(getLevel(dm.isDossierDictionary()), dm)));
|
this.dictionaryModels = dictionaryModels;
|
||||||
|
this.dictionaryModels.forEach(dm -> localAccessMap.put(dm.getType(), dm));
|
||||||
this.version = version;
|
this.version = version;
|
||||||
this.dictionarySearch = dictionarySearch;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean containsType(String type) {
|
|
||||||
|
|
||||||
Map<Level, DictionaryModel> levelMap = localAccessMap.get(type);
|
|
||||||
return !(levelMap == null || levelMap.isEmpty());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private Level getLevel(boolean isDossierDictionary) {
|
|
||||||
|
|
||||||
return isDossierDictionary ? Level.DOSSIER : Level.DOSSIER_TEMPLATE;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Determines the default level for a given type based on the levels present.
|
|
||||||
* If both levels are present, it defaults to {@code Level.DOSSIER}.
|
|
||||||
*
|
|
||||||
* @param type The type to determine the default level for.
|
|
||||||
* @return The default {@link Level} for the specified type.
|
|
||||||
* @throws NotFoundException If the type is not found in the dictionary.
|
|
||||||
*/
|
|
||||||
private Level getDefaultLevel(String type) {
|
|
||||||
|
|
||||||
Map<Level, DictionaryModel> levelMap = localAccessMap.get(type);
|
|
||||||
if (levelMap == null || levelMap.isEmpty()) {
|
|
||||||
throw new NotFoundException("Type: " + type + " is not found");
|
|
||||||
}
|
|
||||||
if (levelMap.containsKey(Level.DOSSIER)) {
|
|
||||||
return Level.DOSSIER;
|
|
||||||
} else {
|
|
||||||
// Use whatever level is present
|
|
||||||
return levelMap.keySet()
|
|
||||||
.iterator().next();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public int getDictionaryRank(String type, Level level) {
|
|
||||||
|
|
||||||
if (!localAccessMap.containsKey(type)) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
DictionaryModel model = localAccessMap.get(type)
|
|
||||||
.get(level);
|
|
||||||
return model != null ? model.getRank() : 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public int getDictionaryRank(String type) {
|
public int getDictionaryRank(String type) {
|
||||||
|
|
||||||
return getDictionaryRank(type, getDefaultLevel(type));
|
if (!localAccessMap.containsKey(type)) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
return localAccessMap.get(type).getRank();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -106,21 +64,11 @@ public class Dictionary {
|
|||||||
*/
|
*/
|
||||||
public boolean hasLocalEntries() {
|
public boolean hasLocalEntries() {
|
||||||
|
|
||||||
return getDictionaryModels().stream()
|
return dictionaryModels.stream()
|
||||||
.anyMatch(dm -> !dm.getLocalEntriesWithMatchedRules().isEmpty());
|
.anyMatch(dm -> !dm.getLocalEntriesWithMatchedRules().isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public List<DictionaryModel> getDictionaryModels() {
|
|
||||||
|
|
||||||
return localAccessMap.values()
|
|
||||||
.stream()
|
|
||||||
.flatMap(levelDictionaryModelMap -> levelDictionaryModelMap.values()
|
|
||||||
.stream())
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Set<String> getTypes() {
|
public Set<String> getTypes() {
|
||||||
|
|
||||||
return localAccessMap.keySet();
|
return localAccessMap.keySet();
|
||||||
@ -128,144 +76,56 @@ public class Dictionary {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the {@link DictionaryModel} of a specified type and level.
|
* Retrieves the {@link DictionaryModel} of a specified type.
|
||||||
*
|
|
||||||
* @param type The type of dictionary model to retrieve.
|
|
||||||
* @param level The level of the dictionary model to retrieve.
|
|
||||||
* @return The {@link DictionaryModel} of the specified type and level.
|
|
||||||
* @throws NotFoundException If the specified type or level is not found in the dictionary.
|
|
||||||
*/
|
|
||||||
public DictionaryModel getType(String type, Level level) {
|
|
||||||
|
|
||||||
Map<Level, DictionaryModel> levelMap = localAccessMap.get(type);
|
|
||||||
if (levelMap == null || !levelMap.containsKey(level)) {
|
|
||||||
throw new NotFoundException("Type: " + type + " with level: " + level + " is not found");
|
|
||||||
}
|
|
||||||
return levelMap.get(level);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves the {@link DictionaryModel} of a specified type at the default level.
|
|
||||||
*
|
*
|
||||||
* @param type The type of dictionary model to retrieve.
|
* @param type The type of dictionary model to retrieve.
|
||||||
* @return The {@link DictionaryModel} of the specified type at the default level.
|
* @return The {@link DictionaryModel} of the specified type.
|
||||||
* @throws NotFoundException If the specified type is not found in the dictionary.
|
* @throws NotFoundException If the specified type is not found in the dictionary.
|
||||||
*/
|
*/
|
||||||
public DictionaryModel getType(String type) {
|
public DictionaryModel getType(String type) {
|
||||||
|
|
||||||
return getType(type, getDefaultLevel(type));
|
DictionaryModel model = localAccessMap.get(type);
|
||||||
|
if (model == null) {
|
||||||
|
throw new NotFoundException("Type: " + type + " is not found");
|
||||||
|
}
|
||||||
|
return model;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the dictionary of a specific type and level is considered a hint.
|
* Checks if the dictionary of a specific type is considered a hint.
|
||||||
*
|
|
||||||
* @param type The type of dictionary to check.
|
|
||||||
* @param level The level of the dictionary to check.
|
|
||||||
* @return true if the dictionary model is marked as a hint, false otherwise.
|
|
||||||
*/
|
|
||||||
public boolean isHint(String type, Level level) {
|
|
||||||
|
|
||||||
DictionaryModel model = localAccessMap.get(type)
|
|
||||||
.get(level);
|
|
||||||
return model != null && model.isHint();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Checks if the dictionary of a specific type is considered a hint at the default level.
|
|
||||||
*
|
*
|
||||||
* @param type The type of dictionary to check.
|
* @param type The type of dictionary to check.
|
||||||
* @return true if the dictionary model is marked as a hint, false otherwise.
|
* @return true if the dictionary model is marked as a hint, false otherwise.
|
||||||
*/
|
*/
|
||||||
public boolean isHint(String type) {
|
public boolean isHint(String type) {
|
||||||
|
|
||||||
return isHint(type, getDefaultLevel(type));
|
DictionaryModel model = localAccessMap.get(type);
|
||||||
|
if (model != null) {
|
||||||
|
return model.isHint();
|
||||||
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the dictionary of a specific type and level is case-insensitive.
|
* Checks if the dictionary of a specific type is case-insensitive.
|
||||||
*
|
|
||||||
* @param type The type of dictionary to check.
|
|
||||||
* @param level The level of the dictionary to check.
|
|
||||||
* @return true if the dictionary is case-insensitive, false otherwise.
|
|
||||||
*/
|
|
||||||
public boolean isCaseInsensitiveDictionary(String type, Level level) {
|
|
||||||
|
|
||||||
DictionaryModel dictionaryModel = localAccessMap.get(type)
|
|
||||||
.get(level);
|
|
||||||
return dictionaryModel != null && dictionaryModel.isCaseInsensitive();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Checks if the dictionary of a specific type is case-insensitive at the default level.
|
|
||||||
*
|
*
|
||||||
* @param type The type of dictionary to check.
|
* @param type The type of dictionary to check.
|
||||||
* @return true if the dictionary is case-insensitive, false otherwise.
|
* @return true if the dictionary is case-insensitive, false otherwise.
|
||||||
*/
|
*/
|
||||||
public boolean isCaseInsensitiveDictionary(String type) {
|
public boolean isCaseInsensitiveDictionary(String type) {
|
||||||
|
|
||||||
return isCaseInsensitiveDictionary(type, getDefaultLevel(type));
|
DictionaryModel dictionaryModel = localAccessMap.get(type);
|
||||||
|
if (dictionaryModel != null) {
|
||||||
|
return dictionaryModel.isCaseInsensitive();
|
||||||
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a local dictionary entry of a specific type and level.
|
* Adds a local dictionary entry of a specific type.
|
||||||
*
|
|
||||||
* @param type The type of dictionary to add the entry to.
|
|
||||||
* @param value The value of the entry.
|
|
||||||
* @param matchedRules A collection of {@link MatchedRule} associated with the entry.
|
|
||||||
* @param alsoAddLastname Indicates whether to also add the lastname separately as an entry.
|
|
||||||
* @param level The level of the dictionary where the entry should be added.
|
|
||||||
* @throws IllegalArgumentException If the specified type does not exist within the dictionary, if the type
|
|
||||||
* does not have any local entries defined, or if the provided value is
|
|
||||||
* blank. This ensures that only valid, non-empty entries
|
|
||||||
* are added to the dictionary.
|
|
||||||
*/
|
|
||||||
private void addLocalDictionaryEntry(String type, String value, Collection<MatchedRule> matchedRules, boolean alsoAddLastname, Level level) {
|
|
||||||
|
|
||||||
if (value.isBlank()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Map<Level, DictionaryModel> levelMap = localAccessMap.get(type);
|
|
||||||
if (levelMap == null || !levelMap.containsKey(level)) {
|
|
||||||
throw new IllegalArgumentException(format("DictionaryModel of type %s with level %s does not exist", type, level));
|
|
||||||
}
|
|
||||||
DictionaryModel dictionaryModel = levelMap.get(level);
|
|
||||||
if (dictionaryModel.getLocalEntriesWithMatchedRules() == null) {
|
|
||||||
throw new IllegalArgumentException(format("DictionaryModel of type %s has no local Entries", type));
|
|
||||||
}
|
|
||||||
if (StringUtils.isEmpty(value)) {
|
|
||||||
throw new IllegalArgumentException(format("%s is not a valid dictionary entry", value));
|
|
||||||
}
|
|
||||||
boolean isCaseInsensitive = dictionaryModel.isCaseInsensitive();
|
|
||||||
Set<MatchedRule> matchedRulesSet = new HashSet<>(matchedRules);
|
|
||||||
|
|
||||||
String cleanedValue = value;
|
|
||||||
if (isCaseInsensitive) {
|
|
||||||
cleanedValue = cleanedValue.toLowerCase(Locale.US);
|
|
||||||
}
|
|
||||||
dictionaryModel.getLocalEntriesWithMatchedRules()
|
|
||||||
.merge(cleanedValue.trim(),
|
|
||||||
matchedRulesSet,
|
|
||||||
(set1, set2) -> Stream.concat(set1.stream(), set2.stream())
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
if (alsoAddLastname) {
|
|
||||||
String lastname = cleanedValue.split(" ")[0];
|
|
||||||
dictionaryModel.getLocalEntriesWithMatchedRules()
|
|
||||||
.merge(lastname,
|
|
||||||
matchedRulesSet,
|
|
||||||
(set1, set2) -> Stream.concat(set1.stream(), set2.stream())
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds a local dictionary entry of a specific type at the default level.
|
|
||||||
*
|
*
|
||||||
* @param type The type of dictionary to add the entry to.
|
* @param type The type of dictionary to add the entry to.
|
||||||
* @param value The value of the entry.
|
* @param value The value of the entry.
|
||||||
@ -278,7 +138,40 @@ public class Dictionary {
|
|||||||
*/
|
*/
|
||||||
private void addLocalDictionaryEntry(String type, String value, Collection<MatchedRule> matchedRules, boolean alsoAddLastname) {
|
private void addLocalDictionaryEntry(String type, String value, Collection<MatchedRule> matchedRules, boolean alsoAddLastname) {
|
||||||
|
|
||||||
addLocalDictionaryEntry(type, value, matchedRules, alsoAddLastname, getDefaultLevel(type));
|
if (value.isBlank()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (localAccessMap.get(type) == null) {
|
||||||
|
throw new IllegalArgumentException(format("DictionaryModel of type %s does not exist", type));
|
||||||
|
}
|
||||||
|
if (localAccessMap.get(type).getLocalEntriesWithMatchedRules() == null) {
|
||||||
|
throw new IllegalArgumentException(format("DictionaryModel of type %s has no local Entries", type));
|
||||||
|
}
|
||||||
|
if (StringUtils.isEmpty(value)) {
|
||||||
|
throw new IllegalArgumentException(format("%s is not a valid dictionary entry", value));
|
||||||
|
}
|
||||||
|
boolean isCaseInsensitive = localAccessMap.get(type).isCaseInsensitive();
|
||||||
|
Set<MatchedRule> matchedRulesSet = new HashSet<>(matchedRules);
|
||||||
|
|
||||||
|
String cleanedValue = value;
|
||||||
|
if (isCaseInsensitive) {
|
||||||
|
cleanedValue = cleanedValue.toLowerCase(Locale.US);
|
||||||
|
}
|
||||||
|
localAccessMap.get(type)
|
||||||
|
.getLocalEntriesWithMatchedRules()
|
||||||
|
.merge(cleanedValue.trim(),
|
||||||
|
matchedRulesSet,
|
||||||
|
(set1, set2) -> Stream.concat(set1.stream(), set2.stream())
|
||||||
|
.collect(Collectors.toSet()));
|
||||||
|
if (alsoAddLastname) {
|
||||||
|
String lastname = cleanedValue.split(" ")[0];
|
||||||
|
localAccessMap.get(type)
|
||||||
|
.getLocalEntriesWithMatchedRules()
|
||||||
|
.merge(lastname,
|
||||||
|
matchedRulesSet,
|
||||||
|
(set1, set2) -> Stream.concat(set1.stream(), set2.stream())
|
||||||
|
.collect(Collectors.toSet()));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -286,22 +179,10 @@ public class Dictionary {
|
|||||||
* Recommends a text entity for inclusion in every dictionary model without separating the last name.
|
* Recommends a text entity for inclusion in every dictionary model without separating the last name.
|
||||||
*
|
*
|
||||||
* @param textEntity The {@link TextEntity} to be recommended.
|
* @param textEntity The {@link TextEntity} to be recommended.
|
||||||
* @param level The level of the dictionary where the recommendation should be added.
|
|
||||||
*/
|
|
||||||
public void recommendEverywhere(TextEntity textEntity, Level level) {
|
|
||||||
|
|
||||||
addLocalDictionaryEntry(textEntity.type(), textEntity.getValue(), textEntity.getMatchedRuleList(), false, level);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Recommends a text entity for inclusion in every dictionary model without separating the last name at the default level.
|
|
||||||
*
|
|
||||||
* @param textEntity The {@link TextEntity} to be recommended.
|
|
||||||
*/
|
*/
|
||||||
public void recommendEverywhere(TextEntity textEntity) {
|
public void recommendEverywhere(TextEntity textEntity) {
|
||||||
|
|
||||||
recommendEverywhere(textEntity, getDefaultLevel(textEntity.type()));
|
addLocalDictionaryEntry(textEntity.type(), textEntity.getValue(), textEntity.getMatchedRuleList(), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -309,22 +190,10 @@ public class Dictionary {
|
|||||||
* Recommends a text entity for inclusion in every dictionary model with the last name added separately.
|
* Recommends a text entity for inclusion in every dictionary model with the last name added separately.
|
||||||
*
|
*
|
||||||
* @param textEntity The {@link TextEntity} to be recommended.
|
* @param textEntity The {@link TextEntity} to be recommended.
|
||||||
* @param level The level of the dictionary where the recommendation should be added.
|
|
||||||
*/
|
|
||||||
public void recommendEverywhereWithLastNameSeparately(TextEntity textEntity, Level level) {
|
|
||||||
|
|
||||||
addLocalDictionaryEntry(textEntity.type(), textEntity.getValue(), textEntity.getMatchedRuleList(), true, level);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Recommends a text entity for inclusion in every dictionary model with the last name added separately at the default level.
|
|
||||||
*
|
|
||||||
* @param textEntity The {@link TextEntity} to be recommended.
|
|
||||||
*/
|
*/
|
||||||
public void recommendEverywhereWithLastNameSeparately(TextEntity textEntity) {
|
public void recommendEverywhereWithLastNameSeparately(TextEntity textEntity) {
|
||||||
|
|
||||||
recommendEverywhereWithLastNameSeparately(textEntity, getDefaultLevel(textEntity.type()));
|
addLocalDictionaryEntry(textEntity.type(), textEntity.getValue(), textEntity.getMatchedRuleList(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -332,22 +201,11 @@ public class Dictionary {
|
|||||||
* Adds multiple author names contained within a text entity as recommendations in the dictionary.
|
* Adds multiple author names contained within a text entity as recommendations in the dictionary.
|
||||||
*
|
*
|
||||||
* @param textEntity The {@link TextEntity} containing author names to be added.
|
* @param textEntity The {@link TextEntity} containing author names to be added.
|
||||||
* @param level The level of the dictionary where the recommendations should be added.
|
|
||||||
*/
|
|
||||||
public void addMultipleAuthorsAsRecommendation(TextEntity textEntity, Level level) {
|
|
||||||
|
|
||||||
splitIntoAuthorNames(textEntity).forEach(authorName -> addLocalDictionaryEntry(textEntity.type(), authorName, textEntity.getMatchedRuleList(), true, level));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds multiple author names contained within a text entity as recommendations in the dictionary at the default level.
|
|
||||||
*
|
|
||||||
* @param textEntity The {@link TextEntity} containing author names to be added.
|
|
||||||
*/
|
*/
|
||||||
public void addMultipleAuthorsAsRecommendation(TextEntity textEntity) {
|
public void addMultipleAuthorsAsRecommendation(TextEntity textEntity) {
|
||||||
|
|
||||||
addMultipleAuthorsAsRecommendation(textEntity, getDefaultLevel(textEntity.type()));
|
splitIntoAuthorNames(textEntity).forEach(authorName -> addLocalDictionaryEntry(textEntity.type(), authorName, textEntity.getMatchedRuleList(), true));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,90 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Set;
|
|
||||||
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import com.iqser.red.service.dictionarymerge.commons.DictionaryEntry;
|
|
||||||
import com.iqser.red.service.dictionarymerge.commons.DictionaryEntryModel;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityType;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.SneakyThrows;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
public class DictionaryFactory {
|
|
||||||
|
|
||||||
@SneakyThrows
|
|
||||||
public Dictionary create(List<DictionaryModel> dictionaryModels, DictionaryVersion dictionaryVersion) {
|
|
||||||
|
|
||||||
Map<String, List<DictionaryIdentifierWithKeyword>> keyWordToIdentifiersMap = computeStringIdentifiersMap(dictionaryModels);
|
|
||||||
DictionarySearch dictionarySearch = getDictionarySearch(keyWordToIdentifiersMap);
|
|
||||||
|
|
||||||
return new Dictionary(dictionaryModels, dictionaryVersion, dictionarySearch);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static DictionarySearch getDictionarySearch(Map<String, List<DictionaryIdentifierWithKeyword>> keyWordToIdentifiersMap) {
|
|
||||||
|
|
||||||
// a more sophisticated selection of the dictionarySearch could be done here
|
|
||||||
// but as we do not have the need to fine-tune at the moment we use the all-rounder solution, which is the AhoCoraSickMapDictionarySearch
|
|
||||||
// based on this repository https://github.com/RokLenarcic/AhoCorasick
|
|
||||||
|
|
||||||
// This is an outline how a more complex dictionarySearch decision could be made:
|
|
||||||
// if (!redactionServiceSettings.isPriorityMode() && keyWordToIdentifiersMap.keySet().size() < 50_000) {
|
|
||||||
// dictionarySearch = new DoubleArrayTrieDictionarySearch(keyWordToIdentifiersMap);
|
|
||||||
// } else {
|
|
||||||
// dictionarySearch = new AhoCorasickMapDictionarySearch(keyWordToIdentifiersMap);
|
|
||||||
// }
|
|
||||||
|
|
||||||
return new AhoCorasickMapDictionarySearch(keyWordToIdentifiersMap);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
protected static Map<String, List<DictionaryIdentifierWithKeyword>> computeStringIdentifiersMap(List<DictionaryModel> dictionaryModels) {
|
|
||||||
|
|
||||||
Map<String, List<DictionaryIdentifierWithKeyword>> stringToIdentifiersMap = new HashMap<>();
|
|
||||||
|
|
||||||
for (DictionaryModel model : dictionaryModels) {
|
|
||||||
|
|
||||||
// Add entries for different entity types
|
|
||||||
addEntriesToMap(stringToIdentifiersMap, model, model.isHint() ? EntityType.HINT : EntityType.ENTITY, model.getEntries(), false);
|
|
||||||
addEntriesToMap(stringToIdentifiersMap, model, EntityType.FALSE_POSITIVE, model.getFalsePositives(), false);
|
|
||||||
addEntriesToMap(stringToIdentifiersMap, model, EntityType.FALSE_RECOMMENDATION, model.getFalseRecommendations(), false);
|
|
||||||
|
|
||||||
if (model.isDossierDictionary()) {
|
|
||||||
addEntriesToMap(stringToIdentifiersMap, model, EntityType.DICTIONARY_REMOVAL, model.getEntries(), true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return stringToIdentifiersMap;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private static void addEntriesToMap(Map<String, List<DictionaryIdentifierWithKeyword>> stringToIdentifiersMap,
|
|
||||||
DictionaryModel model,
|
|
||||||
EntityType entityType,
|
|
||||||
Set<DictionaryEntryModel> entries,
|
|
||||||
boolean isDeleted) {
|
|
||||||
|
|
||||||
DictionaryIdentifier identifier = new DictionaryIdentifier(model.getType(), entityType, model.isDossierDictionary(), !model.isCaseInsensitive());
|
|
||||||
|
|
||||||
List<String> values = entries.stream()
|
|
||||||
.filter(entry -> entry.isDeleted() == isDeleted)
|
|
||||||
.map(DictionaryEntry::getValue)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
for (String value : values) {
|
|
||||||
DictionaryIdentifierWithKeyword idWithKeyword = new DictionaryIdentifierWithKeyword(identifier, value);
|
|
||||||
String key = value.toLowerCase(Locale.ROOT);
|
|
||||||
stringToIdentifiersMap.computeIfAbsent(key, k -> new ArrayList<>()).add(idWithKeyword);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityType;
|
|
||||||
|
|
||||||
public record DictionaryIdentifier(String type, EntityType entityType, boolean dossierDictionaryEntry, boolean caseSensitive) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import org.ahocorasick.trie.PayloadEmit;
|
|
||||||
import org.ahocorasick.trie.PayloadTrie;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
|
|
||||||
public final class DictionaryIdentifierTrie {
|
|
||||||
private final PayloadTrie<DictionaryIdentifier> trie;
|
|
||||||
|
|
||||||
private DictionaryIdentifierTrie(PayloadTrie<DictionaryIdentifier> trie) {
|
|
||||||
this.trie = trie;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class DictionaryIdentifierTrieBuilder {
|
|
||||||
private final PayloadTrie.PayloadTrieBuilder<DictionaryIdentifier> builder;
|
|
||||||
|
|
||||||
public DictionaryIdentifierTrieBuilder() {
|
|
||||||
this.builder = PayloadTrie.builder();
|
|
||||||
}
|
|
||||||
|
|
||||||
public DictionaryIdentifierTrieBuilder ignoreCase() {
|
|
||||||
builder.ignoreCase();
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DictionaryIdentifierTrieBuilder addKeyword(String keyword, DictionaryIdentifier payload) {
|
|
||||||
builder.addKeyword(keyword, payload);
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DictionaryIdentifierTrieBuilder addKeywords(Collection<String> keywords, DictionaryIdentifier payload) {
|
|
||||||
for (String keyword : keywords) {
|
|
||||||
builder.addKeyword(keyword, payload);
|
|
||||||
}
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DictionaryIdentifierTrie build() {
|
|
||||||
return new DictionaryIdentifierTrie(builder.build());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public Collection<PayloadEmit<DictionaryIdentifier>> parseText(CharSequence text) {
|
|
||||||
return trie.parseText(text);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean containsMatch(CharSequence text) {
|
|
||||||
return trie.containsMatch(text);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
public record DictionaryIdentifierWithKeyword(DictionaryIdentifier identifier, String keyword) {
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,12 +1,13 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import com.iqser.red.service.dictionarymerge.commons.DictionaryEntry;
|
||||||
import com.iqser.red.service.dictionarymerge.commons.DictionaryEntryModel;
|
import com.iqser.red.service.dictionarymerge.commons.DictionaryEntryModel;
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.dossiertemplate.type.Type;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@ -20,7 +21,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class DictionaryModel implements Cloneable {
|
public class DictionaryModel implements Serializable {
|
||||||
|
|
||||||
private final String type;
|
private final String type;
|
||||||
private final int rank;
|
private final int rank;
|
||||||
@ -32,8 +33,13 @@ public class DictionaryModel implements Cloneable {
|
|||||||
private final Set<DictionaryEntryModel> falsePositives;
|
private final Set<DictionaryEntryModel> falsePositives;
|
||||||
private final Set<DictionaryEntryModel> falseRecommendations;
|
private final Set<DictionaryEntryModel> falseRecommendations;
|
||||||
|
|
||||||
|
private transient SearchImplementation entriesSearch;
|
||||||
|
private transient SearchImplementation deletionEntriesSearch;
|
||||||
|
private transient SearchImplementation falsePositiveSearch;
|
||||||
|
private transient SearchImplementation falseRecommendationsSearch;
|
||||||
|
|
||||||
private final HashMap<String, Set<MatchedRule>> localEntriesWithMatchedRules = new HashMap<>();
|
private final HashMap<String, Set<MatchedRule>> localEntriesWithMatchedRules = new HashMap<>();
|
||||||
private SearchImplementation localSearch;
|
private transient SearchImplementation localSearch;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -85,6 +91,74 @@ public class DictionaryModel implements Cloneable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the search implementation for non-deleted dictionary entries.
|
||||||
|
*
|
||||||
|
* @return The {@link SearchImplementation} for non-deleted dictionary entries.
|
||||||
|
*/
|
||||||
|
public SearchImplementation getEntriesSearch() {
|
||||||
|
|
||||||
|
if (entriesSearch == null) {
|
||||||
|
this.entriesSearch = new SearchImplementation(this.entries.stream()
|
||||||
|
.filter(e -> !e.isDeleted())
|
||||||
|
.map(DictionaryEntry::getValue)
|
||||||
|
.collect(Collectors.toList()), caseInsensitive);
|
||||||
|
}
|
||||||
|
return entriesSearch;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the search implementation for deleted dictionary entries.
|
||||||
|
*
|
||||||
|
* @return The {@link SearchImplementation} for deleted dictionary entries.
|
||||||
|
*/
|
||||||
|
public SearchImplementation getDeletionEntriesSearch() {
|
||||||
|
|
||||||
|
if (deletionEntriesSearch == null) {
|
||||||
|
this.deletionEntriesSearch = new SearchImplementation(this.entries.stream()
|
||||||
|
.filter(DictionaryEntry::isDeleted)
|
||||||
|
.map(DictionaryEntry::getValue)
|
||||||
|
.collect(Collectors.toList()), caseInsensitive);
|
||||||
|
}
|
||||||
|
return deletionEntriesSearch;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the search implementation for non-deleted false positive entries.
|
||||||
|
*
|
||||||
|
* @return The {@link SearchImplementation} for non-deleted false positive entries.
|
||||||
|
*/
|
||||||
|
public SearchImplementation getFalsePositiveSearch() {
|
||||||
|
|
||||||
|
if (falsePositiveSearch == null) {
|
||||||
|
this.falsePositiveSearch = new SearchImplementation(this.falsePositives.stream()
|
||||||
|
.filter(e -> !e.isDeleted())
|
||||||
|
.map(DictionaryEntry::getValue)
|
||||||
|
.collect(Collectors.toList()), caseInsensitive);
|
||||||
|
}
|
||||||
|
return falsePositiveSearch;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the search implementation for non-deleted false recommendation entries.
|
||||||
|
*
|
||||||
|
* @return The {@link SearchImplementation} for non-deleted false recommendation entries.
|
||||||
|
*/
|
||||||
|
public SearchImplementation getFalseRecommendationsSearch() {
|
||||||
|
|
||||||
|
if (falseRecommendationsSearch == null) {
|
||||||
|
this.falseRecommendationsSearch = new SearchImplementation(this.falseRecommendations.stream()
|
||||||
|
.filter(e -> !e.isDeleted())
|
||||||
|
.map(DictionaryEntry::getValue)
|
||||||
|
.collect(Collectors.toList()), caseInsensitive);
|
||||||
|
}
|
||||||
|
return falseRecommendationsSearch;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the matched rules for a given value from the local dictionary entries.
|
* Retrieves the matched rules for a given value from the local dictionary entries.
|
||||||
* The value is processed based on the case sensitivity of the dictionary.
|
* The value is processed based on the case sensitivity of the dictionary.
|
||||||
@ -98,149 +172,4 @@ public class DictionaryModel implements Cloneable {
|
|||||||
return localEntriesWithMatchedRules.get(cleanedValue);
|
return localEntriesWithMatchedRules.get(cleanedValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public DictionaryModel clone() {
|
|
||||||
|
|
||||||
try {
|
|
||||||
DictionaryModel cloned = (DictionaryModel) super.clone();
|
|
||||||
|
|
||||||
cloned.localSearch = null;
|
|
||||||
|
|
||||||
return cloned;
|
|
||||||
|
|
||||||
} catch (CloneNotSupportedException e) {
|
|
||||||
throw new AssertionError("Cloning not supported", e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void addNewEntries(long versionThreshold, Set<DictionaryIncrementValue> newValues) {
|
|
||||||
|
|
||||||
getEntries().forEach(entry -> {
|
|
||||||
if (entry.getVersion() > versionThreshold) {
|
|
||||||
newValues.add(new DictionaryIncrementValue(entry.getValue(), isCaseInsensitive()));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
getFalsePositives().forEach(entry -> {
|
|
||||||
if (entry.getVersion() > versionThreshold) {
|
|
||||||
newValues.add(new DictionaryIncrementValue(entry.getValue(), isCaseInsensitive()));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
getFalseRecommendations().forEach(entry -> {
|
|
||||||
if (entry.getVersion() > versionThreshold) {
|
|
||||||
newValues.add(new DictionaryIncrementValue(entry.getValue(), isCaseInsensitive()));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void handleOldEntries(Type newType,
|
|
||||||
DictionaryEntries newEntries,
|
|
||||||
Set<DictionaryEntryModel> combinedEntries,
|
|
||||||
Set<DictionaryEntryModel> combinedFalsePositives,
|
|
||||||
Set<DictionaryEntryModel> combinedFalseRecommendations) {
|
|
||||||
|
|
||||||
if (isCaseInsensitive() && !newType.isCaseInsensitive()) {
|
|
||||||
// Compute new entries' values in lowercase once
|
|
||||||
Set<String> newEntryValuesLower = newEntries.getEntries()
|
|
||||||
.stream()
|
|
||||||
.map(s -> s.getValue().toLowerCase(Locale.ROOT))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedEntries.addAll(getEntries()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newEntryValuesLower.contains(f.getValue()))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
|
|
||||||
// Similarly for false positives
|
|
||||||
Set<String> newFalsePositivesValuesLower = newEntries.getFalsePositives()
|
|
||||||
.stream()
|
|
||||||
.map(s -> s.getValue().toLowerCase(Locale.ROOT))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedFalsePositives.addAll(getFalsePositives()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newFalsePositivesValuesLower.contains(f.getValue()))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
|
|
||||||
// Similarly for false recommendations
|
|
||||||
Set<String> newFalseRecommendationsValuesLower = newEntries.getFalseRecommendations()
|
|
||||||
.stream()
|
|
||||||
.map(s -> s.getValue().toLowerCase(Locale.ROOT))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedFalseRecommendations.addAll(getFalseRecommendations()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newFalseRecommendationsValuesLower.contains(f.getValue()))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
} else if (!isCaseInsensitive() && newType.isCaseInsensitive()) {
|
|
||||||
// Compute new entries' values in lowercase once
|
|
||||||
Set<String> newEntryValuesLower = newEntries.getEntries()
|
|
||||||
.stream()
|
|
||||||
.map(s -> s.getValue().toLowerCase(Locale.ROOT))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedEntries.addAll(getEntries()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newEntryValuesLower.contains(f.getValue().toLowerCase(Locale.ROOT)))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
|
|
||||||
// Similarly for false positives
|
|
||||||
Set<String> newFalsePositivesValuesLower = newEntries.getFalsePositives()
|
|
||||||
.stream()
|
|
||||||
.map(s -> s.getValue().toLowerCase(Locale.ROOT))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedFalsePositives.addAll(getFalsePositives()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newFalsePositivesValuesLower.contains(f.getValue().toLowerCase(Locale.ROOT)))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
|
|
||||||
// Similarly for false recommendations
|
|
||||||
Set<String> newFalseRecommendationsValuesLower = newEntries.getFalseRecommendations()
|
|
||||||
.stream()
|
|
||||||
.map(s -> s.getValue().toLowerCase(Locale.ROOT))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedFalseRecommendations.addAll(getFalseRecommendations()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newFalseRecommendationsValuesLower.contains(f.getValue().toLowerCase(Locale.ROOT)))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
} else {
|
|
||||||
// Both have the same case sensitivity
|
|
||||||
Set<String> newEntryValues = newEntries.getEntries()
|
|
||||||
.stream()
|
|
||||||
.map(DictionaryEntryModel::getValue)
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedEntries.addAll(getEntries()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newEntryValues.contains(f.getValue()))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
|
|
||||||
// Similarly for false positives
|
|
||||||
Set<String> newFalsePositivesValues = newEntries.getFalsePositives()
|
|
||||||
.stream()
|
|
||||||
.map(DictionaryEntryModel::getValue)
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedFalsePositives.addAll(getFalsePositives()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newFalsePositivesValues.contains(f.getValue()))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
|
|
||||||
// Similarly for false recommendations
|
|
||||||
Set<String> newFalseRecommendationsValues = newEntries.getFalseRecommendations()
|
|
||||||
.stream()
|
|
||||||
.map(DictionaryEntryModel::getValue)
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
combinedFalseRecommendations.addAll(getFalseRecommendations()
|
|
||||||
.stream()
|
|
||||||
.filter(f -> !newFalseRecommendationsValues.contains(f.getValue()))
|
|
||||||
.collect(Collectors.toSet()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,86 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Common interface for dictionary search implementations.
|
|
||||||
*/
|
|
||||||
public interface DictionarySearch {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a list of match boundaries within the given text.
|
|
||||||
*
|
|
||||||
* @param text The text to search within.
|
|
||||||
* @return A list of MatchTextRange representing the boundaries of matches.
|
|
||||||
*/
|
|
||||||
default List<MatchTextRange> getBoundariesAsList(CharSequence text) {
|
|
||||||
return getBoundaries(text).toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a stream of match boundaries within the given text.
|
|
||||||
*
|
|
||||||
* @param text The text to search within.
|
|
||||||
* @return A stream of MatchTextRange representing the boundaries of matches.
|
|
||||||
*/
|
|
||||||
Stream<MatchTextRange> getBoundaries(CharSequence text);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a list of match boundaries within a specified region of the text.
|
|
||||||
*
|
|
||||||
* @param text The text to search within.
|
|
||||||
* @param region The specific region of the text to search.
|
|
||||||
* @return A list of MatchTextRange representing the boundaries of matches.
|
|
||||||
*/
|
|
||||||
default List<MatchTextRange> getBoundariesAsList(CharSequence text, TextRange region) {
|
|
||||||
return getBoundaries(text, region).toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a stream of match boundaries within a specified region of the text.
|
|
||||||
*
|
|
||||||
* @param text The text to search within.
|
|
||||||
* @param region The specific region of the text to search.
|
|
||||||
* @return A stream of MatchTextRange representing the boundaries of matches.
|
|
||||||
*/
|
|
||||||
Stream<MatchTextRange> getBoundaries(CharSequence text, TextRange region);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a stream of match boundaries within the given TextBlock.
|
|
||||||
*
|
|
||||||
* @param textBlock The TextBlock to search within.
|
|
||||||
* @return A stream of MatchTextRange representing the boundaries of matches.
|
|
||||||
*/
|
|
||||||
Stream<MatchTextRange> getBoundaries(TextBlock textBlock);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a list of match positions within the given text.
|
|
||||||
*
|
|
||||||
* @param text The text to search within.
|
|
||||||
* @return A list of MatchPosition representing the positions of matches.
|
|
||||||
*/
|
|
||||||
default List<MatchPosition> getMatchesAsList(String text) {
|
|
||||||
return getMatches(text).toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves a stream of match positions within the given text.
|
|
||||||
*
|
|
||||||
* @param text The text to search within.
|
|
||||||
* @return A stream of MatchPosition representing the positions of matches.
|
|
||||||
*/
|
|
||||||
Stream<MatchPosition> getMatches(String text);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Record representing the range of matched text along with its identifier.
|
|
||||||
*/
|
|
||||||
record MatchTextRange(DictionaryIdentifier identifier, TextRange textRange) {}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Record representing the start and end positions of a match along with its identifier.
|
|
||||||
*/
|
|
||||||
record MatchPosition(DictionaryIdentifier identifier, int startIndex, int endIndex) {}
|
|
||||||
}
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import com.hankcs.algorithm.AhoCorasickDoubleArrayTrie;
|
|
||||||
|
|
||||||
public class DoubleArrayTrieDictionarySearch extends AbstractDictionarySearch {
|
|
||||||
|
|
||||||
private final AhoCorasickDoubleArrayTrie<List<DictionaryIdentifierWithKeyword>> trie;
|
|
||||||
|
|
||||||
|
|
||||||
public DoubleArrayTrieDictionarySearch(Map<String, List<DictionaryIdentifierWithKeyword>> keyWordToIdentifiersMap) {
|
|
||||||
|
|
||||||
super(keyWordToIdentifiersMap);
|
|
||||||
trie = new AhoCorasickDoubleArrayTrie<>();
|
|
||||||
trie.build(keyWordToIdentifiersMap);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void parseText(CharSequence text, HitHandler handler) {
|
|
||||||
|
|
||||||
List<AhoCorasickDoubleArrayTrie.Hit<List<DictionaryIdentifierWithKeyword>>> hits = trie.parseText(text);
|
|
||||||
for (AhoCorasickDoubleArrayTrie.Hit<List<DictionaryIdentifierWithKeyword>> hit : hits) {
|
|
||||||
handler.handle(hit.begin, hit.end, hit.value);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,138 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
|
||||||
|
|
||||||
public class DoubleTrieDictionarySearch implements DictionarySearch {
|
|
||||||
|
|
||||||
private final Map<DictionaryIdentifier, List<String>> caseSensitiveEntries = new HashMap<>();
|
|
||||||
private final Map<DictionaryIdentifier, List<String>> caseInsensitiveEntries = new HashMap<>();
|
|
||||||
private final DictionaryIdentifierTrie caseSensitiveTrie;
|
|
||||||
private final DictionaryIdentifierTrie caseInsensitiveTrie;
|
|
||||||
|
|
||||||
|
|
||||||
public DoubleTrieDictionarySearch(Map<DictionaryIdentifier, List<String>> dictionaryValues) {
|
|
||||||
|
|
||||||
for (Map.Entry<DictionaryIdentifier, List<String>> entry : dictionaryValues.entrySet()) {
|
|
||||||
DictionaryIdentifier identifier = entry.getKey();
|
|
||||||
List<String> values = entry.getValue();
|
|
||||||
if (identifier.caseSensitive()) {
|
|
||||||
caseSensitiveEntries.put(identifier, values);
|
|
||||||
} else {
|
|
||||||
caseInsensitiveEntries.put(identifier, values);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
this.caseSensitiveTrie = createTrie(caseSensitiveEntries, false);
|
|
||||||
this.caseInsensitiveTrie = createTrie(caseInsensitiveEntries, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private DictionaryIdentifierTrie createTrie(Map<DictionaryIdentifier, List<String>> entries, boolean ignoreCase) {
|
|
||||||
|
|
||||||
if (entries.isEmpty()) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
DictionaryIdentifierTrie.DictionaryIdentifierTrieBuilder builder = new DictionaryIdentifierTrie.DictionaryIdentifierTrieBuilder();
|
|
||||||
if (ignoreCase) {
|
|
||||||
builder.ignoreCase();
|
|
||||||
}
|
|
||||||
entries.forEach((identifier, values) -> {
|
|
||||||
for (String value : values) {
|
|
||||||
builder.addKeyword(value, identifier);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return builder.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean atLeastOneMatches(String text) {
|
|
||||||
|
|
||||||
if (!caseSensitiveEntries.isEmpty() && caseSensitiveTrie != null && caseSensitiveTrie.containsMatch(text)) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return !caseInsensitiveEntries.isEmpty() && caseInsensitiveTrie != null && caseInsensitiveTrie.containsMatch(text);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchTextRange> getBoundaries(CharSequence text) {
|
|
||||||
|
|
||||||
List<MatchTextRange> matches = new ArrayList<>();
|
|
||||||
addMatchTextRangesForTrie(caseSensitiveEntries, caseSensitiveTrie, matches, text);
|
|
||||||
addMatchTextRangesForTrie(caseInsensitiveEntries, caseInsensitiveTrie, matches, text);
|
|
||||||
return matches.stream();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchTextRange> getBoundaries(TextBlock textBlock) {
|
|
||||||
|
|
||||||
return getBoundaries(textBlock, textBlock.getTextRange());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchTextRange> getBoundaries(CharSequence text, TextRange region) {
|
|
||||||
|
|
||||||
List<MatchTextRange> matches = new ArrayList<>();
|
|
||||||
addMatchTextRangesForTrie(text, region, matches, caseSensitiveEntries, caseSensitiveTrie);
|
|
||||||
addMatchTextRangesForTrie(text, region, matches, caseInsensitiveEntries, caseInsensitiveTrie);
|
|
||||||
return matches.stream();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<MatchPosition> getMatches(String text) {
|
|
||||||
|
|
||||||
List<MatchPosition> matches = new ArrayList<>();
|
|
||||||
addMatchPositionsForTrie(caseSensitiveEntries, caseSensitiveTrie, matches, text);
|
|
||||||
addMatchPositionsForTrie(caseInsensitiveEntries, caseInsensitiveTrie, matches, text);
|
|
||||||
return matches.stream();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void addMatchTextRangesForTrie(Map<DictionaryIdentifier, List<String>> entries, DictionaryIdentifierTrie trie, List<MatchTextRange> matches, CharSequence text) {
|
|
||||||
|
|
||||||
if (!entries.isEmpty() && trie != null) {
|
|
||||||
matches.addAll(trie.parseText(text)
|
|
||||||
.stream()
|
|
||||||
.map(r -> new MatchTextRange(r.getPayload(), new TextRange(r.getStart(), r.getEnd() + 1)))
|
|
||||||
.toList());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void addMatchTextRangesForTrie(CharSequence text,
|
|
||||||
TextRange region,
|
|
||||||
List<MatchTextRange> matches,
|
|
||||||
Map<DictionaryIdentifier, List<String>> entries,
|
|
||||||
DictionaryIdentifierTrie trie) {
|
|
||||||
|
|
||||||
if (!entries.isEmpty() && trie != null) {
|
|
||||||
CharSequence subSequence = text.subSequence(region.start(), region.end());
|
|
||||||
matches.addAll(trie.parseText(subSequence)
|
|
||||||
.stream()
|
|
||||||
.map(r -> new MatchTextRange(r.getPayload(), new TextRange(r.getStart() + region.start(), r.getEnd() + region.start() + 1)))
|
|
||||||
.toList());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void addMatchPositionsForTrie(Map<DictionaryIdentifier, List<String>> entries, DictionaryIdentifierTrie trie, List<MatchPosition> matches, String text) {
|
|
||||||
|
|
||||||
if (!entries.isEmpty() && trie != null) {
|
|
||||||
matches.addAll(trie.parseText(text)
|
|
||||||
.stream()
|
|
||||||
.map(r -> new MatchPosition(r.getPayload(), r.getStart(), r.getEnd() + 1))
|
|
||||||
.toList());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -19,6 +19,7 @@ import lombok.Data;
|
|||||||
public class SearchImplementation {
|
public class SearchImplementation {
|
||||||
|
|
||||||
private boolean ignoreCase;
|
private boolean ignoreCase;
|
||||||
|
private boolean ignoreWhiteSpace;
|
||||||
private List<String> values;
|
private List<String> values;
|
||||||
|
|
||||||
private Pattern pattern;
|
private Pattern pattern;
|
||||||
@ -41,13 +42,22 @@ public class SearchImplementation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public SearchImplementation(Collection<String> values, boolean ignoreCase, boolean ignoreWhiteSpace) {
|
||||||
|
|
||||||
|
this.values = new ArrayList<>(values);
|
||||||
|
this.ignoreCase = ignoreCase;
|
||||||
|
this.ignoreWhiteSpace = ignoreWhiteSpace;
|
||||||
|
this.createSearchImplementation();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
private void createSearchImplementation() {
|
private void createSearchImplementation() {
|
||||||
|
|
||||||
if (this.values.isEmpty()) {
|
if (this.values.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.values.size() == 1) {
|
if (this.values.size() == 1 && !this.ignoreWhiteSpace) {
|
||||||
var text = this.values.iterator().next();
|
var text = this.values.iterator().next();
|
||||||
|
|
||||||
if (this.ignoreCase) {
|
if (this.ignoreCase) {
|
||||||
@ -60,6 +70,9 @@ public class SearchImplementation {
|
|||||||
if (this.ignoreCase) {
|
if (this.ignoreCase) {
|
||||||
builder.ignoreCase();
|
builder.ignoreCase();
|
||||||
}
|
}
|
||||||
|
if (this.ignoreWhiteSpace) {
|
||||||
|
builder.ignoreWhiteSpace();
|
||||||
|
}
|
||||||
|
|
||||||
builder.addKeywords(this.values);
|
builder.addKeywords(this.values);
|
||||||
|
|
||||||
|
|||||||
@ -1,46 +0,0 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.dictionary;
|
|
||||||
|
|
||||||
import java.util.Locale;
|
|
||||||
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
public class TextContext {
|
|
||||||
|
|
||||||
private final CharSequence text;
|
|
||||||
@Getter
|
|
||||||
private final String lowerText;
|
|
||||||
private final int offset;
|
|
||||||
|
|
||||||
|
|
||||||
TextContext(CharSequence text, int offset) {
|
|
||||||
|
|
||||||
this.text = text;
|
|
||||||
this.lowerText = text.toString().toLowerCase(Locale.ROOT);
|
|
||||||
this.offset = offset;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
TextContext(CharSequence text) {
|
|
||||||
|
|
||||||
this(text, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public int getStart(int hitBegin) {
|
|
||||||
|
|
||||||
return hitBegin + offset;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public int getEnd(int hitEnd) {
|
|
||||||
|
|
||||||
return hitEnd + offset;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public String getMatchedText(int hitBegin, int hitEnd) {
|
|
||||||
|
|
||||||
return text.subSequence(hitBegin, hitEnd).toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.textblock;
|
package com.iqser.red.service.redaction.v1.server.model.document;
|
||||||
|
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@ -10,6 +10,9 @@ import java.util.function.Supplier;
|
|||||||
import java.util.stream.Collector;
|
import java.util.stream.Collector;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.ConcatenatedTextBlock;
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@ -1,12 +1,13 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.data;
|
package com.iqser.red.service.redaction.v1.server.model.document;
|
||||||
|
|
||||||
import static com.iqser.red.service.redaction.v1.server.data.DocumentStructureProto.DocumentStructure;
|
import static com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentStructureProto.DocumentStructure;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPageProto.AllDocumentPages;
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentPageProto.AllDocumentPages;
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPositionDataProto.AllDocumentPositionData;
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentPositionDataProto.AllDocumentPositionData;
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentTextDataProto.AllDocumentTextData;
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentStructureWrapper;
|
||||||
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentTextDataProto.AllDocumentTextData;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -9,8 +9,6 @@ import java.util.List;
|
|||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityType;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Document;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Document;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.GenericSemanticNode;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.GenericSemanticNode;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.NodeType;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.NodeType;
|
||||||
@ -19,8 +17,6 @@ import com.iqser.red.service.redaction.v1.server.model.document.nodes.Table;
|
|||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableCell;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.TableCell;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.EntityCreationUtility;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.EntityEnrichmentService;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -39,7 +35,7 @@ public class DocumentTree {
|
|||||||
|
|
||||||
public DocumentTree(Document document) {
|
public DocumentTree(Document document) {
|
||||||
|
|
||||||
this.root = Entry.builder().treeId(Collections.emptyList()).children(new LinkedList<>()).node(document).build();
|
root = Entry.builder().treeId(Collections.emptyList()).children(new LinkedList<>()).node(document).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -300,22 +296,6 @@ public class DocumentTree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Optional<Entry> findEntryById(List<Integer> treeId) {
|
|
||||||
|
|
||||||
if (treeId.isEmpty()) {
|
|
||||||
return Optional.of(root);
|
|
||||||
}
|
|
||||||
Entry entry = root;
|
|
||||||
for (int id : treeId) {
|
|
||||||
if (id < 0 || id >= entry.children.size()) {
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
entry = entry.children.get(id);
|
|
||||||
}
|
|
||||||
return Optional.of(entry);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Stream<Entry> mainEntries() {
|
public Stream<Entry> mainEntries() {
|
||||||
|
|
||||||
return root.children.stream();
|
return root.children.stream();
|
||||||
@ -362,25 +342,6 @@ public class DocumentTree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void addEntityToGraph(TextEntity entity) {
|
|
||||||
|
|
||||||
getRoot().getNode().addThisToEntityIfIntersects(entity);
|
|
||||||
|
|
||||||
TextBlock textBlock = entity.getDeepestFullyContainingNode().getTextBlock();
|
|
||||||
EntityEnrichmentService.enrichEntity(entity, textBlock);
|
|
||||||
|
|
||||||
EntityCreationUtility.addToPages(entity);
|
|
||||||
EntityCreationUtility.addEntityToNodeEntitySets(entity);
|
|
||||||
|
|
||||||
if (entity.getEntityType().equals(EntityType.TEMPORARY)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
entity.computeRelations();
|
|
||||||
entity.notifyEntityInserted();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Builder
|
@Builder
|
||||||
@Getter
|
@Getter
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@ -134,12 +134,6 @@ public class TextRange implements Comparable<TextRange> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean containsExclusive(int index) {
|
|
||||||
|
|
||||||
return start <= index && index < end;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if this {@link TextRange} intersects with another {@link TextRange}.
|
* Checks if this {@link TextRange} intersects with another {@link TextRange}.
|
||||||
*
|
*
|
||||||
@ -6,6 +6,5 @@ public enum EntityType {
|
|||||||
RECOMMENDATION,
|
RECOMMENDATION,
|
||||||
FALSE_POSITIVE,
|
FALSE_POSITIVE,
|
||||||
FALSE_RECOMMENDATION,
|
FALSE_RECOMMENDATION,
|
||||||
DICTIONARY_REMOVAL,
|
DICTIONARY_REMOVAL
|
||||||
TEMPORARY
|
|
||||||
}
|
}
|
||||||
@ -6,6 +6,7 @@ import java.util.PriorityQueue;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.drools.RuleIdentifier;
|
||||||
|
|
||||||
import lombok.NonNull;
|
import lombok.NonNull;
|
||||||
|
|
||||||
@ -95,9 +96,6 @@ public interface IEntity {
|
|||||||
// Don't use default accessor pattern (e.g. isApplied()), as it might lead to errors in drools due to property-specific optimization of the drools planner.
|
// Don't use default accessor pattern (e.g. isApplied()), as it might lead to errors in drools due to property-specific optimization of the drools planner.
|
||||||
default boolean applied() {
|
default boolean applied() {
|
||||||
|
|
||||||
if (this.getMatchedRule().isHigherPriorityThanManual()) {
|
|
||||||
return getMatchedRule().isApplied();
|
|
||||||
}
|
|
||||||
return getManualOverwrite().getApplied()
|
return getManualOverwrite().getApplied()
|
||||||
.orElse(getMatchedRule().isApplied());
|
.orElse(getMatchedRule().isApplied());
|
||||||
}
|
}
|
||||||
@ -121,10 +119,6 @@ public interface IEntity {
|
|||||||
*/
|
*/
|
||||||
default boolean ignored() {
|
default boolean ignored() {
|
||||||
|
|
||||||
if (this.getMatchedRule().isHigherPriorityThanManual()) {
|
|
||||||
return getMatchedRule().isIgnored();
|
|
||||||
}
|
|
||||||
|
|
||||||
return getManualOverwrite().getIgnored()
|
return getManualOverwrite().getIgnored()
|
||||||
.orElse(getMatchedRule().isIgnored());
|
.orElse(getMatchedRule().isIgnored());
|
||||||
}
|
}
|
||||||
@ -137,9 +131,6 @@ public interface IEntity {
|
|||||||
*/
|
*/
|
||||||
default boolean removed() {
|
default boolean removed() {
|
||||||
|
|
||||||
if (this.getMatchedRule().isHigherPriorityThanManual()) {
|
|
||||||
return getMatchedRule().isRemoved();
|
|
||||||
}
|
|
||||||
return getManualOverwrite().getRemoved()
|
return getManualOverwrite().getRemoved()
|
||||||
.orElse(getMatchedRule().isRemoved());
|
.orElse(getMatchedRule().isRemoved());
|
||||||
}
|
}
|
||||||
@ -152,9 +143,6 @@ public interface IEntity {
|
|||||||
*/
|
*/
|
||||||
default boolean resized() {
|
default boolean resized() {
|
||||||
|
|
||||||
if (this.getMatchedRule().isHigherPriorityThanManual()) {
|
|
||||||
return getMatchedRule().isRemoved();
|
|
||||||
}
|
|
||||||
return getManualOverwrite().getResized()
|
return getManualOverwrite().getResized()
|
||||||
.orElse(false);
|
.orElse(false);
|
||||||
}
|
}
|
||||||
@ -339,9 +327,7 @@ public interface IEntity {
|
|||||||
*/
|
*/
|
||||||
default void addMatchedRule(MatchedRule matchedRule) {
|
default void addMatchedRule(MatchedRule matchedRule) {
|
||||||
|
|
||||||
boolean wasValid = valid();
|
|
||||||
getMatchedRuleList().add(matchedRule);
|
getMatchedRuleList().add(matchedRule);
|
||||||
handleStateChange(wasValid);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -355,53 +341,7 @@ public interface IEntity {
|
|||||||
if (getMatchedRuleList().equals(matchedRules)) {
|
if (getMatchedRuleList().equals(matchedRules)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
boolean wasValid = valid();
|
|
||||||
getMatchedRuleList().addAll(matchedRules);
|
getMatchedRuleList().addAll(matchedRules);
|
||||||
handleStateChange(wasValid);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void addEntityEventListener(EntityEventListener listener);
|
|
||||||
|
|
||||||
|
|
||||||
void removeEntityEventListener(EntityEventListener listener);
|
|
||||||
|
|
||||||
|
|
||||||
default void notifyEntityInserted() {
|
|
||||||
|
|
||||||
for (EntityEventListener listener : getEntityEventListeners()) {
|
|
||||||
listener.onEntityInserted(this);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
default void notifyEntityUpdated() {
|
|
||||||
|
|
||||||
for (EntityEventListener listener : getEntityEventListeners()) {
|
|
||||||
listener.onEntityUpdated(this);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
default void notifyEntityRemoved() {
|
|
||||||
|
|
||||||
for (EntityEventListener listener : getEntityEventListeners()) {
|
|
||||||
listener.onEntityRemoved(this);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Collection<EntityEventListener> getEntityEventListeners();
|
|
||||||
|
|
||||||
|
|
||||||
default void handleStateChange(boolean wasValid) {
|
|
||||||
|
|
||||||
if (valid() == wasValid) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!removed()) {
|
|
||||||
notifyEntityUpdated();
|
|
||||||
} else {
|
|
||||||
notifyEntityRemoved();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -435,9 +375,15 @@ public interface IEntity {
|
|||||||
*
|
*
|
||||||
* @return The built reason string.
|
* @return The built reason string.
|
||||||
*/
|
*/
|
||||||
default String buildReason() {
|
default String buildReasonWithManualChangeDescriptions() {
|
||||||
|
|
||||||
return getMatchedRule().getReason();
|
if (getManualOverwrite().getDescriptions().isEmpty()) {
|
||||||
|
return getMatchedRule().getReason();
|
||||||
|
}
|
||||||
|
if (getMatchedRule().getReason().isEmpty()) {
|
||||||
|
return String.join(", ", getManualOverwrite().getDescriptions());
|
||||||
|
}
|
||||||
|
return getMatchedRule().getReason() + ", " + String.join(", ", getManualOverwrite().getDescriptions());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1,8 +1,10 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
package com.iqser.red.service.redaction.v1.server.model.document.entity;
|
||||||
|
|
||||||
|
import java.util.Collections;
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
|
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.BaseAnnotation;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.BaseAnnotation;
|
||||||
@ -12,6 +14,7 @@ import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations
|
|||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualRecategorization;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualRecategorization;
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualRedactionEntry;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualRedactionEntry;
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualResizeRedaction;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.ManualResizeRedaction;
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.RectangleWithPage;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -23,9 +26,18 @@ import lombok.experimental.FieldDefaults;
|
|||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
@FieldDefaults(level = AccessLevel.PRIVATE)
|
||||||
public class ManualChangeOverwrite {
|
public class ManualChangeOverwrite {
|
||||||
|
|
||||||
|
private static final Map<Class<? extends BaseAnnotation>, String> MANUAL_CHANGE_DESCRIPTIONS = Map.of(//
|
||||||
|
ManualRedactionEntry.class, "created by manual change", //
|
||||||
|
ManualLegalBasisChange.class, "legal basis was manually changed", //
|
||||||
|
ManualResizeRedaction.class, "resized by manual override", //
|
||||||
|
ManualForceRedaction.class, "forced by manual override", //
|
||||||
|
IdRemoval.class, "removed by manual override", //
|
||||||
|
ManualRecategorization.class, "recategorized by manual override");
|
||||||
|
|
||||||
@Builder.Default
|
@Builder.Default
|
||||||
List<BaseAnnotation> manualChanges = new LinkedList<>();
|
List<BaseAnnotation> manualChanges = new LinkedList<>();
|
||||||
boolean changed;
|
boolean changed;
|
||||||
|
List<String> descriptions;
|
||||||
String type;
|
String type;
|
||||||
String legalBasis;
|
String legalBasis;
|
||||||
String section;
|
String section;
|
||||||
@ -51,7 +63,6 @@ public class ManualChangeOverwrite {
|
|||||||
this.manualChanges = new LinkedList<>();
|
this.manualChanges = new LinkedList<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public ManualChangeOverwrite(EntityType entityType, String section) {
|
public ManualChangeOverwrite(EntityType entityType, String section) {
|
||||||
|
|
||||||
this(entityType);
|
this(entityType);
|
||||||
@ -84,6 +95,8 @@ public class ManualChangeOverwrite {
|
|||||||
|
|
||||||
private void updateFields(List<BaseAnnotation> sortedManualChanges) {
|
private void updateFields(List<BaseAnnotation> sortedManualChanges) {
|
||||||
|
|
||||||
|
descriptions = new LinkedList<>();
|
||||||
|
|
||||||
for (BaseAnnotation manualChange : sortedManualChanges) {
|
for (BaseAnnotation manualChange : sortedManualChanges) {
|
||||||
// ManualRedactionEntries are created prior to rule execution in analysis service.
|
// ManualRedactionEntries are created prior to rule execution in analysis service.
|
||||||
|
|
||||||
@ -138,6 +151,8 @@ public class ManualChangeOverwrite {
|
|||||||
legalBasis = recategorization.getLegalBasis();
|
legalBasis = recategorization.getLegalBasis();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
descriptions.add(MANUAL_CHANGE_DESCRIPTIONS.get(manualChange.getClass()));
|
||||||
}
|
}
|
||||||
changed = false;
|
changed = false;
|
||||||
}
|
}
|
||||||
@ -230,6 +245,13 @@ public class ManualChangeOverwrite {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public List<String> getDescriptions() {
|
||||||
|
|
||||||
|
calculateCurrentOverride();
|
||||||
|
return descriptions == null ? Collections.emptyList() : descriptions;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public Optional<List<RectangleWithPage>> getPositions() {
|
public Optional<List<RectangleWithPage>> getPositions() {
|
||||||
|
|
||||||
calculateCurrentOverride();
|
calculateCurrentOverride();
|
||||||
@ -5,6 +5,9 @@ import java.util.List;
|
|||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.drools.RuleIdentifier;
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.drools.RuleType;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
@ -25,9 +28,8 @@ public final class MatchedRule implements Comparable<MatchedRule> {
|
|||||||
public static final RuleType FINAL_TYPE = RuleType.fromString("FINAL");
|
public static final RuleType FINAL_TYPE = RuleType.fromString("FINAL");
|
||||||
public static final RuleType ELIMINATION_RULE_TYPE = RuleType.fromString("X");
|
public static final RuleType ELIMINATION_RULE_TYPE = RuleType.fromString("X");
|
||||||
public static final RuleType IMPORTED_TYPE = RuleType.fromString("IMP");
|
public static final RuleType IMPORTED_TYPE = RuleType.fromString("IMP");
|
||||||
public static final RuleType MANUAL_TYPE = RuleType.fromString("MAN");
|
|
||||||
public static final RuleType DICTIONARY_TYPE = RuleType.fromString("DICT");
|
public static final RuleType DICTIONARY_TYPE = RuleType.fromString("DICT");
|
||||||
private static final List<RuleType> RULE_TYPE_PRIORITIES = List.of(FINAL_TYPE, ELIMINATION_RULE_TYPE, MANUAL_TYPE, IMPORTED_TYPE, DICTIONARY_TYPE);
|
private static final List<RuleType> RULE_TYPE_PRIORITIES = List.of(FINAL_TYPE, ELIMINATION_RULE_TYPE, IMPORTED_TYPE, DICTIONARY_TYPE);
|
||||||
|
|
||||||
RuleIdentifier ruleIdentifier;
|
RuleIdentifier ruleIdentifier;
|
||||||
@Builder.Default
|
@Builder.Default
|
||||||
@ -55,13 +57,6 @@ public final class MatchedRule implements Comparable<MatchedRule> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean isHigherPriorityThanManual() {
|
|
||||||
|
|
||||||
return (-1 < RULE_TYPE_PRIORITIES.indexOf(this.ruleIdentifier.type())) && (RULE_TYPE_PRIORITIES.indexOf(this.ruleIdentifier.type()) < RULE_TYPE_PRIORITIES.indexOf(
|
|
||||||
MANUAL_TYPE));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a modified instance of {@link MatchedRule} based on its applied status.
|
* Returns a modified instance of {@link MatchedRule} based on its applied status.
|
||||||
* If the rule has been applied, it returns a new {@link MatchedRule} instance that retains all properties of the original
|
* If the rule has been applied, it returns a new {@link MatchedRule} instance that retains all properties of the original
|
||||||
@ -4,7 +4,6 @@ import java.awt.geom.Rectangle2D;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@ -12,10 +11,7 @@ import java.util.Map;
|
|||||||
import java.util.PriorityQueue;
|
import java.util.PriorityQueue;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import org.apache.commons.collections4.map.HashedMap;
|
|
||||||
|
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog.entitylog.Engine;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog.entitylog.Engine;
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.entitymapped.BaseAnnotation;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SemanticNode;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SemanticNode;
|
||||||
@ -47,14 +43,13 @@ public class TextEntity implements IEntity {
|
|||||||
|
|
||||||
TextRange textRange;
|
TextRange textRange;
|
||||||
@Builder.Default
|
@Builder.Default
|
||||||
Set<TextRange> duplicateTextRanges = new HashSet<>();
|
List<TextRange> duplicateTextRanges = new ArrayList<>();
|
||||||
String type; // TODO: make final once ManualChangesApplicationService::recategorize is deleted
|
String type; // TODO: make final once ManualChangesApplicationService::recategorize is deleted
|
||||||
final EntityType entityType;
|
final EntityType entityType;
|
||||||
|
|
||||||
@Builder.Default
|
@Builder.Default
|
||||||
final PriorityQueue<MatchedRule> matchedRuleList = new PriorityQueue<>();
|
final PriorityQueue<MatchedRule> matchedRuleList = new PriorityQueue<>();
|
||||||
@Builder.Default
|
final ManualChangeOverwrite manualOverwrite;
|
||||||
final ManualChangeOverwrite manualOverwrite = new ManualChangeOverwrite();
|
|
||||||
|
|
||||||
boolean dictionaryEntry;
|
boolean dictionaryEntry;
|
||||||
boolean dossierDictionaryEntry;
|
boolean dossierDictionaryEntry;
|
||||||
@ -73,12 +68,6 @@ public class TextEntity implements IEntity {
|
|||||||
List<SemanticNode> intersectingNodes = new LinkedList<>();
|
List<SemanticNode> intersectingNodes = new LinkedList<>();
|
||||||
SemanticNode deepestFullyContainingNode;
|
SemanticNode deepestFullyContainingNode;
|
||||||
|
|
||||||
@Builder.Default
|
|
||||||
Map<TextEntity, Set<Relation>> relations = new HashMap<>();
|
|
||||||
|
|
||||||
@Builder.Default
|
|
||||||
Collection<EntityEventListener> entityEventListeners = new ArrayList<>();
|
|
||||||
|
|
||||||
|
|
||||||
public static TextEntity initialEntityNode(TextRange textRange, String type, EntityType entityType, SemanticNode node) {
|
public static TextEntity initialEntityNode(TextRange textRange, String type, EntityType entityType, SemanticNode node) {
|
||||||
|
|
||||||
@ -169,15 +158,12 @@ public class TextEntity implements IEntity {
|
|||||||
|
|
||||||
public void removeFromGraph() {
|
public void removeFromGraph() {
|
||||||
|
|
||||||
remove("FINAL.0.0", "removed completely");
|
|
||||||
intersectingNodes.forEach(node -> node.getEntities().remove(this));
|
intersectingNodes.forEach(node -> node.getEntities().remove(this));
|
||||||
pages.forEach(page -> page.getEntities().remove(this));
|
pages.forEach(page -> page.getEntities().remove(this));
|
||||||
intersectingNodes = new LinkedList<>();
|
intersectingNodes = new LinkedList<>();
|
||||||
relations.keySet()
|
|
||||||
.forEach(entity -> entity.getRelations().remove(this));
|
|
||||||
relations = new HashedMap<>();
|
|
||||||
deepestFullyContainingNode = null;
|
deepestFullyContainingNode = null;
|
||||||
pages = new HashSet<>();
|
pages = new HashSet<>();
|
||||||
|
remove("FINAL.0.0", "removed completely");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -215,20 +201,22 @@ public class TextEntity implements IEntity {
|
|||||||
return textEntity.contains(this);
|
return textEntity.contains(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean contains(TextEntity textEntity) {
|
public boolean contains(TextEntity textEntity) {
|
||||||
|
|
||||||
if (this.textRange.contains(textEntity.getTextRange())) {
|
if (this.textRange.contains(textEntity.getTextRange())) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Set<TextRange> textEntityDuplicateRanges = textEntity.getDuplicateTextRanges();
|
List<TextRange> textEntityDuplicateRanges = textEntity.getDuplicateTextRanges();
|
||||||
|
// use optimized indexed loops for extra performance boost
|
||||||
for (TextRange duplicateTextRange : this.duplicateTextRanges) {
|
for (int i = 0, duplicateTextRangesSize = duplicateTextRanges.size(); i < duplicateTextRangesSize; i++) {
|
||||||
|
TextRange duplicateTextRange = duplicateTextRanges.get(i);
|
||||||
if (duplicateTextRange.contains(textEntity.getTextRange())) {
|
if (duplicateTextRange.contains(textEntity.getTextRange())) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
for (int j = 0, textEntityDuplicateRangesSize = textEntityDuplicateRanges.size(); j < textEntityDuplicateRangesSize; j++) {
|
||||||
for (TextRange otherRange : textEntityDuplicateRanges) {
|
TextRange otherRange = textEntityDuplicateRanges.get(j);
|
||||||
if (duplicateTextRange.contains(otherRange)) {
|
if (duplicateTextRange.contains(otherRange)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -239,7 +227,6 @@ public class TextEntity implements IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public boolean intersects(TextEntity textEntity) {
|
public boolean intersects(TextEntity textEntity) {
|
||||||
|
|
||||||
return this.textRange.intersects(textEntity.getTextRange()) //
|
return this.textRange.intersects(textEntity.getTextRange()) //
|
||||||
@ -264,20 +251,6 @@ public class TextEntity implements IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void addManualChange(BaseAnnotation manualChange) {
|
|
||||||
|
|
||||||
manualOverwrite.addChange(manualChange);
|
|
||||||
notifyEntityUpdated();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void addManualChanges(List<BaseAnnotation> manualChanges) {
|
|
||||||
|
|
||||||
manualOverwrite.addChanges(manualChanges);
|
|
||||||
notifyEntityUpdated();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean matchesAnnotationId(String manualRedactionId) {
|
public boolean matchesAnnotationId(String manualRedactionId) {
|
||||||
|
|
||||||
return getPositionsOnPagePerPage().stream()
|
return getPositionsOnPagePerPage().stream()
|
||||||
@ -338,42 +311,4 @@ public class TextEntity implements IEntity {
|
|||||||
.orElse(getMatchedRule().isWriteValueWithLineBreaks() ? getValueWithLineBreaks() : value);
|
.orElse(getMatchedRule().isWriteValueWithLineBreaks() ? getValueWithLineBreaks() : value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void addEntityEventListener(EntityEventListener listener) {
|
|
||||||
|
|
||||||
entityEventListeners.add(listener);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void removeEntityEventListener(EntityEventListener listener) {
|
|
||||||
|
|
||||||
entityEventListeners.remove(listener);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void computeRelations() {
|
|
||||||
|
|
||||||
for (TextEntity textEntity : this.getDeepestFullyContainingNode().getEntities()) {
|
|
||||||
if (this.intersects(textEntity) && !this.equals(textEntity) && !textEntity.getEntityType().equals(EntityType.TEMPORARY)) {
|
|
||||||
if (textEntity.getTextRange().equals(this.getTextRange())) {
|
|
||||||
textEntity.getRelations().computeIfAbsent(this, k -> new HashSet<>()).add(new Equality(this, textEntity));
|
|
||||||
this.getRelations().computeIfAbsent(textEntity, k -> new HashSet<>()).add(new Equality(textEntity, this));
|
|
||||||
} else if (textEntity.containedBy(this)) {
|
|
||||||
textEntity.getRelations().computeIfAbsent(this, k -> new HashSet<>()).add(new Intersection(textEntity, this));
|
|
||||||
this.getRelations().computeIfAbsent(textEntity, k -> new HashSet<>()).add(new Containment(this, textEntity));
|
|
||||||
} else if (this.containedBy(textEntity)) {
|
|
||||||
textEntity.getRelations().computeIfAbsent(this, k -> new HashSet<>()).add(new Containment(textEntity, this));
|
|
||||||
this.getRelations().computeIfAbsent(textEntity, k -> new HashSet<>()).add(new Intersection(this, textEntity));
|
|
||||||
} else {
|
|
||||||
textEntity.getRelations().computeIfAbsent(this, k -> new HashSet<>()).add(new Intersection(textEntity, this));
|
|
||||||
this.getRelations().computeIfAbsent(textEntity, k -> new HashSet<>()).add(new Intersection(this, textEntity));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -9,6 +9,7 @@ import java.util.Set;
|
|||||||
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.LayoutEngineProto.LayoutEngine;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -9,8 +9,8 @@ import java.util.Set;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.document.ConsecutiveTextBlockCollector;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
@ -39,6 +39,7 @@ public class Document extends AbstractSemanticNode {
|
|||||||
@Builder.Default
|
@Builder.Default
|
||||||
static final SectionIdentifier sectionIdentifier = SectionIdentifier.document();
|
static final SectionIdentifier sectionIdentifier = SectionIdentifier.document();
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public NodeType getType() {
|
public NodeType getType() {
|
||||||
|
|
||||||
@ -168,11 +169,4 @@ public class Document extends AbstractSemanticNode {
|
|||||||
return bBox;
|
return bBox;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,6 +1,5 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
@ -58,11 +57,4 @@ public class Footer extends AbstractSemanticNode {
|
|||||||
return getTreeId() + ": " + NodeType.FOOTER + ": " + leafTextBlock.buildSummary();
|
return getTreeId() + ": " + NodeType.FOOTER + ": " + leafTextBlock.buildSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,6 +1,5 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
@ -61,11 +60,4 @@ public class Header extends AbstractSemanticNode {
|
|||||||
return getTreeId() + ": " + NodeType.HEADER + ": " + leafTextBlock.buildSummary();
|
return getTreeId() + ": " + NodeType.HEADER + ": " + leafTextBlock.buildSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,6 +1,5 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.AtomicTextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.AtomicTextBlock;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
|
||||||
@ -100,11 +99,4 @@ public class Headline extends AbstractSemanticNode {
|
|||||||
.isPresent();
|
.isPresent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,8 +1,6 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
import java.awt.geom.Rectangle2D;
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
@ -10,9 +8,7 @@ import java.util.Map;
|
|||||||
import java.util.PriorityQueue;
|
import java.util.PriorityQueue;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.EntityEventListener;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.IEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.IEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.ManualChangeOverwrite;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.ManualChangeOverwrite;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.MatchedRule;
|
||||||
@ -28,7 +24,8 @@ import lombok.experimental.FieldDefaults;
|
|||||||
import lombok.experimental.SuperBuilder;
|
import lombok.experimental.SuperBuilder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an image within the document.
|
*
|
||||||
|
Represents an image within the document.
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@SuperBuilder
|
@SuperBuilder
|
||||||
@ -40,7 +37,6 @@ public class Image extends AbstractSemanticNode implements IEntity {
|
|||||||
|
|
||||||
String id;
|
String id;
|
||||||
|
|
||||||
String representationHash;
|
|
||||||
TextBlock leafTextBlock;
|
TextBlock leafTextBlock;
|
||||||
|
|
||||||
ImageType imageType;
|
ImageType imageType;
|
||||||
@ -55,9 +51,6 @@ public class Image extends AbstractSemanticNode implements IEntity {
|
|||||||
|
|
||||||
Page page;
|
Page page;
|
||||||
|
|
||||||
@Builder.Default
|
|
||||||
Collection<EntityEventListener> entityEventListeners = new ArrayList<>();
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public NodeType getType() {
|
public NodeType getType() {
|
||||||
@ -80,18 +73,6 @@ public class Image extends AbstractSemanticNode implements IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean isFullPageImage() {
|
|
||||||
|
|
||||||
return imageType.equals(ImageType.OCR) || getArea() >= 0.5 * page.getArea();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private double getArea() {
|
|
||||||
|
|
||||||
return position.getWidth() * position.getHeight();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public TextRange getTextRange() {
|
public TextRange getTextRange() {
|
||||||
|
|
||||||
@ -106,33 +87,17 @@ public class Image extends AbstractSemanticNode implements IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void addEntityEventListener(EntityEventListener listener) {
|
|
||||||
|
|
||||||
entityEventListeners.add(listener);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void removeEntityEventListener(EntityEventListener listener) {
|
|
||||||
|
|
||||||
entityEventListeners.remove(listener);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String type() {
|
public String type() {
|
||||||
|
|
||||||
return getManualOverwrite().getType()
|
return getManualOverwrite().getType().orElse(imageType.toString().toLowerCase(Locale.ENGLISH));
|
||||||
.orElse(imageType.toString().toLowerCase(Locale.ENGLISH));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
||||||
return getTreeId() + ": " + getValue() + " [%.2f,%.2f,%.2f,%.2f]".formatted(position.getX(), position.getY(), position.getWidth(), position.getHeight());
|
return getTreeId() + ": " + getValue() + " " + position;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -183,18 +148,4 @@ public class Image extends AbstractSemanticNode implements IEntity {
|
|||||||
return (area / calculatedIntersection) > containmentThreshold;
|
return (area / calculatedIntersection) > containmentThreshold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isLeaf() {
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -12,9 +12,7 @@ public enum NodeType {
|
|||||||
TABLE_CELL,
|
TABLE_CELL,
|
||||||
IMAGE,
|
IMAGE,
|
||||||
HEADER,
|
HEADER,
|
||||||
FOOTER,
|
FOOTER;
|
||||||
TABLE_OF_CONTENTS,
|
|
||||||
TABLE_OF_CONTENTS_ITEM;
|
|
||||||
|
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
@ -118,10 +118,4 @@ public class Page {
|
|||||||
return "Page: " + number;
|
return "Page: " + number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public double getArea() {
|
|
||||||
|
|
||||||
return width * height;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,6 +1,5 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
@ -50,11 +49,4 @@ public class Paragraph extends AbstractSemanticNode {
|
|||||||
return getTreeId() + ": " + NodeType.PARAGRAPH + ": " + leafTextBlock.buildSummary();
|
return getTreeId() + ": " + NodeType.PARAGRAPH + ": " + leafTextBlock.buildSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,7 +1,5 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@ -91,11 +89,4 @@ public class Section extends AbstractSemanticNode {
|
|||||||
return streamAllSubNodesOfType(NodeType.HEADLINE).anyMatch(h -> h.containsStringIgnoreCase(value));
|
return streamAllSubNodesOfType(NodeType.HEADLINE).anyMatch(h -> h.containsStringIgnoreCase(value));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -20,7 +20,7 @@ import lombok.experimental.FieldDefaults;
|
|||||||
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
|
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
|
||||||
public class SectionIdentifier {
|
public class SectionIdentifier {
|
||||||
|
|
||||||
public static Pattern numericalIdentifierPattern = Pattern.compile("^[\\s]?(\\d{1,2})(?:[\\s.,;](\\d{1,2}))?(?:[\\s.,;](\\d{1,2}))?(?:[\\s.,;](\\d{1,2}))?");
|
public static Pattern numericalIdentifierPattern = Pattern.compile("^[\\s]?(\\d+)[\\s.,;]?(\\d+)?[\\s.,;]?(\\d+)?[\\s.,;]?(\\d+)?");
|
||||||
public static Pattern alphanumericIdentifierPattern = Pattern.compile("^[\\s]?[A-Za-z][\\s.,;]?(\\d+)[\\s.,;]?(\\d+)?[\\s.,;]?(\\d+)?[\\s.,;]?(\\d+)?[\\s.,;]?");
|
public static Pattern alphanumericIdentifierPattern = Pattern.compile("^[\\s]?[A-Za-z][\\s.,;]?(\\d+)[\\s.,;]?(\\d+)?[\\s.,;]?(\\d+)?[\\s.,;]?(\\d+)?[\\s.,;]?");
|
||||||
|
|
||||||
protected enum Format {
|
protected enum Format {
|
||||||
@ -14,17 +14,18 @@ import java.util.Set;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.document.ConsecutiveTextBlockCollector;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.IEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.IEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.AtomicTextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.AtomicTextBlock;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.ConsecutiveTextBlockCollector;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
||||||
|
import com.iqser.red.service.redaction.v1.server.service.document.NodeVisitor;
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.RectangleTransformations;
|
import com.iqser.red.service.redaction.v1.server.utils.RectangleTransformations;
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.RedactionSearchUtility;
|
import com.iqser.red.service.redaction.v1.server.utils.RedactionSearchUtility;
|
||||||
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.LayoutEngineProto.LayoutEngine;
|
||||||
|
|
||||||
public interface SemanticNode {
|
public interface SemanticNode {
|
||||||
|
|
||||||
@ -818,12 +819,16 @@ public interface SemanticNode {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Accepts a {@link NodeVisitor} and initiates a depth-first traversal of the semantic tree rooted at this node.
|
* Accepts a {@link NodeVisitor} and initiates a depth-first traversal of the semantic tree rooted at this node.
|
||||||
* The visitor's {@link NodeVisitor#visit} method is invoked for each node encountered during the traversal.
|
* The visitor's {@link NodeVisitor#visit(SemanticNode)} method is invoked for each node encountered during the traversal.
|
||||||
*
|
*
|
||||||
* @param visitor The {@link NodeVisitor} to accept and apply during the traversal.
|
* @param visitor The {@link NodeVisitor} to accept and apply during the traversal.
|
||||||
* @see NodeVisitor
|
* @see NodeVisitor
|
||||||
*/
|
*/
|
||||||
void accept(NodeVisitor visitor);
|
default void accept(NodeVisitor visitor) {
|
||||||
|
|
||||||
|
visitor.visit(this);
|
||||||
|
streamChildren().forEach(childNode -> childNode.accept(visitor));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1,7 +1,5 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
package com.iqser.red.service.redaction.v1.server.model.document.nodes;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@ -91,11 +89,4 @@ public class SuperSection extends AbstractSemanticNode {
|
|||||||
return streamAllSubNodesOfType(NodeType.HEADLINE).anyMatch(h -> h.containsStringIgnoreCase(value));
|
return streamAllSubNodesOfType(NodeType.HEADLINE).anyMatch(h -> h.containsStringIgnoreCase(value));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -14,10 +14,10 @@ import java.util.stream.IntStream;
|
|||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
import com.iqser.red.service.redaction.v1.server.model.document.DocumentTree;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
import com.iqser.red.service.redaction.v1.server.model.document.entity.TextEntity;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
||||||
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.LayoutEngineProto.LayoutEngine;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -419,11 +419,4 @@ public class Table implements SemanticNode {
|
|||||||
return treeId.toString() + ": " + NodeType.TABLE + ": #cols: " + numberOfCols + ", #rows: " + numberOfRows + ", " + this.getTextBlock().buildSummary();
|
return treeId.toString() + ": " + NodeType.TABLE + ": #cols: " + numberOfCols + ", #rows: " + numberOfRows + ", " + this.getTextBlock().buildSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -4,7 +4,6 @@ import java.awt.geom.Rectangle2D;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.NodeVisitor;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlock;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
import com.iqser.red.service.redaction.v1.server.model.document.textblock.TextBlockCollector;
|
||||||
|
|
||||||
@ -81,11 +80,4 @@ public class TableCell extends AbstractSemanticNode {
|
|||||||
return getTreeId() + ": " + NodeType.TABLE_CELL + ": " + this.getTextBlock().buildSummary();
|
return getTreeId() + ": " + NodeType.TABLE_CELL + ": " + this.getTextBlock().buildSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void accept(NodeVisitor visitor) {
|
|
||||||
|
|
||||||
visitor.visit(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
package com.iqser.red.service.redaction.v1.server.model.document.textblock;
|
package com.iqser.red.service.redaction.v1.server.model.document.textblock;
|
||||||
|
|
||||||
import static com.iqser.red.service.redaction.v1.server.data.DocumentPositionDataProto.DocumentPositionData;
|
import static com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentPositionDataProto.DocumentPositionData;
|
||||||
import static java.lang.String.format;
|
import static java.lang.String.format;
|
||||||
|
|
||||||
import java.awt.geom.Rectangle2D;
|
import java.awt.geom.Rectangle2D;
|
||||||
@ -16,12 +16,12 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentPositionDataProto.DocumentPositionData.Position;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.data.DocumentTextDataProto.DocumentTextData;
|
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
||||||
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SemanticNode;
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.SemanticNode;
|
||||||
import com.iqser.red.service.redaction.v1.server.utils.RectangleTransformations;
|
import com.iqser.red.service.redaction.v1.server.utils.RectangleTransformations;
|
||||||
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentPositionDataProto.DocumentPositionData.Position;
|
||||||
|
import com.knecon.fforesight.service.layoutparser.internal.api.data.redaction.DocumentTextDataProto.DocumentTextData;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@ -29,7 +29,6 @@ import lombok.Builder;
|
|||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.NonNull;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
import lombok.experimental.FieldDefaults;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@ -38,33 +37,21 @@ import lombok.experimental.FieldDefaults;
|
|||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
@FieldDefaults(level = AccessLevel.PRIVATE)
|
||||||
public class AtomicTextBlock implements TextBlock {
|
public class AtomicTextBlock implements TextBlock {
|
||||||
|
|
||||||
@NonNull
|
|
||||||
Long id;
|
Long id;
|
||||||
@NonNull
|
|
||||||
Integer numberOnPage;
|
Integer numberOnPage;
|
||||||
@NonNull
|
|
||||||
Page page;
|
Page page;
|
||||||
|
|
||||||
//string coordinates
|
//string coordinates
|
||||||
@NonNull
|
|
||||||
TextRange textRange;
|
TextRange textRange;
|
||||||
@NonNull
|
|
||||||
String searchText;
|
String searchText;
|
||||||
@NonNull
|
|
||||||
List<Integer> lineBreaks;
|
List<Integer> lineBreaks;
|
||||||
@NonNull
|
|
||||||
List<TextRange> italicTextRanges;
|
|
||||||
@NonNull
|
|
||||||
List<TextRange> boldTextRanges;
|
|
||||||
|
|
||||||
SoftReference<String> searchTextLowerCaseCache;
|
SoftReference<String> searchTextLowerCaseCache;
|
||||||
SoftReference<List<String>> wordsCache;
|
SoftReference<List<String>> wordsCache;
|
||||||
|
|
||||||
//position coordinates
|
//position coordinates
|
||||||
@NonNull
|
|
||||||
List<Integer> stringIdxToPositionIdx;
|
List<Integer> stringIdxToPositionIdx;
|
||||||
@Getter
|
@Getter
|
||||||
@NonNull
|
|
||||||
List<Rectangle2D> positions;
|
List<Rectangle2D> positions;
|
||||||
|
|
||||||
@EqualsAndHashCode.Exclude
|
@EqualsAndHashCode.Exclude
|
||||||
@ -90,8 +77,6 @@ public class AtomicTextBlock implements TextBlock {
|
|||||||
.stringIdxToPositionIdx(Collections.emptyList())
|
.stringIdxToPositionIdx(Collections.emptyList())
|
||||||
.positions(Collections.emptyList())
|
.positions(Collections.emptyList())
|
||||||
.parent(parent)
|
.parent(parent)
|
||||||
.boldTextRanges(Collections.emptyList())
|
|
||||||
.italicTextRanges(Collections.emptyList())
|
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -107,14 +92,6 @@ public class AtomicTextBlock implements TextBlock {
|
|||||||
.lineBreaks(atomicTextBlockData.getLineBreaksList())
|
.lineBreaks(atomicTextBlockData.getLineBreaksList())
|
||||||
.stringIdxToPositionIdx(atomicPositionBlockData.getStringIdxToPositionIdxList())
|
.stringIdxToPositionIdx(atomicPositionBlockData.getStringIdxToPositionIdxList())
|
||||||
.positions(toRectangle2DList(atomicPositionBlockData.getPositionsList()))
|
.positions(toRectangle2DList(atomicPositionBlockData.getPositionsList()))
|
||||||
.italicTextRanges(atomicTextBlockData.getItalicTextRangesList()
|
|
||||||
.stream()
|
|
||||||
.map(r -> new TextRange(r.getStart(), r.getEnd()))
|
|
||||||
.toList())
|
|
||||||
.boldTextRanges(atomicTextBlockData.getBoldTextRangesList()
|
|
||||||
.stream()
|
|
||||||
.map(r -> new TextRange(r.getStart(), r.getEnd()))
|
|
||||||
.toList())
|
|
||||||
.parent(parent)
|
.parent(parent)
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
@ -287,7 +264,7 @@ public class AtomicTextBlock implements TextBlock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private List<Integer> getAllLineBreaksInBoundary(TextRange textRange) {
|
protected List<Integer> getAllLineBreaksInBoundary(TextRange textRange) {
|
||||||
|
|
||||||
return getLineBreaks().stream()
|
return getLineBreaks().stream()
|
||||||
.map(linebreak -> linebreak + this.textRange.start())
|
.map(linebreak -> linebreak + this.textRange.start())
|
||||||
@ -18,7 +18,6 @@ import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
|||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NonNull;
|
|
||||||
import lombok.experimental.FieldDefaults;
|
import lombok.experimental.FieldDefaults;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@ -163,26 +162,6 @@ public class ConcatenatedTextBlock implements TextBlock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<TextRange> getItalicTextRanges() {
|
|
||||||
|
|
||||||
return getAtomicTextBlocks().stream()
|
|
||||||
.flatMap(atomicTextBlock -> atomicTextBlock.getItalicTextRanges()
|
|
||||||
.stream())
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<TextRange> getBoldTextRanges() {
|
|
||||||
|
|
||||||
return getAtomicTextBlocks().stream()
|
|
||||||
.flatMap(atomicTextBlock -> atomicTextBlock.getBoldTextRanges()
|
|
||||||
.stream())
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Rectangle2D getPosition(int stringIdx) {
|
public Rectangle2D getPosition(int stringIdx) {
|
||||||
|
|
||||||
@ -300,7 +279,6 @@ public class ConcatenatedTextBlock implements TextBlock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@NonNull
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
||||||
@ -0,0 +1,126 @@
|
|||||||
|
package com.iqser.red.service.redaction.v1.server.model.document.textblock;
|
||||||
|
|
||||||
|
import java.awt.geom.Rectangle2D;
|
||||||
|
import java.text.BreakIterator;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Locale;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.document.TextRange;
|
||||||
|
import com.iqser.red.service.redaction.v1.server.model.document.nodes.Page;
|
||||||
|
|
||||||
|
import lombok.AccessLevel;
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.experimental.FieldDefaults;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
@AllArgsConstructor
|
||||||
|
@FieldDefaults(level = AccessLevel.PRIVATE)
|
||||||
|
public class PartialTextBlock implements TextBlock {
|
||||||
|
|
||||||
|
AtomicTextBlock atomicTextBlock;
|
||||||
|
TextRange textRange;
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getSearchText() {
|
||||||
|
|
||||||
|
return atomicTextBlock.getSearchText().substring(textRange.start(), textRange.end());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getSearchTextLowerCase() {
|
||||||
|
|
||||||
|
return atomicTextBlock.getSearchTextLowerCase().substring(textRange.start(), textRange.end());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<String> getWords() {
|
||||||
|
|
||||||
|
String searchText = getSearchText();
|
||||||
|
|
||||||
|
List<String> words = new ArrayList<>();
|
||||||
|
BreakIterator iterator = BreakIterator.getWordInstance(Locale.ENGLISH);
|
||||||
|
iterator.setText(getSearchText());
|
||||||
|
int start = iterator.first();
|
||||||
|
for (int end = iterator.next(); end != BreakIterator.DONE; start = end, end = iterator.next()) {
|
||||||
|
words.add(searchText.substring(start, end));
|
||||||
|
}
|
||||||
|
return words;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<AtomicTextBlock> getAtomicTextBlocks() {
|
||||||
|
|
||||||
|
return List.of(atomicTextBlock);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getNextLinebreak(int fromIndex) {
|
||||||
|
|
||||||
|
return atomicTextBlock.getNextLinebreak(fromIndex);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getPreviousLinebreak(int fromIndex) {
|
||||||
|
|
||||||
|
return atomicTextBlock.getPreviousLinebreak(fromIndex);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public TextRange getLineTextRange(int lineNumber) {
|
||||||
|
|
||||||
|
return atomicTextBlock.getLineTextRange(lineNumber);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<Integer> getLineBreaks() {
|
||||||
|
|
||||||
|
return atomicTextBlock.getAllLineBreaksInBoundary(textRange);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Rectangle2D getPosition(int stringIdx) {
|
||||||
|
|
||||||
|
return atomicTextBlock.getPosition(stringIdx);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<Rectangle2D> getPositions(TextRange stringTextRange) {
|
||||||
|
|
||||||
|
return atomicTextBlock.getPositions(stringTextRange);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Map<Page, List<Rectangle2D>> getPositionsPerPage(TextRange stringTextRange) {
|
||||||
|
|
||||||
|
return atomicTextBlock.getPositionsPerPage(stringTextRange);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String subSequenceWithLineBreaks(TextRange textRange) {
|
||||||
|
|
||||||
|
return atomicTextBlock.subSequenceWithLineBreaks(textRange);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int numberOfLines() {
|
||||||
|
|
||||||
|
return getLineBreaks().size() + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@ -55,12 +55,6 @@ public interface TextBlock extends CharSequence {
|
|||||||
String subSequenceWithLineBreaks(TextRange textRange);
|
String subSequenceWithLineBreaks(TextRange textRange);
|
||||||
|
|
||||||
|
|
||||||
List<TextRange> getItalicTextRanges();
|
|
||||||
|
|
||||||
|
|
||||||
List<TextRange> getBoldTextRanges();
|
|
||||||
|
|
||||||
|
|
||||||
int numberOfLines();
|
int numberOfLines();
|
||||||
|
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user