Uses of Class
org.ofdrw.reader.keyword.KeywordPosition
Packages that use KeywordPosition
-
Uses of KeywordPosition in org.ofdrw.reader.keyword
Methods in org.ofdrw.reader.keyword that return types with arguments of type KeywordPositionModifier and TypeMethodDescriptionstatic List<KeywordPosition> KeywordExtractor.getKeyWordPositionList(OFDReader reader, String keyword) 获取关键字坐标列表(坐标单位毫米mm)static List<KeywordPosition> KeywordExtractor.getKeyWordPositionList(OFDReader reader, String[] keywords) 获取关键字坐标列表(坐标单位毫米mm)static List<KeywordPosition> KeywordExtractor.getKeyWordPositionList(OFDReader reader, String[] keywords, int[] pages) 获取关键字坐标列表(坐标单位毫米mm)static List<KeywordPosition> KeywordExtractor.getKeyWordPositionList(OFDReader reader, String keyword, int[] pages) 获取关键字坐标列表(坐标单位毫米mm)