Update lanchers (should work)

This commit is contained in:
Louis Calas
2019-10-10 18:56:38 +02:00
parent 848f71b6b5
commit 9b88348934
3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
package ocr;
import java.awt.image.BufferedImage;
import java.util.logging.Logger;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
@@ -20,6 +21,8 @@ import org.apache.pdfbox.rendering.PDFRenderer;
import lecturePdf.Recadrage;
public class PdfToImage {
//Logger.getLogger("org.apache.pdfbox").setLevel(java.util.logging.Level.OFF);
public List<String> listAllFiles(String directory, String extension) {
// https://www.mkyong.com/java/java-how-to-list-all-files-in-a-directory/