Skip to content

Commit b1b67a1

Browse files
Added the changes for SmartDataExtractor and SmartTableExtractor
1 parent bfac041 commit b1b67a1

10 files changed

Lines changed: 50 additions & 14 deletions

File tree

Document-Processing-toc.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,14 @@
117117
<a href="/document-processing/DataExtraction/overview">DataExtraction</a>
118118
<ul>
119119
<li>
120-
<a href="/document-processing/DataExtraction/overview">NET</a>
120+
<a href="/document-processing/DataExtraction/SmartDataExtractor/overview">Smart Data Extractor</a>
121121
<ul>
122122
<li>
123-
<a href="/document-processing/DataExtraction/SmartDataExtractor/NET/overview">DataExtractor</a>
123+
<a href="/document-processing/DataExtraction/SmartDataExtractor/NET/overview">NET</a>
124124
<ul>
125+
<li>
126+
<a href="/document-processing/DataExtraction/SmartDataExtractor/NET/overview">Overview</a>
127+
</li>
125128
<li>
126129
<a href="/document-processing/DataExtraction/SmartDataExtractor/NET/Assemblies-Required">Assemblies Required</a>
127130
</li>
@@ -142,10 +145,16 @@
142145
</ul>
143146
</li>
144147
</ul>
148+
</li>
149+
<li>
150+
<a href="/document-processing/DataExtraction/SmartTableExtractor/overview">Smart Table Extractor</a>
145151
<ul>
146152
<li>
147-
<a href="/document-processing/DataExtraction/SmartTableExtractor/NET/overview">TableExtractor</a>
153+
<a href="/document-processing/DataExtraction/SmartTableExtractor/NET/overview">NET</a>
148154
<ul>
155+
<li>
156+
<a href="/document-processing/DataExtraction/SmartTableExtractor/NET/overview">Overview</a>
157+
</li>
149158
<li>
150159
<a href="/document-processing/DataExtraction/SmartTableExtractor/NET/Assemblies-Required">Assemblies Required</a>
151160
</li>

Document-Processing/DataExtraction/SmartDataExtractor/NET/Assemblies-Required.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: SmartDataExtractor
66
documentation: UG
77
keywords: Assemblies
88
---
9-
# Assemblies Required to work with SmartDataExtractor
9+
# Assemblies Required to work with Smart Data Extractor
1010

1111
The following assemblies need to be referenced in your application based on the platform.
1212
<table>

Document-Processing/DataExtraction/SmartDataExtractor/NET/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: UG
77
keywords: Assemblies
88
---
99

10-
# SmartDataExtractor Features
10+
# Smart Data Extractor Features
1111

1212
## Extract data from a PDF document
1313

Document-Processing/DataExtraction/SmartDataExtractor/NET/NuGet-Packages-Required.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ control: SmartDataExtractor
66
documentation: UG
77
keywords: Assemblies
88
---
9-
# NuGet Packages Required for SmartDataExtractor
9+
# NuGet Packages Required for Smart Data Extractor
1010

11-
## Create and modify SmartDataExtractor documents
11+
## Create and modify Smart Data Extractor documents
1212

1313
To work with SmartDataExtractor, the following NuGet packages need to be installed in your application.
1414

Document-Processing/DataExtraction/SmartDataExtractor/NET/overview.md

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

10-
# Overview of SmartDataExtractor
10+
# Overview of Smart Data Extractor
1111

1212
Syncfusion® Smart Data Extractor is a high performance, deterministic C# library that extracts complete document structures from PDFs and images. Designed for .NET workflows, it 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.
1313

14-
## Key Features of Essential<sup>&reg;</sup> SmartDataExtractor
14+
## Key Features of Essential<sup>&reg;</sup> Smart Data Extractor
1515

1616
The following list shows the key features available in the Essential<sup>&reg;</sup> SmartDataExtractor.
1717

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Extract structured data from PDF & image Files in .NET | Syncfusion
3+
description: Syncfusion® Smart Data Extractor is a .NET library that extracts tables, forms, text, and images from documents, producing PDFs and JSON.
4+
platform: document-processing
5+
control: SmartDataExtractor
6+
documentation: UG
7+
keywords: Assemblies
8+
---
9+
10+
# Welcome to Syncfusion Smart Data Extractor Library
11+
12+
Syncfusion® Smart Data Extractor is a high performance, deterministic C# library that extracts complete document structures from PDFs and images. Designed for .NET workflows, it 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.
13+
14+

Document-Processing/DataExtraction/SmartTableExtractor/NET/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: UG
77
keywords: Assemblies
88
---
99

10-
# SmartTableExtractor Features
10+
# Smart Table Extractor Features
1111

1212
## Extract Tables from a PDF Documents
1313

Document-Processing/DataExtraction/SmartTableExtractor/NET/NuGet-Packages-Required.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ control: PDF
66
documentation: UG
77
keywords: Assemblies
88
---
9-
# NuGet Packages Required for SmartTableExtractor
9+
# NuGet Packages Required for Smart Table Extractor
1010

11-
## Create and modify SmartTableExtractor documents
11+
## Create and modify Smart Table Extractor documents
1212

1313
To work with SmartTableExtractor, the following NuGet packages need to be installed in your application.
1414

Document-Processing/DataExtraction/SmartTableExtractor/NET/overview.md

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

10-
# Overview of SmartTableExtractor
10+
# Overview of Smart Table Extractor
1111

1212
Syncfusion® Smart Table Extractor is a high accuracy, deterministic C# library that detects and extracts tabular data from PDFs and scanned images for .NET workflows, It detects table regions, header rows, columns, and cell spans (merged cells) and provides per-cell confidence scores and structured exports ready for downstream processing.
1313

14-
## Key Features of Essential<sup>&reg;</sup> SmartTableExtractor
14+
## Key Features of Essential<sup>&reg;</sup> Smart Table Extractor
1515

1616
The following list shows the key features available in the Essential<sup>&reg;</sup> SmartTableExtractor.
1717

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Extract tables from PDF and image documents in .NET | Syncfusion
3+
description: Syncfusion® Smart Table Extractor detects tables in PDFs, including headers, columns, and merged cells, outputting JSON.
4+
platform: document-processing
5+
control: PDF
6+
documentation: UG
7+
keywords: Assemblies
8+
---
9+
10+
# Welcome to Syncfusion Smart Table Extractor Library
11+
12+
Syncfusion® Smart Table Extractor is a high accuracy, deterministic C# library that detects and extracts tabular data from PDFs and scanned images for .NET workflows, It detects table regions, header rows, columns, and cell spans (merged cells) and provides per-cell confidence scores and structured exports ready for downstream processing.
13+

0 commit comments

Comments
 (0)