Skip to content

Commit 4ddec5c

Browse files
authored
Update README.md
1 parent ab0b604 commit 4ddec5c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# CreatePdf.NET
2-
31
[![codecov](https://codecov.io/gh/ANcpLua/CreatePdf.NET/branch/main/graph/badge.svg?token=lgxIXBnFrn)](https://codecov.io/gh/ANcpLua/CreatePdf.NET)
42
[![.NET](https://img.shields.io/badge/.NET-10.0_Preview-512BD4)](https://dotnet.microsoft.com/download/dotnet/10.0)
53
[![NuGet](https://img.shields.io/nuget/v/CreatePdf.NET?label=NuGet&color=0891B2)](https://www.nuget.org/packages/CreatePdf.NET/)
64
[![License](https://img.shields.io/github/license/ANcpLua/CreatePdf.NET?label=License&color=white)](https://github.com/ANcpLua/CreatePdf.NET/blob/main/LICENSE)
75
[![Docker](https://img.shields.io/docker/v/ancplua/createpdf.net?label=Docker&color=0C4A6E)](https://hub.docker.com/r/ancplua/createpdf.net)
86

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

11-
## Installation
1211

13-
```bash
14-
dotnet add package CreatePdf.NET --prerelease
15-
```
1612

1713
## Usage
1814

@@ -55,7 +51,12 @@ await Pdf.Create(Dye.White)
5551
| **Linux** |`sudo apt-get install ghostscript tesseract-ocr` |
5652

5753
> **Note**: Only needed for OCR (SaveAndOcr). PDF generation works without it.
58-
>
54+
55+
## Installation
56+
57+
```bash
58+
dotnet add package CreatePdf.NET --prerelease
59+
```
5960

6061
## Requirements
6162

0 commit comments

Comments
 (0)