We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4030295 commit 8938c87Copy full SHA for 8938c87
README.md
@@ -53,7 +53,8 @@ await Pdf.Create(Dye.White)
53
| **Windows** | Download [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki) and [Ghostscript](https://www.ghostscript.com/download/gsdnld.html) |
54
| **Linux** | `sudo apt-get install ghostscript tesseract-ocr` |
55
56
-> **Note**: Only needed if using the `SaveAndOcr` extension method. PDF generation works without these.
+> **Note**: Only needed for OCR (SaveAndOcr). PDF generation works without it.
57
+>
58
59
## Requirements
60
0 commit comments