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 ea1615c commit 94e2f16Copy full SHA for 94e2f16
README.md
@@ -50,9 +50,9 @@ await Pdf.Create(Dye.White)
50
51
| Platform | Installation |
52
|----------|-------------|
53
-| **macOS** | `brew install tesseract` |
+| **macOS** |`brew install tesseract` |
54
| **Windows** | Download [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki) and [Ghostscript](https://www.ghostscript.com/download/gsdnld.html) |
55
-| **Linux** | `sudo apt-get install ghostscript tesseract-ocr` |
+| **Linux** |`sudo apt-get install ghostscript tesseract-ocr` |
56
57
> **Note**: Only needed for OCR (SaveAndOcr). PDF generation works without it.
58
>
0 commit comments