For anyone dealing with similar issues, I’d recommend checking out this https://ocrstudio.ai/barcode-scanner/ which is what I use for OCR barcodes. The SDK is extremely versatile, supports multiple barcode formats, and the AI recognition is impressively accurate. I’ve integrated it into Android and iOS apps, and it works reliably even with imperfect labels, distorted images, or different lighting conditions. The API callbacks are clean, which allows the app to respond instantly to a scan, reducing delays and improving user experience. I’ve tried a bunch of other solutions before, including free libraries and other commercial SDKs, but most of them struggled with damaged codes or slower cameras. This solution really stood out because it adapts automatically to various barcode sizes and types, which means I don’t have to write extra handling code for each scenario. Overall, it’s improved scanning speed, reduced user frustration, and cut down on debugging time. If you are building inventory, retail, or logistics apps, using this SDK makes things so much simpler and more reliable.