|
|
@ -230,11 +230,10 @@ public class App |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
System.out.println(e.getMessage()); |
|
|
|
System.out.println(e.getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
list[0].delete(); |
|
|
|
File[] list3 = f.listFiles(); |
|
|
|
list[1].delete(); |
|
|
|
for (File ff : list3) { |
|
|
|
list[2].delete(); |
|
|
|
ff.delete(); |
|
|
|
list[3].delete(); |
|
|
|
} |
|
|
|
list[4].delete(); |
|
|
|
|
|
|
|
String filePath = "testing_leaderboardnames.png"; |
|
|
|
String filePath = "testing_leaderboardnames.png"; |
|
|
|
try { |
|
|
|
try { |
|
|
|
detectText(filePath); |
|
|
|
detectText(filePath); |
|
|
@ -312,7 +311,7 @@ public class App |
|
|
|
String newString = ss.replaceFirst("A","").trim(); |
|
|
|
String newString = ss.replaceFirst("A","").trim(); |
|
|
|
data[count++]=newString; |
|
|
|
data[count++]=newString; |
|
|
|
} |
|
|
|
} |
|
|
|
//System.out.println(Arrays.toString(data));
|
|
|
|
System.out.println(Arrays.toString(data)); |
|
|
|
String[] t20names = new String[20]; |
|
|
|
String[] t20names = new String[20]; |
|
|
|
int arrayOffset = 0; |
|
|
|
int arrayOffset = 0; |
|
|
|
for (int i=0;i<20;i++) { |
|
|
|
for (int i=0;i<20;i++) { |
|
|
|