From 195a837f7786faff069fdc5fe67ed474c120d324 Mon Sep 17 00:00:00 2001 From: venkateshwaransf5013 Date: Wed, 10 Jun 2026 23:35:30 +0530 Subject: [PATCH] Modified the UG Documentation Links in Data Extraction and OCR README files --- .../Console/.NET/Extract_Data_as_JSON/Extract_Data/README.md | 2 +- .../Extract-tables-from-pdf-document/README.md | 2 +- .../.NET/Recognize_Forms/Recognize-forms-using-JSON/README.md | 2 +- .../.NET/Extract-data-as-JSON-from-PDF-document/README.md | 2 +- .../.NET/Extract-data-as-MD-from-PDF/README.md | 2 +- .../.NET/Recognize-forms-using-JSON/README.md | 2 +- .../.NET/Extract-tables-from-pdf-document/README.md | 2 +- .../Perform-OCR-for-the-entire-PDF-document/README.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Data-Extraction/Getting-Started/Console/.NET/Extract_Data_as_JSON/Extract_Data/README.md b/Data-Extraction/Getting-Started/Console/.NET/Extract_Data_as_JSON/Extract_Data/README.md index b6fcd442..14a91836 100644 --- a/Data-Extraction/Getting-Started/Console/.NET/Extract_Data_as_JSON/Extract_Data/README.md +++ b/Data-Extraction/Getting-Started/Console/.NET/Extract_Data_as_JSON/Extract_Data/README.md @@ -32,4 +32,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath(@"Input.pdf"), FileMo } ``` -More information about Extract data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/overview)section. \ No newline at end of file +More information about Extract data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-data-extraction)section. \ No newline at end of file diff --git a/Data-Extraction/Getting-Started/Console/.NET/Extract_Table_Data/Extract-tables-from-pdf-document/README.md b/Data-Extraction/Getting-Started/Console/.NET/Extract_Table_Data/Extract-tables-from-pdf-document/README.md index 45b7c4c4..fe1286d1 100644 --- a/Data-Extraction/Getting-Started/Console/.NET/Extract_Table_Data/Extract-tables-from-pdf-document/README.md +++ b/Data-Extraction/Getting-Started/Console/.NET/Extract_Table_Data/Extract-tables-from-pdf-document/README.md @@ -31,4 +31,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath(@"Input.pdf"), FileMo } ``` -More information about Extract Table Data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-table-extractor/overview)section. \ No newline at end of file +More information about Extract Table Data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-table-extraction)section. \ No newline at end of file diff --git a/Data-Extraction/Getting-Started/Console/.NET/Recognize_Forms/Recognize-forms-using-JSON/README.md b/Data-Extraction/Getting-Started/Console/.NET/Recognize_Forms/Recognize-forms-using-JSON/README.md index a3b660c2..08b66b30 100644 --- a/Data-Extraction/Getting-Started/Console/.NET/Recognize_Forms/Recognize-forms-using-JSON/README.md +++ b/Data-Extraction/Getting-Started/Console/.NET/Recognize_Forms/Recognize-forms-using-JSON/README.md @@ -30,4 +30,4 @@ using (FileStream inputStream = new FileStream(Path.GetFullPath(@"Input.pdf"), F } ``` -More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-form-recognizer/overview)section. \ No newline at end of file +More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-form-recognition)section. \ No newline at end of file diff --git a/Data-Extraction/Smart-Data-Extractor/Extract-data-as-JSON-from-PDF/.NET/Extract-data-as-JSON-from-PDF-document/README.md b/Data-Extraction/Smart-Data-Extractor/Extract-data-as-JSON-from-PDF/.NET/Extract-data-as-JSON-from-PDF-document/README.md index 4c2192e3..c3541994 100644 --- a/Data-Extraction/Smart-Data-Extractor/Extract-data-as-JSON-from-PDF/.NET/Extract-data-as-JSON-from-PDF-document/README.md +++ b/Data-Extraction/Smart-Data-Extractor/Extract-data-as-JSON-from-PDF/.NET/Extract-data-as-JSON-from-PDF-document/README.md @@ -34,4 +34,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath("Input.pdf"), FileMod ``` For a complete working example, download it from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Data-Extraction/Smart-Data-Extractor/Extract-data-as-JSON-from-PDF/.NET). -More information about Extract data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/overview)section. \ No newline at end of file +More information about Extract data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-data-extraction)section. \ No newline at end of file diff --git a/Data-Extraction/Smart-Data-Extractor/Extract-data-as-MD-from-PDF/.NET/Extract-data-as-MD-from-PDF/README.md b/Data-Extraction/Smart-Data-Extractor/Extract-data-as-MD-from-PDF/.NET/Extract-data-as-MD-from-PDF/README.md index 9d8b65aa..39083d04 100644 --- a/Data-Extraction/Smart-Data-Extractor/Extract-data-as-MD-from-PDF/.NET/Extract-data-as-MD-from-PDF/README.md +++ b/Data-Extraction/Smart-Data-Extractor/Extract-data-as-MD-from-PDF/.NET/Extract-data-as-MD-from-PDF/README.md @@ -32,4 +32,4 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess } ``` -More information about Extract data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/overview)section. \ No newline at end of file +More information about Extract data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-data-extraction)section. \ No newline at end of file diff --git a/Data-Extraction/Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET/Recognize-forms-using-JSON/README.md b/Data-Extraction/Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET/Recognize-forms-using-JSON/README.md index 6b2ccc3d..369cb3c5 100644 --- a/Data-Extraction/Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET/Recognize-forms-using-JSON/README.md +++ b/Data-Extraction/Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET/Recognize-forms-using-JSON/README.md @@ -31,4 +31,4 @@ using (FileStream inputStream = new FileStream(Path.GetFullPath(@"Input.pdf"), F ``` For a complete working example, download it from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Data-Extraction/Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET). -More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-form-recognizer/overview)section. \ No newline at end of file +More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-form-recognition)section. \ No newline at end of file diff --git a/Data-Extraction/Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET/Extract-tables-from-pdf-document/README.md b/Data-Extraction/Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET/Extract-tables-from-pdf-document/README.md index c39053b7..9cd0b3f3 100644 --- a/Data-Extraction/Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET/Extract-tables-from-pdf-document/README.md +++ b/Data-Extraction/Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET/Extract-tables-from-pdf-document/README.md @@ -31,4 +31,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath(@"Input.pdf"), FileMo ``` For a complete working example, download it from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Data-Extraction/Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET). -More information about Extract Table Data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-table-extractor/overview)section. \ No newline at end of file +More information about Extract Table Data from PDF can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-table-extraction)section. \ No newline at end of file diff --git a/OCR/.NET/Perform-OCR-for-the-entire-PDF-document/Perform-OCR-for-the-entire-PDF-document/README.md b/OCR/.NET/Perform-OCR-for-the-entire-PDF-document/Perform-OCR-for-the-entire-PDF-document/README.md index a8237ed7..f3a1d701 100644 --- a/OCR/.NET/Perform-OCR-for-the-entire-PDF-document/Perform-OCR-for-the-entire-PDF-document/README.md +++ b/OCR/.NET/Perform-OCR-for-the-entire-PDF-document/Perform-OCR-for-the-entire-PDF-document/README.md @@ -38,4 +38,4 @@ using (OCRProcessor processor = new OCRProcessor()) For a complete working sample, you can download the example from the [GitHub repository](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/OCR/.NET/Perform-OCR-for-the-entire-PDF-document). -More information about the OCR on PDF can be found in this [documentation](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/working-with-ocr/features) section. \ No newline at end of file +More information about the OCR on PDF can be found in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/ocr-processor/features) section. \ No newline at end of file