Update lanchers (should work)
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user