Namespace Syncfusion.SmartFormRecognizer
Classes
| FormRecognizeOptions
Options to control form recognition behavior such as which controls to detect, confidence threshold, and page range. Defaults: detect shapes enabled (checkboxes, radios, textboxes, signatures), ConfidenceThreshold = 0.7, PageRange = null (all pages). Properties are exposed as read-write; values may be modified on the instance. |
| FormRecognizer
Provides methods to recognize forms from an input stream (PDF or image) and return results as a PDF document, PDF stream, or JSON string. |