update 文档拆分
This commit is contained in:
+2
-2
@@ -377,8 +377,8 @@ public class FileSpiltService {
|
|||||||
startDigit = getOneStartDigit(paragraphString, enumByValue);
|
startDigit = getOneStartDigit(paragraphString, enumByValue);
|
||||||
}
|
}
|
||||||
for (int i = 0; i < nowStart.size(); i++) {
|
for (int i = 0; i < nowStart.size(); i++) {
|
||||||
// if (paragraphString.startsWith(nowStart.get(i))) {
|
if (paragraphString.startsWith(nowStart.get(i))) {
|
||||||
if (startDigit.equals(nowStart.get(i))) {
|
//if (startDigit.equals(nowStart.get(i))) {
|
||||||
// 判断真的是标题还是干扰项 TODO
|
// 判断真的是标题还是干扰项 TODO
|
||||||
if (nowStart.get(i).matches(regex)) {
|
if (nowStart.get(i).matches(regex)) {
|
||||||
boolean result = fileSplitPdfService.judge(preName, preNameNum, startDigit, g, startDigitList, ".");
|
boolean result = fileSplitPdfService.judge(preName, preNameNum, startDigit, g, startDigitList, ".");
|
||||||
|
|||||||
Reference in New Issue
Block a user