|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
package org.jeecg.common.constant;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
|
|
|
|
import java.util.Arrays;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import java.util.Random;
|
|
|
|
@ -47,9 +49,4 @@ public class OcrConstant {
|
|
|
|
|
//目前仅支持的字段中文名
|
|
|
|
|
public static List<String> SUPPORTED_FIELD_NAMES= Arrays.asList("医院名称","医生名称","科室","时间");
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
for (int i = 0; i < 100; i++) {
|
|
|
|
|
System.out.println(new Random().nextInt(10));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|