Skip to content

Commit 15dfaac

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # README.md
2 parents b92ce34 + 4ddec5c commit 15dfaac

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
[![NuGet](https://img.shields.io/nuget/v/CreatePdf.NET?label=NuGet&color=0891B2)](https://www.nuget.org/packages/CreatePdf.NET/)
44
[![License](https://img.shields.io/github/license/ANcpLua/CreatePdf.NET?label=License&color=white)](https://github.com/ANcpLua/CreatePdf.NET/blob/main/LICENSE)
55
[![Docker](https://img.shields.io/docker/v/ancplua/createpdf.net?label=Docker&color=0C4A6E)](https://hub.docker.com/r/ancplua/createpdf.net)
6-
# CreatePdf.NET
76

8-
A simple, .NET library for PDF creation with text and bitmap rendering,
9-
plus [optional OCR functionality](#to-enable-ocr-functionality) for text extraction.
7+
# CreatePdf.NET
108

9+
A simple, .NET library for PDF creation with text and bitmap rendering, plus [optional OCR functionality](#to-enable-ocr-functionality) for text extraction.
1110

1211
## Usage
1312

@@ -57,11 +56,11 @@ await Pdf.Load(pdfStream).OcrAsync(new OcrOptions
5756

5857
### To enable OCR functionality
5958

60-
| Platform | Installation |
61-
|-------------|-----------------------------------------------------------------------------------------------------------------------------------------|
62-
| **macOS** | `brew install tesseract` |
63-
| **Windows** | Download [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki) and [Ghostscript](https://www.ghostscript.com/download/gsdnld.html) |
64-
| **Linux** | `sudo apt-get install ghostscript tesseract-ocr` |
59+
| Platform | Installation |
60+
|----------|-------------|
61+
| **macOS** |`brew install tesseract` |
62+
| **Windows** |Download [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki) and [Ghostscript](https://www.ghostscript.com/download/gsdnld.html) |
63+
| **Linux** |`sudo apt-get install ghostscript tesseract-ocr` |
6564

6665
> **Note**: Only needed for OCR.
6766
>
@@ -80,5 +79,4 @@ dotnet add package CreatePdf.NET --prerelease
8079

8180
## License
8281

83-
This project is licensed under the [MIT License](LICENSE).
84-
82+
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)