Skip to content

Commit e2c5325

Browse files
Added the changes
1 parent bbe3b8b commit e2c5325

8 files changed

Lines changed: 42 additions & 46 deletions

File tree

Document-Processing-toc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
<a href="/document-processing/data-extraction/smart-data-extractor/net/Features">Features</a>
136136
</li>
137137
<li>
138-
<a href="/document-processing/data-extraction/smart-data-extractor/net/FAQ">FAQ</a>
138+
FAQ
139139
<ul>
140140
<li>
141-
<a href="/document-processing/data-extraction/smart-data-extractor/net/FAQ/how-to-resolve-the-onnx-file-missing-error-in-smart-data-extractor">How to resolve the ONNX file missing error</a>
141+
<a href="/document-processing/data-extraction/smart-data-extractor/net/FAQ/how-to-resolve-the-onnx-file-missing-error-in-smart-data-extractor">How to resolve the ONNX file missing error</a>
142142
</li>
143143
</ul>
144144
</li>
@@ -165,10 +165,10 @@
165165
<a href="/document-processing/data-extraction/smart-table-extractor/net/Features">Features</a>
166166
</li>
167167
<li>
168-
<a href="/document-processing/data-extraction/smart-table-extractor/net/FAQ">FAQ</a>
168+
FAQ
169169
<ul>
170170
<li>
171-
<a href="/document-processing/data-extraction/smart-table-extractor/net/FAQ/how-to-resolve-the-onnx-file-missing-error-in-smart-table-extractor">How to resolve the ONNX file missing error</a>
171+
<a href="/document-processing/data-extraction/smart-table-extractor/net/FAQ/how-to-resolve-the-onnx-file-missing-error-in-smart-table-extractor">How to resolve the ONNX file missing error</a>
172172
</li>
173173
</ul>
174174
</li>

Document-Processing/Data-Extraction/Smart-Data-Extractor/NET/Assemblies-Required.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following assemblies need to be referenced in your application based on the
1919
<tbody>
2020
<tr>
2121
<td>
22-
{{'[WPF]'| markdownify }},
23-
{{'[Windows Forms]'| markdownify }} and {{'[ASP.NET MVC]'| markdownify }}
22+
{{'WPF'| markdownify }},
23+
{{'Windows Forms'| markdownify }} and {{'ASP.NET MVC'| markdownify }}
2424
</td>
2525
<td>
2626
Syncfusion.Compression.Base<br/>
@@ -35,9 +35,8 @@ The following assemblies need to be referenced in your application based on the
3535
</tr>
3636
<tr>
3737
<td>
38-
{{'[Blazor]'| markdownify }},
39-
{{'[.NET Core]'| markdownify }}
40-
and {{'[.NET Platforms]'| markdownify }}
38+
{{'.NET Core'| markdownify }}
39+
and {{'.NET Platforms'| markdownify }}
4140
</td>
4241
<td>
4342
Syncfusion.Compression.Portable<br/>
@@ -52,7 +51,7 @@ The following assemblies need to be referenced in your application based on the
5251
</tr>
5352
<tr>
5453
<td>
55-
{{'[.NET Multi-platform App UI (.NET MAUI)]'| markdownify }}
54+
{{'.NET Multi-platform App UI (.NET MAUI)'| markdownify }}
5655
</td>
5756
<td>
5857
Syncfusion.Compression.NET<br/>

Document-Processing/Data-Extraction/Smart-Data-Extractor/NET/Features.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ keywords: Assemblies
99

1010
# Smart Data Extractor Features
1111

12-
## Extract data from a PDF document
12+
## Extract Data from a PDF Document
1313

14-
To extract structured data such as text, form fields, tables and images from an entire PDF document using the **ExtractDataAsPdfDocument** method of the **DataExtractor** class, refer to the following code
14+
To extract structured data such as text, form fields, tables and images from an entire PDF document using the **ExtractDataAsPdfDocument** method of the **DataExtractor** class, refer to the following code example:
1515

1616
{% tabs %}
1717

@@ -129,7 +129,7 @@ using (FileStream stream = new FileStream("Image.png", FileMode.Open, FileAccess
129129

130130
{% endtabs %}
131131

132-
## Extract form data as JSON
132+
## Extract Form Data as JSON
133133

134134
To extract form fields across a PDF document using the **ExtractDataAsJson** method of the **DataExtractor** class with form recognition options, refer to the following code example:
135135

@@ -217,7 +217,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
217217

218218
{% endtabs %}
219219

220-
## Extract form data as PDF
220+
## Extract Form Data as PDF
221221

222222
To extract form fields across a PDF document and save them as a PDF output using the **ExtractDataAsPdfDocument** method of the **DataExtractor** class with form recognition options, refer to the following code example:
223223

@@ -319,7 +319,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
319319

320320
{% endtabs %}
321321

322-
## Extract table data as PDF
322+
## Extract Table Data as PDF
323323

324324
To extract tables across a PDF document and save them as a PDF output using the **ExtractDataAsPdfDocument** method of the **DataExtractor** class with table extraction options, refer to the following code example:
325325

@@ -406,7 +406,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
406406

407407
{% endtabs %}
408408

409-
## Apply confidence threshold to extract the data
409+
## Apply Confidence Threshold to Extract the Data
410410

411411
To apply confidence thresholding when extracting data from a PDF document using the ExtractDataAsPdfDocument method of the DataExtractor class, refer to the following code example:
412412

Document-Processing/Data-Extraction/Smart-Data-Extractor/NET/NuGet-Packages-Required.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ keywords: Assemblies
88
---
99
# NuGet Packages Required for Smart Data Extractor
1010

11-
## Create and modify Smart Data Extractor documents
11+
## Extract data from PDF and image documents
1212

13-
To work with SmartDataExtractor, the following NuGet packages need to be installed in your application.
13+
To work with Smart Data Extractor, the following NuGet packages need to be installed in your application.
1414

1515
<table>
1616
<tr>
@@ -25,33 +25,32 @@ Windows Forms<br/>
2525
Console Application (Targeting .NET Framework)
2626
</td>
2727
<td>
28-
{{'[Syncfusion.SmartDataExtractor.WinForms.nupkg]'| markdownify }}
28+
{{'Syncfusion.SmartDataExtractor.WinForms.nupkg'| markdownify }}
2929
</td>
3030
</tr>
3131
<tr>
3232
<td>
3333
WPF
3434
</td>
3535
<td>
36-
{{'[Syncfusion.SmartDataExtractor.Wpf.nupkg]'| markdownify }}
36+
{{'Syncfusion.SmartDataExtractor.Wpf.nupkg'| markdownify }}
3737
</td>
3838
</tr>
3939
<tr>
4040
<td>
4141
ASP.NET MVC5
4242
</td>
4343
<td>
44-
{{'[Syncfusion.SmartDataExtractor.AspNet.Mvc5.nupkg]'| markdownify }}
44+
{{'Syncfusion.SmartDataExtractor.AspNet.Mvc5.nupkg'| markdownify }}
4545
</td>
4646
</tr>
4747
<tr>
4848
<td>
4949
ASP.NET Core (Targeting NET Core) <br/>
5050
Console Application (Targeting .NET Core) <br/>
51-
Blazor
5251
</td>
5352
<td>
54-
{{'[Syncfusion.SmartDataExtractor.Net.Core.nupkg]'| markdownify }}
53+
{{'Syncfusion.SmartDataExtractor.Net.Core.nupkg'| markdownify }}
5554
</td>
5655
</tr>
5756
<tr>
@@ -60,7 +59,7 @@ Windows UI (WinUI) <br/>
6059
.NET Multi-platform App UI (.NET MAUI)
6160
</td>
6261
<td>
63-
{{'[Syncfusion.SmartDataExtractor.NET.nupkg]'| markdownify }}
62+
{{'Syncfusion.SmartDataExtractor.NET.nupkg'| markdownify }}
6463
</td>
6564
</tr>
6665
</table>

Document-Processing/Data-Extraction/Smart-Table-Extractor/NET/Assemblies-Required.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following assemblies need to be referenced in your application based on the
1919
<tbody>
2020
<tr>
2121
<td>
22-
{{'[WPF]'| markdownify }},
23-
{{'[Windows Forms]'| markdownify }} and {{'[ASP.NET MVC]'| markdownify }}
22+
{{'WPF'| markdownify }},
23+
{{'Windows Forms'| markdownify }} and {{'ASP.NET MVC'| markdownify }}
2424
</td>
2525
<td>
2626
Syncfusion.Compression.Base<br/>
@@ -32,9 +32,8 @@ The following assemblies need to be referenced in your application based on the
3232
</tr>
3333
<tr>
3434
<td>
35-
{{'[Blazor]'| markdownify }},
36-
{{'[.NET Core]'| markdownify }}
37-
and {{'[.NET Platforms]'| markdownify }}
35+
{{'.NET Core'| markdownify }}
36+
and {{'.NET Platforms'| markdownify }}
3837
</td>
3938
<td>
4039
Syncfusion.Compression.Portable<br/>
@@ -47,7 +46,7 @@ The following assemblies need to be referenced in your application based on the
4746
</tr>
4847
<tr>
4948
<td>
50-
{{'[.NET Multi-platform App UI (.NET MAUI)]'| markdownify }}
49+
{{'.NET Multi-platform App UI (.NET MAUI)'| markdownify }}
5150
</td>
5251
<td>
5352
Syncfusion.Compression.NET<br/>

Document-Processing/Data-Extraction/Smart-Table-Extractor/NET/Features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: Assemblies
99

1010
# Smart Table Extractor Features
1111

12-
## Extract Tables from a PDF Documents
12+
## Extract Tables from a PDF Document
1313

1414
To extract structured table data from a PDF document using the **ExtractTableAsJson** method of the **TableExtractor** class, refer to the following code
1515

@@ -71,7 +71,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
7171

7272
{% endtabs %}
7373

74-
## Extract Tables with detect border less tables
74+
## Extract Tables with Border-less Table Detection
7575

7676
To extract structured table data from a PDF document that contains tables without visible borders using the **ExtractTableAsJson** method of the **TableExtractor** class, refer to the following code examples.
7777

@@ -144,7 +144,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
144144
// Initialize the Smart Table Extractor
145145
TableExtractor extractor = new TableExtractor();
146146

147-
// Set only PageRange
147+
// Set the PageRange
148148
TableExtractionOptions options = new TableExtractionOptions();
149149
options.PageRange = new int[,] { { 2, 4 } };
150150

@@ -183,7 +183,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
183183

184184
{% endtabs %}
185185

186-
## Apply confidence threshold to extract the Table
186+
## Apply a Confidence Threshold to Extract Table Data
187187

188188
To apply confidence thresholding when extracting table data from a PDF document using the **ExtractTableAsJson** method of the **TableExtractor** class, refer to the following code example:
189189

@@ -239,7 +239,7 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
239239

240240
{% endtabs %}
241241

242-
## Extract table data asynchronously from a PDF document
242+
## Extract Table Data Asynchronously from a PDF Document
243243

244244
To extract table data asynchronously with cancellation support using the **ExtractTableAsJsonAsync** method of the **TableExtractor** class, refer to the following code example:
245245

Document-Processing/Data-Extraction/Smart-Table-Extractor/NET/NuGet-Packages-Required.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ keywords: Assemblies
88
---
99
# NuGet Packages Required for Smart Table Extractor
1010

11-
## Create and modify Smart Table Extractor documents
11+
## Extract data from PDF and image documents
1212

13-
To work with SmartTableExtractor, the following NuGet packages need to be installed in your application.
13+
To work with Smart Table Extractor, the following NuGet packages need to be installed in your application.
1414

1515
<table>
1616
<tr>
@@ -25,33 +25,32 @@ Windows Forms<br/>
2525
Console Application (Targeting .NET Framework)
2626
</td>
2727
<td>
28-
{{'[Syncfusion.SmartTableExtractor.WinForms.nupkg]'| markdownify }}
28+
{{'Syncfusion.SmartTableExtractor.WinForms.nupkg'| markdownify }}
2929
</td>
3030
</tr>
3131
<tr>
3232
<td>
3333
WPF
3434
</td>
3535
<td>
36-
{{'[Syncfusion.SmartTableExtractor.Wpf.nupkg]'| markdownify }}
36+
{{'Syncfusion.SmartTableExtractor.Wpf.nupkg'| markdownify }}
3737
</td>
3838
</tr>
3939
<tr>
4040
<td>
4141
ASP.NET MVC5
4242
</td>
4343
<td>
44-
{{'[Syncfusion.SmartTableExtractor.AspNet.Mvc5.nupkg]'| markdownify }}
44+
{{'Syncfusion.SmartTableExtractor.AspNet.Mvc5.nupkg'| markdownify }}
4545
</td>
4646
</tr>
4747
<tr>
4848
<td>
4949
ASP.NET Core (Targeting NET Core) <br/>
5050
Console Application (Targeting .NET Core) <br/>
51-
Blazor
5251
</td>
5352
<td>
54-
{{'[Syncfusion.SmartTableExtractor.Net.Core.nupkg]'| markdownify }}
53+
{{'Syncfusion.SmartTableExtractor.Net.Core.nupkg'| markdownify }}
5554
</td>
5655
</tr>
5756
<tr>
@@ -60,7 +59,7 @@ Windows UI (WinUI) <br/>
6059
.NET Multi-platform App UI (.NET MAUI)
6160
</td>
6261
<td>
63-
{{'[Syncfusion.SmartTableExtractor.NET.nupkg]'| markdownify }}
62+
{{'Syncfusion.SmartTableExtractor.NET.nupkg'| markdownify }}
6463
</td>
6564
</tr>
6665
</table>

Document-Processing/Data-Extraction/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ documentation: UG
77
keywords: Assemblies
88
---
99

10-
# Welcome to syncfusion Data Extraction Library
10+
# Welcome to Syncfusion Data Extraction Library
1111

12-
Syncfusion® is a high performance, deterministic C# library that extracts complete document structures from PDFs and images.
12+
Syncfusion® *Smart Data Extractor* is a high performance, deterministic C# library that extracts complete document structures from PDFs and images.
1313

14-
## List of DataExtraction:
14+
## List of Data Extraction Libraries
1515

1616
* SmartDataExtractor - analyzes visual layout lines, boxes, labels, and alignment to locate and extract elements such as table structure, text elements, images, headers, footers, and form fields with per-field confidence scores for immediate review, export, or integration.
1717
* SmartTableExtractor - detects table regions, header rows, columns, and cell spans (merged cells) and provides per-cell confidence scores and structured exports ready for downstream processing.

0 commit comments

Comments
 (0)