|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +title: Capabilities - Dynamsoft Barcode Reader iOS |
| 4 | +description: Index of Dynamsoft Barcode Reader iOS capabilities. |
| 5 | +keywords: capabilities, feature index, iOS, objective-c, swift |
| 6 | +breadcrumbText: Capabilities |
| 7 | +noTitleIndex: false |
| 8 | +needGenerateH3Content: true |
| 9 | +needAutoGenerateSidebar: true |
| 10 | +--- |
| 11 | + |
| 12 | +# Capabilities |
| 13 | + |
| 14 | +Find the feature you need quickly by keyword. |
| 15 | + |
| 16 | +## Input |
| 17 | + |
| 18 | +<table> |
| 19 | + <tr> |
| 20 | + <td width="50%" valign="top"> |
| 21 | + |
| 22 | +- [Read from Camera]({{ site.oc }}user-guide/capabilities/read-from-camera.html) |
| 23 | + |
| 24 | + </td> |
| 25 | + <td width="50%" valign="top"> |
| 26 | + |
| 27 | +- [Read from Image]({{ site.oc }}user-guide/capabilities/read-from-an-image.html) |
| 28 | + |
| 29 | + </td> |
| 30 | + </tr> |
| 31 | +</table> |
| 32 | + |
| 33 | +## Working with Results |
| 34 | + |
| 35 | +<table> |
| 36 | + <tr> |
| 37 | + <td width="50%" valign="top"> |
| 38 | + |
| 39 | +- [Parameter Based Result Filter]({{ site.features }}filter-and-sort.html?lang=objc,swift) |
| 40 | +- [Get Original Image]({{ site.oc }}user-guide/capabilities/get-original-image.html) |
| 41 | +- [Get Detailed Barcode Information]({{ site.features }}get-detailed-info.html?lang=objc,swift) |
| 42 | + |
| 43 | + </td> |
| 44 | + <td width="50%" valign="top"> |
| 45 | + |
| 46 | +- [Get Barcode Confidence and Rotation]({{ site.features }}get-confidence-rotation.html?lang=objc,swift) |
| 47 | +- [Get Barcode Location]({{ site.features }}get-barcode-location.html?lang=objc,swift) |
| 48 | +- [Multi-Frame Cross Filter]({{ site.oc }}user-guide/capabilities/multi-frame-cross-filter.html) |
| 49 | + |
| 50 | + </td> |
| 51 | + </tr> |
| 52 | +</table> |
| 53 | + |
| 54 | +## Control the Scanning Process |
| 55 | + |
| 56 | +<table> |
| 57 | + <tr> |
| 58 | + <td width="50%" valign="top"> |
| 59 | + |
| 60 | +- [Initialize Customized Template]({{ site.oc }}user-guide/capabilities/init-customized-template.html) |
| 61 | +- [Configure Simplified Settings]({{ site.oc }}user-guide/capabilities/config-simplified-settings.html) |
| 62 | +- [Configure Barcode Format]({{ site.oc }}user-guide/capabilities/barcode-formats.html) |
| 63 | +- [Add Scan Feedback]({{ site.oc }}user-guide/capabilities/feedback.html) |
| 64 | + |
| 65 | + </td> |
| 66 | + <td width="50%" valign="top"> |
| 67 | + |
| 68 | +- [Read a specific area/region]({{ site.oc }}user-guide/capabilities/read-specific-area.html) |
| 69 | +- [Switch Single & Multiple]({{ site.oc }}user-guide/capabilities/single-multiple.html) |
| 70 | +- [Zoom Control]({{ site.oc }}user-guide/capabilities/zoom-control.html) |
| 71 | + |
| 72 | + </td> |
| 73 | + </tr> |
| 74 | +</table> |
| 75 | + |
| 76 | +## Decode Challenging Barcodes |
| 77 | + |
| 78 | +<table> |
| 79 | + <tr> |
| 80 | + <td width="50%" valign="top"> |
| 81 | + |
| 82 | +- [Read inverted barcodes]({{ site.features }}read-inverted-barcodes.html?lang=objc,swift) |
| 83 | +- [Read deformed barcodes]({{ site.features }}read-deformed-barcodes.html?lang=objc,swift) |
| 84 | +- [Read incomplete barcodes]({{ site.features }}read-incomplete-barcodes.html?lang=objc,swift) |
| 85 | +- [Read barcodes from a large image]({{ site.features }}read-a-large-image.html?lang=objc,swift) |
| 86 | +- [Read barcodes with small module size]({{ site.features }}read-barcodes-with-small-module-size.html?lang=objc,swift) |
| 87 | +- [Read images with imbalanced colors]({{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=objc,swift) |
| 88 | +- [Read images with uneven lighting]({{ site.features }}read-barcodes-with-uneven-lighting.html?lang=objc,swift) |
| 89 | +- [Read images with texture]({{ site.features }}read-images-with-texture.html?lang=objc,swift) |
| 90 | + |
| 91 | + </td> |
| 92 | + <td width="50%" valign="top"> |
| 93 | + |
| 94 | +- [Read images with lots of text]({{ site.features }}read-images-with-lots-of-text.html?lang=objc,swift) |
| 95 | +- [Read high-density QR Codes]({{ site.features }}read-dense-barcodes.html?lang=objc,swift) |
| 96 | +- [Read DPM Codes]({{ site.usecases }}read-dpm-codes.html?lang=objc,swift) |
| 97 | +- [Read Postal Codes]({{ site.usecases }}read-postal-codes.html?lang=objc,swift) |
| 98 | +- [Preprocess images to read difficult barcodes]({{ site.features }}preprocess-images.html?lang=objc,swift) |
| 99 | +- [Pre-detect Region of Interest (ROI)]({{ site.features }}use-region-predetection.html?lang=objc,swift) |
| 100 | +- [Use format specific configurations]({{ site.features }}use-format-specific-configuration.html?lang=objc,swift) |
| 101 | + |
| 102 | + </td> |
| 103 | + </tr> |
| 104 | +</table> |
| 105 | + |
| 106 | +## Customize the UI |
| 107 | + |
| 108 | +<table> |
| 109 | + <tr> |
| 110 | + <td width="50%" valign="top"> |
| 111 | + |
| 112 | +- [Add Functional Buttons]({{ site.oc }}user-guide/capabilities/add-functional-buttons.html) |
| 113 | +- [Add Graphics with DrawingItems]({{ site.oc }}user-guide/capabilities/add-graphics.html) |
| 114 | + |
| 115 | + </td> |
| 116 | + <td width="50%" valign="top"> |
| 117 | + |
| 118 | +- [Scan Region Style]({{ site.oc }}user-guide/capabilities/scan-region-style.html) |
| 119 | + |
| 120 | + </td> |
| 121 | + </tr> |
| 122 | +</table> |
0 commit comments