ngan
April 19, 2020, 6:46pm
5
I ran this script about one year ago for a summary of about 500 abstracts . Just tried it with a small test file and it still works for rtf and text file - except for images in the file.
The delimiter is not to blame. 'T was me. Sorry for the rushed job.
This version corrects the problem, and catches errors:```
– Extract multiple text sections
– Place the extracted pieces into a group
– Link the original (unexploded) document to that group
– Adapted by alastor933 from a script by Korm
– Explode and group a note (split & title 2)
property delim : “” – enter your delimiter between the quotes
tell application id “com.devon-technologies.thinkpro2”
try
set theDatabase to cu…
But need to change the tell statement to
tell application id "DNtp"