diff --git a/README.md b/README.md index 98fa9cc..59352a2 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ You can define dictionaries for lookups, set the font size of the previews, or m _No external dependencies are required to perform the OCR._ -### 1.6.1 AlfredOCR Light +### 1.6.1 Alfred OCR Light [![](https://img.shields.io/badge/download-v1.1.0-informational)](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.1.0-ocr) [![](https://img.shields.io/static/v1?message=AlfredOCR.swift&color=F05138&logo=Swift&logoColor=FFFFFF&label=Code)](/assets/code/AlfredOCR.swift) @@ -228,9 +228,9 @@ _No external dependencies are required to perform the OCR._ -### 1.6.2 AlfredOCR+ +### 1.6.2 Alfred OCR+ -[![](https://img.shields.io/badge/download-v1.2.3-informational)](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.2.3-ocr2) +[![](https://img.shields.io/badge/download-v1.3.0-informational)](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.3.0-ocr2) @@ -238,23 +238,30 @@ _No external dependencies are required to perform the OCR._
- The workflow allows you to copy text from images and to convert PDFs to searchable PDF documents using optical character recognition. Includes a progress tracker for the document recognition process. + The workflow allows you to copy text from images, or to convert PDF files into searchable PDF documents using optical character recognition, and to apply compression to PDF documents.
-__A. Snapshot__ +__1 / Snapshot__ Take a snapshot with your mouse or trackpad and the recognized text is automatically copied to the clipboard. - Default shortcut: 6 - Default keyword: `ocr` -__B. PDF Document__ -- To convert a PDF into a searchable PDF document, pass it to the workflow's [Universal Action](https://www.alfredapp.com/help/features/universal-actions/). -- To force the replacement of a specific source document, pass it to the Universal Action while holding down the key. -- To view the **progress tracker**, re-enable the workflow with the keyword (default: `ocr`). +__2 / PDF Document__ -![](/assets/images/preview_ocr.gif) +- To convert a PDF into a searchable PDF document, pass it to the workflow's *[Universal Action](https://www.alfredapp.com/help/features/universal-actions/)*. + - To compress the resulting PDF, pass the source document on while pressing the **⌘+⇧** keys. + - To open the resulting PDF, pass the source document on while pressing the **⌥+⇧** keys. + - To force the replacement of a source document, pass it on while pressing the **⌥+⌘** keys. + +- To compress a PDF without performing OCR, pass it to the `Compress PDF Document` File Action. +- To view the **progress tracker**, re-enable the workflow with the `Keyword` (default: `ocr`). + +![](/assets/images/preview_ocr1.png) +![](/assets/images/preview_ocr2.png) +![](/assets/images/preview_ocr3.png) ## 1.7. Favorites diff --git a/assets/icons/ocr+.png b/assets/icons/ocr+.png index fabc40e..015d229 100644 Binary files a/assets/icons/ocr+.png and b/assets/icons/ocr+.png differ diff --git a/assets/images/preview_ocr.gif b/assets/images/preview_ocr.gif deleted file mode 100644 index 89bac6d..0000000 Binary files a/assets/images/preview_ocr.gif and /dev/null differ diff --git a/assets/images/preview_ocr1.png b/assets/images/preview_ocr1.png new file mode 100644 index 0000000..b3d67d0 Binary files /dev/null and b/assets/images/preview_ocr1.png differ diff --git a/assets/images/preview_ocr2.png b/assets/images/preview_ocr2.png new file mode 100644 index 0000000..28fb96e Binary files /dev/null and b/assets/images/preview_ocr2.png differ diff --git a/assets/images/preview_ocr3.png b/assets/images/preview_ocr3.png new file mode 100644 index 0000000..5359991 Binary files /dev/null and b/assets/images/preview_ocr3.png differ