Skip to content

Commit 0201154

Browse files
Merge pull request #1775 from syncfusion-content/992430-ug
992430-ug: Resolved playground issue and viewing issue in UG documentation
2 parents ac9124c + a9d806a commit 0201154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ Here is a basic example of using Syncfusion<sup>&reg;</sup> OCR processor with m
15131513

15141514
{% tabs %}
15151515

1516-
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/OCR/.NET/OCR-with-multiple-langauages/OCR%20with%20multiple%20languages/Program.cs, 300" %}
1516+
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/OCR/.NET/Perform-OCR-on-PDF-with-multiple-languages/Perform-OCR-on-PDF-with-multiple-languages/Program.cs, 300" %}
15171517

15181518
using Syncfusion.OCRProcessor;
15191519
using Syncfusion.Pdf.Parsing;
@@ -1593,7 +1593,7 @@ Here is a basic example of using Syncfusion<sup>&reg;</sup> OCR processor with m
15931593

15941594
You can find the `.traineddata` files for different languages on the [Tesseract GitHub page](https://github.com/tesseract-ocr/tessdata).
15951595

1596-
You can downloaded a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/OCR/.NET/OCR-with-multiple-langauages).
1596+
You can downloaded a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/OCR/.NET/Perform-OCR-on-PDF-with-multiple-languages).
15971597

15981598
## Adding Line Breaks Using OCRLayoutResult
15991599

Document-Processing/PDF/PDF-Library/NET/Working-with-Pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ document.Close(True)
236236

237237
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Pages/Add-margin-to-the-PDF-pages/).
238238

239-
N> N> The default margin is set to 40 points, ensuring uniform spacing between the content and the page edges. This margin allows sufficient space for better readability and helps prevent content from being truncated during printing or viewing.
239+
N> The default margin is set to 40 points, ensuring uniform spacing between the content and the page edges. This margin allows sufficient space for better readability and helps prevent content from being truncated during printing or viewing.
240240

241241
## Adding sections with different page settings
242242

0 commit comments

Comments
 (0)