Xiao Ling

Results 3 comments of Xiao Ling

@FWICSS Can't you run the example? I haven't encountered any compatibility issues so far, even though the SDK version is ">=2.12.3

@Sami32 you can use dilation and color invert to detect the second one. ```python from dbr import * import imageio import cv2 as cv import numpy as np import dbr...

@Sami32 although Dynamsoft Barcode Reader does not support animated GIF, you can do some image processing yourself to make it work. Here is my code using Dynamsoft Barcode Reader Python...