Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion File-Formats/PDF/Working-with-OCR/Working-with-OCR.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The Syncfusion .NET OCR library supports performing OCR in Docker. Refer to [thi

### Perform OCR in Mac

The Syncfusion .NET OCR library supports performing OCR on Mac. Refer to [this]() section for more information about performing OCR on an entire PDF document on Mac.
The Syncfusion .NET OCR library supports performing OCR on Mac. Refer to [this](https://help.syncfusion.com/file-formats/pdf/working-with-ocr/mac) section for more information about performing OCR on an entire PDF document on Mac.

### Perform OCR in ASP.NET Core

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public class PreviewControllerDS : QLPreviewControllerDataSource
{% endhighlight %}
{% endtabs %}

A complete working example of creating an Excel document in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/Create%20Excel).
A complete working example of creating an Excel document in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/CreateExcel).

By executing the program in windows, you will get the **Excel document** as follows.

Expand Down Expand Up @@ -666,7 +666,7 @@ using (ExcelEngine excelEngine = new ExcelEngine())
{% endhighlight %}
{% endtabs %}

A complete working example of how to read and edit an Excel file in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/Edit%20Excel).
A complete working example of how to read and edit an Excel file in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/EditExcel).

Click [here](https://www.syncfusion.com/document-processing/excel-framework/maui) to explore the rich set of Syncfusion Excel library (XlsIO) features.

Expand Down