You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to detects form data from PDFs and scanned images using Syncfusion® Essential Studio® SmartFormRecognizer.
4
4
platform: document-processing
5
5
control: SmartFormRecognizer
6
6
documentation: UG
7
7
keywords: Assemblies
8
8
---
9
9
10
-
# Smart Form Recognizer
10
+
# Overview of Smart Form Recognizer
11
11
12
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.
13
13
14
14
15
-
Core Capabilities
15
+
## Core Capabilities
16
16
17
-
*Form layout detection: Locate form regions using graphical heuristics (lines, boxes, circles) for consistent field discovery.
17
+
***Form layout detection**: Locate form regions using graphical heuristics (lines, boxes, circles) for consistent field discovery.
18
18
19
-
*Fillable PDF export: Create a PDF with detected form fields added so documents are immediately usable in form workflows.
19
+
***Fillable PDF export**: Create a PDF with detected form fields added so documents are immediately usable in form workflows.
20
20
21
-
*Page-level control: Process specific pages or page ranges for targeted extraction.
21
+
***Page-level control**: Process specific pages or page ranges for targeted extraction.
22
22
23
-
*Multi-format support: Works with PDF, JPEG, PNG and other common image formats.
23
+
***Multi-format support**: Works with PDF, JPEG, PNG and other common image formats.
24
24
25
-
*Confidence filtering: Per-field confidence scores with configurable thresholds to control output quality and drive review logic.
25
+
***Confidence filtering**: Per-field confidence scores with configurable thresholds to control output quality and drive review logic.
26
26
27
-
*Ready for .NET integration: Deterministic, on premise library that outputs JSON and integrates into existing .NET pipelines and review UIs.
description: Learn how to detects form data from PDFs and scanned images using Syncfusion® Essential Studio® SmartFormRecognizer.
4
+
platform: document-processing
5
+
control: SmartFormRecognizer
6
+
documentation: UG
7
+
keywords: Assemblies
8
+
---
9
+
10
+
# Welcome to Syncfusion Smart Form Recognizer Library
11
+
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.
13
+
14
+
15
+
## Core Capabilities
16
+
17
+
***Form layout detection**: Locate form regions using graphical heuristics (lines, boxes, circles) for consistent field discovery.
18
+
19
+
***Fillable PDF export**: Create a PDF with detected form fields added so documents are immediately usable in form workflows.
20
+
21
+
***Page-level control**: Process specific pages or page ranges for targeted extraction.
22
+
23
+
***Multi-format support**: Works with PDF, JPEG, PNG and other common image formats.
24
+
25
+
***Confidence filtering**: Per-field confidence scores with configurable thresholds to control output quality and drive review logic.
26
+
27
+
***Ready for .NET integration**: Deterministic, on premise library that outputs JSON and integrates into existing .NET pipelines and review UIs.
0 commit comments