All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bingoohuang.utils.text.matcher.model.TextTripperRule Maven / Gradle / Ivy

package com.github.bingoohuang.utils.text.matcher.model;

import lombok.Data;

import java.util.List;

@Data
public class TextTripperRule {
    private List pages;
    private List lineLabelTexts;
    private List labelTexts;
    private List searchPatterns;
    private List patternTexts;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy