This commit is contained in:
GROSS Paul
2019-10-04 13:34:50 +02:00
parent 21a86f242e
commit 22c7aa27ec
118 changed files with 13142 additions and 63 deletions

View File

@@ -138,6 +138,11 @@ public class Read implements Callable <Void> {
config.readConfig();
GestionnaireCopies ocr = new GestionnaireCopies(directory_name); // Instantie l'ocr
GenerateCSV csv = new GenerateCSV(ocr.createHashMapforCSV(),config.getParam().get("Code"), result_name, logger);
csv.createFile(); //Génère le fichier csv à partir de la HMap retournée par l'OCR