Profile Presets
Predefined profile influences not only internal settings but also several public API parameters of the capture process. The following public API parameters are defined by setting a profile:
- a document size in millimeters, set by the setDocumentSize method of the ImageCaptureSettings object
- a value of an upper limit of document's aspect ratio, set by the setAspectRatioMax method of the ImageCaptureSettings object
- a value of a lower limit of document's aspect ratio, set by the setAspectRatioMin method of the ImageCaptureSettings object
Note: Manually set values of the document size and aspect ratio limits have priority over defined by the profile.
Below you can find the values of the parameters depending on the profile name.
Profile name | Document size | Aspect ratio upper limit | Aspect ratio lower limit |
---|---|---|---|
BusinessCards | 53.98x85.6 mm | 2.084f | 1.388f |
IBAN | ANY | 0f | 0f |
Text | ANY | 0f | 0f |
02.03.2022 12:59:15