Skip to content

Commit 5962fe0

Browse files
Update README.md
fixed a broken link
1 parent df0310d commit 5962fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.settings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Similar to `DeformationResistingModes`, `BarcodeComplementModes` is currently on
5555
Usually, DBR will traverse the entire area of an image or frame to locate and decode any barcodes that are there. However, there are some situations where the user is only concerned about a specific area of an image or want to restrict the video view to a specific region. This sample demonstrates how to manually define a [RegionDefinition](https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/global-interfaces.html#regiondefinition). Once the region is defined, DBR will only decode barcodes that are within that region.
5656

5757
To define the region, the top-most, left-most, right-most, and bottom-most coordinate or percentage of the region must be defined. Whether coordinate or percentage is used is defined by `regionMeasuredByPercentage`. In most cases, percentage is easier to use. Please refer to the following image to get an idea of how the percentages are taken into account:
58-
![RegionOfInterest Percentages](https://photos.app.goo.gl/hZMfVBv7fFQ75i5T8)
58+
![RegionOfInterest Percentages](https://tst.dynamsoft.com/public/samples/dbr/JS/assets/regionOfInterest.png)
5959

6060
To learn more about `RegionDefinition` and how to use them, please refer to this [article](https://www.dynamsoft.com/barcode-reader/parameters/scenario-settings/manually-define-region-of-interest.html?ver=latest).
6161

6262
Region detection can also be used to pre-detect the region of interest of a large image to get several areas where the barcodes may exist to reduce processing time. The different modes of [RegionPredetectionModes](https://www.dynamsoft.com/barcode-reader/parameters/reference/image-parameter/RegionPredetectionModes.html#regionpredetectionmodes) correspond to different scenarios, some of which are clarified [here](https://www.dynamsoft.com/barcode-reader/parameters/scenario-settings/how-to-use-region-predetection.html).
6363

6464
## Support
65-
If you have any questions, feel free to contact Dynamsoft support via [email](mailto:support@dynamsoft.com) or [live chat](https://www.dynamsoft.com/barcode-reader/overview/) via the "Let's Chat" button.
65+
If you have any questions, feel free to contact Dynamsoft support via [email](mailto:support@dynamsoft.com) or [live chat](https://www.dynamsoft.com/barcode-reader/overview/) via the "Let's Chat" button.

0 commit comments

Comments
 (0)