Update arborescence

This commit is contained in:
Louis Calas 2019-10-10 17:27:24 +02:00
parent c4f64d476d
commit f9b5a8ccea
17 changed files with 10 additions and 22 deletions

4
NGCC/installer.sh Normal file
View File

@ -0,0 +1,4 @@
#!bin/bash
java -Dfile.encoding=UTF-8 -classpath NGCC/bin:/Users/louis/.p2/pool/plugins/org.junit.jupiter.api_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.jupiter.engine_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.jupiter.params_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.commons_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.engine_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.launcher_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.runner_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.suite.api_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.vintage.engine_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.opentest4j_1.1.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.apiguardian_1.0.0.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit_4.12.0.v201504281640/junit.jar:/Users/louis/.p2/pool/plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar:NGCC/jar/commons-beanutils-1.9.2.jar:NGCC/jar/commons-io-2.6.jar:NGCC/jar/commons-logging-1.2-javadoc.jar:NGCC/jar/commons-logging-1.2.jar:NGCC/jar/fontbox-2.0.9.jar:NGCC/jar/fontbox-2.0.16.jar:NGCC/jar/ghost4j-1.0.1.jar:NGCC/jar/hamcrest-core-1.3.jar:NGCC/jar/itext-2.1.7.jar:NGCC/jar/jai-imageio-core-1.4.0.jar:NGCC/jar/jbig2-imageio-3.0.0.jar:NGCC/jar/jboss-vfs-3.2.12.Final.jar:NGCC/jar/jcl-over-slf4j-1.7.25.jar:NGCC/jar/jna-4.1.0.jar:NGCC/jar/jul-to-slf4j-1.7.25.jar:NGCC/jar/junit-4.12.jar:NGCC/jar/lept4j-1.6.4.jar:NGCC/jar/log4j-api-2.12.1.jar:NGCC/jar/log4j-core-2.12.1.jar:NGCC/jar/log4j-over-slf4j-1.7.25.jar:NGCC/jar/logback-classic-1.2.3.jar:NGCC/jar/logback-core-1.2.3.jar:NGCC/jar/pdfbox-2.0.9.jar:NGCC/jar/pdfbox-2.0.16.jar:NGCC/jar/pdfbox-app-2.0.16.jar:NGCC/jar/pdfbox-debugger-2.0.16.jar:NGCC/jar/pdfbox-tools-2.0.9.jar:NGCC/jar/pdfbox-tools-2.0.16.jar:NGCC/jar/preflight-2.0.16.jar:NGCC/jar/preflight-app-2.0.16.jar:NGCC/jar/slf4j-api-1.7.25.jar:NGCC/jar/tess4j-3.4.8.jar:NGCC/jar/xmlgraphics-commons-1.5.jar:NGCC/jar/xmpbox-2.0.16.jar:Tess4j Exec

View File

@ -1,7 +0,0 @@
Student number;Grade
211052130
;4
11052130
;4

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 240 KiB

View File

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -11,7 +11,7 @@ appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c
appender.file.type = File appender.file.type = File
appender.file.name = LOGFILE appender.file.name = LOGFILE
appender.file.fileName=../${filename}/ngcclogs.log appender.file.fileName=${filename}/ngcclogs.log
appender.file.layout.type=PatternLayout appender.file.layout.type=PatternLayout
appender.file.layout.pattern=[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n appender.file.layout.pattern=[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n

View File

@ -2,6 +2,7 @@ package commands;
import picocli.CommandLine; import picocli.CommandLine;
import picocli.CommandLine.*; import picocli.CommandLine.*;
import progressbar.ProgressBar; import progressbar.ProgressBar;
@ -151,7 +152,7 @@ public class Read implements Callable <Void> {
String filePath = new File("").getAbsolutePath(); String filePath = new File("").getAbsolutePath();
// Instantie l'OCR // Instantie l'OCR
GestionnaireCopies ocr = new GestionnaireCopies("../"+directory_name); GestionnaireCopies ocr = new GestionnaireCopies(directory_name);
logger.debug("CSV initialized with : "+ocr.createHashMapforCSV()+" , "+config.getParam().get("Code")+" , "+result_name); logger.debug("CSV initialized with : "+ocr.createHashMapforCSV()+" , "+config.getParam().get("Code")+" , "+result_name);

View File

@ -1,9 +1,10 @@
package csv; package csv;
import java.io.File; import java.io.File;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.PrintWriter; import java.io.PrintWriter;
import java.util.HashMap;
import java.util.Map; import java.util.Map;
import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.LogManager;
@ -13,7 +14,7 @@ public class GenerateCSV {
Map<String, String> etudiants; Map<String, String> etudiants;
int numLength; int numLength;
String path = "../export"; String path = "export";
Logger logger = LogManager.getLogger(GenerateCSV.class); Logger logger = LogManager.getLogger(GenerateCSV.class);
public GenerateCSV(Map<String, String> map, String length, String pth) { public GenerateCSV(Map<String, String> map, String length, String pth) {

View File

@ -1,11 +0,0 @@
#!bin/bash
mkdir bin;
javac -cp ".:NGCC/jar/*" -d bin NGCC/src/*/*.java NGCC/src/Exec.java;
cd bin;
java -cp ".:NGCC/jar/*" Exec;