From 59c30ed949187b54c1da2de0f60cf5118b617e45 Mon Sep 17 00:00:00 2001 From: Sathish Kumar C Date: Mon, 2 Dec 2024 12:23:36 +0530 Subject: [PATCH 1/3] Added TradeMark Symbol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a8a7314..9425f706 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Syncfusion .NET PDF library +Syncfusion® .NET PDF library ------------------------------------- -The Syncfusion [.NET PDF library] (https://www.syncfusion.com/document-processing/pdf-framework/net) (Essential PDF) allows you to create, read and write PDF documents programatically in any .NET application. This high-performance and feature-rich .NET PDF framework works without Adobe dependencies. The creation of PDF follows the most popular PDF 1.7 (ISO 32000-1) and latest 2.0 (ISO 32000-2) specifications. +The Syncfusion® [.NET PDF library] (https://www.syncfusion.com/document-processing/pdf-framework/net) (Essential PDF) allows you to create, read and write PDF documents programatically in any .NET application. This high-performance and feature-rich .NET PDF framework works without Adobe dependencies. The creation of PDF follows the most popular PDF 1.7 (ISO 32000-1) and latest 2.0 (ISO 32000-2) specifications. Key Features -------------------------------------- From c1432d45626508acb9d6d47d5a20b687656f118f Mon Sep 17 00:00:00 2001 From: Sathish Kumar C Date: Mon, 2 Dec 2024 12:30:17 +0530 Subject: [PATCH 2/3] Added trade mark Symbol --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9425f706..9dafa95e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ How to run the examples Resources ----------- -* **Product page:** [Syncfusion PDF Framework](https://www.syncfusion.com/document-processing/pdf-framework/net) +* **Product page:** [Syncfusion® PDF Framework](https://www.syncfusion.com/document-processing/pdf-framework/net) * **Documentation page:** [Syncfusion .NET PDF library](https://help.syncfusion.com/file-formats/pdf/overview) * **Online demo:** [Syncfusion .NET PDF library - Online demos](https://ej2.syncfusion.com/aspnetcore/PDF/CompressExistingPDF#/bootstrap5) * **Blog:** [Syncfusion .NET PDF library - Blog](https://www.syncfusion.com/blogs/category/pdf) @@ -58,9 +58,9 @@ License This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/eula/es/?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples). You can purchase a licnense [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples). -About Syncfusion +About Syncfusion® ---------------- -Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. +Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. Today, we provide 1600+ components and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [WPF](https://www.syncfusion.com/wpf-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [WinUI(Preview)](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) and [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software. \ No newline at end of file From 6823a76842b1889755821bbdb99ac36b9c6963d8 Mon Sep 17 00:00:00 2001 From: Sathish Kumar C Date: Mon, 2 Dec 2024 12:43:11 +0530 Subject: [PATCH 3/3] 924871 - Added Trademark Symbol --- OCR/.NET/Perform-OCR-AWS-Textract/README.md | 2 +- OCR/.NET/Perform-OCR-Azure-Vision/README.md | 2 +- .../OCR_ImageEnhancement/Readme.md | 2 +- README.md | 18 +++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/OCR/.NET/Perform-OCR-AWS-Textract/README.md b/OCR/.NET/Perform-OCR-AWS-Textract/README.md index ee90bbf7..5732efc2 100644 --- a/OCR/.NET/Perform-OCR-AWS-Textract/README.md +++ b/OCR/.NET/Perform-OCR-AWS-Textract/README.md @@ -1,5 +1,5 @@ # Perform OCR with AWS Textract -The [Syncfusion .NET OCR library](https://www.syncfusion.com/document-processing/pdf-framework/net/pdf-library/ocr-process) supports external engines (AWS Textract) to process the OCR on Images and PDF documents. +The [Syncfusion® .NET OCR library](https://www.syncfusion.com/document-processing/pdf-framework/net/pdf-library/ocr-process) supports external engines (AWS Textract) to process the OCR on Images and PDF documents. ## Steps to perform OCR with AWS Textract 1. Create a new .NET Console application project. diff --git a/OCR/.NET/Perform-OCR-Azure-Vision/README.md b/OCR/.NET/Perform-OCR-Azure-Vision/README.md index 9a0659ce..56cc2027 100644 --- a/OCR/.NET/Perform-OCR-Azure-Vision/README.md +++ b/OCR/.NET/Perform-OCR-Azure-Vision/README.md @@ -1,6 +1,6 @@ # Perform OCR with Azure Vision -The [Syncfusion .NET OCR library](https://www.syncfusion.com/document-processing/pdf-framework/net/pdf-library/ocr-process) supports external engines (Azure Computer Vision) to process the OCR on images and PDF documents. +The [Syncfusion® .NET OCR library](https://www.syncfusion.com/document-processing/pdf-framework/net/pdf-library/ocr-process) supports external engines (Azure Computer Vision) to process the OCR on images and PDF documents. ## Steps to perform OCR with Azure Computer Vision 1. Create a new .NET Console application project. diff --git a/OCR/.NET/Perform-OCR-ImageEnhancement/OCR_ImageEnhancement/Readme.md b/OCR/.NET/Perform-OCR-ImageEnhancement/OCR_ImageEnhancement/Readme.md index 0d1597bb..a31111c8 100644 --- a/OCR/.NET/Perform-OCR-ImageEnhancement/OCR_ImageEnhancement/Readme.md +++ b/OCR/.NET/Perform-OCR-ImageEnhancement/OCR_ImageEnhancement/Readme.md @@ -1,3 +1,3 @@ ## Image Enhancement in OCR Processor library -The Syncfusion OCR library is utilized for recognizing text from scanned PDF documents or images. The OCR processor library provides support to enhance image quality through the ImageProcessor property in the OCRProcessor class. The SixLabers.ImageSharp library is used to preprocess the image before performing OCR. \ No newline at end of file +The Syncfusion® OCR library is utilized for recognizing text from scanned PDF documents or images. The OCR processor library provides support to enhance image quality through the ImageProcessor property in the OCRProcessor class. The SixLabers.ImageSharp library is used to preprocess the image before performing OCR. \ No newline at end of file diff --git a/README.md b/README.md index 9dafa95e..888250d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Syncfusion® .NET PDF library ------------------------------------- -The Syncfusion® [.NET PDF library] (https://www.syncfusion.com/document-processing/pdf-framework/net) (Essential PDF) allows you to create, read and write PDF documents programatically in any .NET application. This high-performance and feature-rich .NET PDF framework works without Adobe dependencies. The creation of PDF follows the most popular PDF 1.7 (ISO 32000-1) and latest 2.0 (ISO 32000-2) specifications. +The Syncfusion® [.NET PDF library] (https://www.syncfusion.com/document-processing/pdf-framework/net) (Essential® PDF) allows you to create, read and write PDF documents programatically in any .NET application. This high-performance and feature-rich .NET PDF framework works without Adobe dependencies. The creation of PDF follows the most popular PDF 1.7 (ISO 32000-1) and latest 2.0 (ISO 32000-2) specifications. Key Features -------------------------------------- @@ -40,18 +40,18 @@ Resources ----------- * **Product page:** [Syncfusion® PDF Framework](https://www.syncfusion.com/document-processing/pdf-framework/net) -* **Documentation page:** [Syncfusion .NET PDF library](https://help.syncfusion.com/file-formats/pdf/overview) -* **Online demo:** [Syncfusion .NET PDF library - Online demos](https://ej2.syncfusion.com/aspnetcore/PDF/CompressExistingPDF#/bootstrap5) -* **Blog:** [Syncfusion .NET PDF library - Blog](https://www.syncfusion.com/blogs/category/pdf) -* **Knowledge Base:** [Syncfusion .NET PDF library - Knowledge Base](https://www.syncfusion.com/kb/windowsforms/pdf) -* **EBooks:** [Syncfusion .NET PDF library - EBooks](https://www.syncfusion.com/succinctly-free-ebooks) -* **FAQ:** [Syncfusion .NET PDF library - FAQ](https://www.syncfusion.com/faq/) +* **Documentation page:** [Syncfusion® .NET PDF library](https://help.syncfusion.com/file-formats/pdf/overview) +* **Online demo:** [Syncfusion® .NET PDF library - Online demos](https://ej2.syncfusion.com/aspnetcore/PDF/CompressExistingPDF#/bootstrap5) +* **Blog:** [Syncfusion® .NET PDF library - Blog](https://www.syncfusion.com/blogs/category/pdf) +* **Knowledge Base:** [Syncfusion® .NET PDF library - Knowledge Base](https://www.syncfusion.com/kb/windowsforms/pdf) +* **EBooks:** [Syncfusion® .NET PDF library - EBooks](https://www.syncfusion.com/succinctly-free-ebooks) +* **FAQ:** [Syncfusion® .NET PDF library - FAQ](https://www.syncfusion.com/faq/) Support and feedback -------------------- -* For any other queries, reach our [Syncfusion support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples). -* Request new feature through [Syncfusion feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples). +* For any other queries, reach our [Syncfusion® support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples). +* Request new feature through [Syncfusion® feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples). License -------