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

com.antkorwin.pdfinder.find.MatchTokenStrategy Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package com.antkorwin.pdfinder.find;


import com.antkorwin.pdfinder.TextToken;

public interface MatchTokenStrategy {

	boolean matchToken(TextToken token, String searchString);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy