国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| -- Script for DEVONthink 3 | |
| -- Run OCRmyPDF on PDFs without OCR | |
| -- Requires https://github.com/jbarlow83/OCRmyPDF to be installed e.g. with brew | |
| on performSmartRule(theRecords) | |
| tell application id "DNtp" | |
| set strExportPath to "PATH=/usr/local/bin:$PATH " | |
| set intRecordsCount to count of theRecords | |
| show progress indicator "Adding OCR to PDF..." steps intRecordsCount | |
| repeat with theRecord in theRecords |