Skip to content

Commit 21c7791

Browse files
Staging_issues_fix
1 parent 8520222 commit 21c7791

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

Document-Processing/Data-Extraction/Smart-Form-Recognizer/NET/overview.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,27 @@ documentation: UG
77
keywords: Assemblies
88
---
99

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

1212
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

15-
Core Capabilities
15+
## Core Capabilities
1616

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.
1818

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.
2020

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.
2222

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.
2424

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.
2626

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

2929

3030
<b>NuGet</b>
31-
3231
<table>
3332
<tr>
3433
<thead>

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ keywords: Assemblies
1212
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

15-
Core Capabilities
15+
## Core Capabilities
1616

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.
1818

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.
2020

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.
2222

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.
2424

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.
2626

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

2929
The following code snippet illustrates how to detects form data from PDFs using FormRecognizer method in SmartFormRecognizer.
3030

0 commit comments

Comments
 (0)