Package org.apache.tika.sax
Class CleanPhoneText
- java.lang.Object
-
- org.apache.tika.sax.CleanPhoneText
-
public class CleanPhoneText extends Object
Class to help de-obfuscate phone numbers in text.
-
-
Field Summary
Fields Modifier and Type Field Description static String[][][]
cleanSubstitutions
-
Constructor Summary
Constructors Constructor Description CleanPhoneText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
clean(String text)
static ArrayList<String>
extractPhoneNumbers(String text)
-