Skip to content

Commit bc7b183

Browse files
Staging_issues_fix
1 parent dfd3e02 commit bc7b183

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

Lines changed: 4 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Smart Form Recognizer | Syncfusion®
2+
title: Detect Form Fields| Syncfusion®
33
description: Learn how to detects form data from PDFs and scanned images using Syncfusion® Essential Studio® SmartFormRecognizer.
44
platform: document-processing
55
control: SmartFormRecognizer
66
documentation: UG
77
keywords: Assemblies
88
---
99

10-
# Welcome to Syncfusion Smart Form Recognizer Library
10+
# Overview of Smart Form Recognizer
1111

12-
Smart Form Recognizer is a deterministic, on premise C# library for .NET designed to reliably detect form data from PDFs and scanned images. Unlike AI‑based approaches, this library uses visual layout heuristics including lines, boxes, and circular markers to identify form structures with high consistency and predictability.It supports to identify the common form controls such as text fields, checkboxes, radio buttons, and signature regions, producing clean, structured JSON that can be fed directly into review and workflow systems.
12+
Smart Form Recognizer is a deterministic, on premise C# library for .NET designed to reliably detect form data from PDFs and scanned images. Unlike AI‑based approaches, this library uses visual layout heuristics including lines, boxes, and circular markers to identify form structures with high consistency and predictability. It supports It supports to identify the common form controls such as text fields, checkboxes, radio buttons, and signature regions, producing clean, structured JSON that can be fed directly into review and workflow systems.
1313

1414

1515
## Core Capabilities
@@ -26,54 +26,6 @@ Smart Form Recognizer is a deterministic, on premise C# library for .NET designe
2626

2727
* **Ready for .NET integration**: Deterministic, on premise library that outputs JSON and integrates into existing .NET pipelines and review UIs.
2828

29-
30-
<b>NuGet</b>
31-
<table>
32-
<tr>
33-
<thead>
34-
<th><b>Platform(s)</b></th>
35-
<th><b>NuGet Package</b></th>
36-
</thead>
37-
</tr>
38-
<tr>
39-
<td>
40-
Windows Forms
41-
</td>
42-
<td>
43-
{{'[Syncfusion.SmartFormRecognizer.WinForms.nupkg]'| markdownify }}
44-
</td>
45-
</tr>
46-
<tr>
47-
<td>
48-
WPF
49-
</td>
50-
<td>
51-
{{'[Syncfusion.SmartFormRecognizer.WPF.nupkg]'| markdownify }}
52-
</td>
53-
</tr>
54-
<tr>
55-
<td rowspan="2">Blazor, .NET Core and .NET Platforms</td>
56-
<td>
57-
{{'[Syncfusion.SmartFormRecognizer.NET.nupkg]'| markdownify }}
58-
</td>
59-
</tr>
60-
<tr>
61-
<td>
62-
{{'[Syncfusion.SmartFormRecognizer.Net.Core.nupkg]'| markdownify }}
63-
</td>
64-
</tr>
65-
<tr>
66-
<td>
67-
ASP.NET MVC5
68-
</td>
69-
<td>
70-
{{'[Syncfusion.SmartFormRecognizer.AspNet.MVC5.nupkg]'| markdownify }}
71-
</td>
72-
</tr>
73-
</table>
74-
75-
N> The above mentioned NuGet packages are available in [nuget.org](https://www.nuget.org/).
76-
7729
The following code snippet illustrates how to detects form data from PDFs using FormRecognizer method in SmartFormRecognizer.
7830

7931
{% tabs %}
@@ -90,3 +42,4 @@ pdfLoadedDocument.Save(Output.pdf);
9042

9143
{% endhighlight %}
9244
{% endtabs %}
45+

Document-Processing/Data-Extraction/Smart-Form-Recognizer/NET/smart-form-recognizer.md renamed to Document-Processing/Data-Extraction/Smart-Form-Recognizer/overview.md

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Detect Form Fields| Syncfusion&reg;
2+
title: Smart Form Recognizer | Syncfusion&reg;
33
description: Learn how to detects form data from PDFs and scanned images using Syncfusion&reg; Essential Studio&reg; SmartFormRecognizer.
44
platform: document-processing
55
control: SmartFormRecognizer
66
documentation: UG
77
keywords: Assemblies
88
---
99

10-
# Smart Form Recognizer
10+
# Welcome to Syncfusion Smart Form Recognizer Library
1111

12-
Smart Form Recognizer is a deterministic, on premise C# library for .NET designed to reliably detect form data from PDFs and scanned images. Unlike AI‑based approaches, this library uses visual layout heuristics including lines, boxes, and circular markers to identify form structures with high consistency and predictability. It supports It supports to identify the common form controls such as text fields, checkboxes, radio buttons, and signature regions, producing clean, structured JSON that can be fed directly into review and workflow systems.
12+
Smart Form Recognizer is a deterministic, on premise C# library for .NET designed to reliably detect form data from PDFs and scanned images. Unlike AI‑based approaches, this library uses visual layout heuristics including lines, boxes, and circular markers to identify form structures with high consistency and predictability.It supports to identify the common form controls such as text fields, checkboxes, radio buttons, and signature regions, producing clean, structured JSON that can be fed directly into review and workflow systems.
1313

1414

1515
## Core Capabilities
@@ -26,6 +26,54 @@ Smart Form Recognizer is a deterministic, on premise C# library for .NET designe
2626

2727
* **Ready for .NET integration**: Deterministic, on premise library that outputs JSON and integrates into existing .NET pipelines and review UIs.
2828

29+
30+
<b>NuGet</b>
31+
<table>
32+
<tr>
33+
<thead>
34+
<th><b>Platform(s)</b></th>
35+
<th><b>NuGet Package</b></th>
36+
</thead>
37+
</tr>
38+
<tr>
39+
<td>
40+
Windows Forms
41+
</td>
42+
<td>
43+
{{'[Syncfusion.SmartFormRecognizer.WinForms.nupkg]'| markdownify }}
44+
</td>
45+
</tr>
46+
<tr>
47+
<td>
48+
WPF
49+
</td>
50+
<td>
51+
{{'[Syncfusion.SmartFormRecognizer.WPF.nupkg]'| markdownify }}
52+
</td>
53+
</tr>
54+
<tr>
55+
<td rowspan="2">Blazor, .NET Core and .NET Platforms</td>
56+
<td>
57+
{{'[Syncfusion.SmartFormRecognizer.NET.nupkg]'| markdownify }}
58+
</td>
59+
</tr>
60+
<tr>
61+
<td>
62+
{{'[Syncfusion.SmartFormRecognizer.Net.Core.nupkg]'| markdownify }}
63+
</td>
64+
</tr>
65+
<tr>
66+
<td>
67+
ASP.NET MVC5
68+
</td>
69+
<td>
70+
{{'[Syncfusion.SmartFormRecognizer.AspNet.MVC5.nupkg]'| markdownify }}
71+
</td>
72+
</tr>
73+
</table>
74+
75+
N> The above mentioned NuGet packages are available in [nuget.org](https://www.nuget.org/).
76+
2977
The following code snippet illustrates how to detects form data from PDFs using FormRecognizer method in SmartFormRecognizer.
3078

3179
{% tabs %}
@@ -42,4 +90,3 @@ pdfLoadedDocument.Save(Output.pdf);
4290

4391
{% endhighlight %}
4492
{% endtabs %}
45-

0 commit comments

Comments
 (0)