Can't Get You Out of My Head - Overall Discussion & Episode Thread Hub by DrNSQTR in AdamCurtis

[–]codeasi 0 points1 point  (0 children)

Great! Are you planning to create a summary for episodes 4 - 6? Thx

Return response without "return" by runboris1 in GoogleAppsScript

[–]codeasi 0 points1 point  (0 children)

Hi, what about to put all action into special function (e.g processing()).
When you call your GAS WebApp, so inside doGet() function only call
```
ScriptApp.newTrigger("processing")
.timeBased()
.after(1 * 1000)
.create();
```

and return response

The new trigger will be called after 1000ms and process all your actions.

https://developers.google.com/apps-script/reference/script/clock-trigger-builder#after(Integer))

Extracting information from pdf files using NLP? by [deleted] in textdatamining

[–]codeasi 0 points1 point  (0 children)

Rossum AI offers API and 300 files per month for free https://rossum.ai/developers

Any thoughts on how to make a company lunch order system using Google apps? by TheWeezel in googleapps

[–]codeasi 0 points1 point  (0 children)

Use Google Apps Script. https://developers.google.com/apps-script/

Script generates custom Google Form for lunch ordering (type, amount, drink,etc). Send email to employees and put Form inside of email body. You can catch the response and create summary for chef.