Removing Tess4J directory

This commit is contained in:
LACROIX Nicolas
2019-10-25 15:39:04 +02:00
parent 701fd5edc9
commit 005d167db6
22 changed files with 2972 additions and 114 deletions

View File

@@ -1,19 +1,13 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import picocli.CommandLine;
class TestExec {
@Test
void test() throws InterruptedException {
Exec exec = new Exec();
//Exec.main(new String[] {});
Exec.main(new String[] {});
}
}