Skip to content

Commit 4b53e9a

Browse files
Merge pull request #259 from SyncfusionExamples/1032542-LinksChange_DataExtraction
Task(1032542): Modified the UG Documentation Links in Data Extraction and OCR README files
2 parents e3a7aa4 + 195a837 commit 4b53e9a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • Data-Extraction
    • Getting-Started/Console/.NET
      • Extract_Data_as_JSON/Extract_Data
      • Extract_Table_Data/Extract-tables-from-pdf-document
      • Recognize_Forms/Recognize-forms-using-JSON
    • Smart-Data-Extractor
      • Extract-data-as-JSON-from-PDF/.NET/Extract-data-as-JSON-from-PDF-document
      • Extract-data-as-MD-from-PDF/.NET/Extract-data-as-MD-from-PDF
    • Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET/Recognize-forms-using-JSON
    • Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET/Extract-tables-from-pdf-document
  • OCR/.NET/Perform-OCR-for-the-entire-PDF-document/Perform-OCR-for-the-entire-PDF-document

Data-Extraction/Getting-Started/Console/.NET/Extract_Data_as_JSON/Extract_Data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath(@"Input.pdf"), FileMo
3232
}
3333
```
3434

35-
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.
35+
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.

Data-Extraction/Getting-Started/Console/.NET/Extract_Table_Data/Extract-tables-from-pdf-document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath(@"Input.pdf"), FileMo
3131
}
3232
```
3333

34-
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.
34+
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.

Data-Extraction/Getting-Started/Console/.NET/Recognize_Forms/Recognize-forms-using-JSON/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ using (FileStream inputStream = new FileStream(Path.GetFullPath(@"Input.pdf"), F
3030
}
3131
```
3232

33-
More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-form-recognizer/overview)section.
33+
More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-form-recognition)section.

Data-Extraction/Smart-Data-Extractor/Extract-data-as-JSON-from-PDF/.NET/Extract-data-as-JSON-from-PDF-document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath("Input.pdf"), FileMod
3434
```
3535
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).
3636

37-
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.
37+
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.

Data-Extraction/Smart-Data-Extractor/Extract-data-as-MD-from-PDF/.NET/Extract-data-as-MD-from-PDF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
3232
}
3333

3434
```
35-
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.
35+
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.

Data-Extraction/Smart-Form-Recognizer/Recognize-forms-using-JSON/.NET/Recognize-forms-using-JSON/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ using (FileStream inputStream = new FileStream(Path.GetFullPath(@"Input.pdf"), F
3131
```
3232
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).
3333

34-
More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/smart-form-recognizer/overview)section.
34+
More information about SmartFormRecognizer can be refer in this [documentation](https://help.syncfusion.com/document-processing/data-extraction/net/working-with-form-recognition)section.

Data-Extraction/Smart-Table-Extractor/Extract-tables-from-pdf-document/.NET/Extract-tables-from-pdf-document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ using (FileStream stream = new FileStream(Path.GetFullPath(@"Input.pdf"), FileMo
3131
```
3232
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).
3333

34-
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.
34+
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.

OCR/.NET/Perform-OCR-for-the-entire-PDF-document/Perform-OCR-for-the-entire-PDF-document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ using (OCRProcessor processor = new OCRProcessor())
3838

3939
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).
4040

41-
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.
41+
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.

0 commit comments

Comments
 (0)