This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function extractTextFromJPEGandPDF() { | |
// ADD YOUR VALUES BELOW | |
var folderName = "REPLACE ME WITH NAME OF FOLDER"; // Replace with your actual folder name | |
var sheetId = "REPLACE ME WITH SPREADSHEET ID"; // Replace with your actual spreadsheet ID | |
// Initialize processed files set | |
var processedFiles = new Set(); | |
// Define folder | |
try { |