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 extractTextFromPdfs() { | |
| // スプレッドシートIDとGoogleドライブのフォルダIDを設定 | |
| const spreadsheetId = '<スプレッドシートID>'; | |
| const parentFolderId = '<GoogleドライブのフォルダID>'; | |
| const sheetName = '<シート名>'; | |
| // スプレッドシートと親フォルダを取得 | |
| const spreadsheet = SpreadsheetApp.openById(spreadsheetId); | |
| const sheet = spreadsheet.getSheetByName(sheetName); |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>カレーのレシピ</title> | |
| </head> | |
| <body> | |
| <main> | |
| <article> |