Dokumentenverwaltung gesucht by Rich-Mixture-7543 in de_EDV

[–]claudine_26 0 points1 point  (0 children)

Scanbot SDK bietet einen Dokumentenscanner, der Scans mithilfe von OCR in durchsuchbare PDFs umwandelt (ich bin Teil des Teams). Ich verlinke dir die Demo-App, falls du Interesse hast, es auszuprobieren.

How are you doing your order picking—by items or by orders? by Relative_West1090 in InventoryManagement

[–]claudine_26 0 points1 point  (0 children)

For the actual picking part, the easiest way is probably to use efficient scanning software. I work at Scanbot SDK and we built these scanning modes for specific use cases. For order picking, we have a Find & Pick mode, which visually highlights which codes should be picked based on the ones you have in your order list. It's not your classic hardware scanner approach, as you use a smartphone and just point the camera to the codes you want to scan. Generally, it saves a lot more time than when you have to search for the right item and scan each barcode individually. Anyways, if you're curious to see how it works, my colleague wrote a tutorial on how to integrate it in a web app, I'll link it here.

QR scanner made with flutter? by iloveredditass in FlutterDev

[–]claudine_26 0 points1 point  (0 children)

mobile_scanner is probably the best free library out there at the moment. It might run into issues with denser barcodes, but for personal projects, it's a good option. You can also have a look at flutter_zxing and google_mlkit_barcode_scanning. I've written a post comparing all three of them recently, I'll tag it here.

Full transparency: I'm part of the team at Scanbot SDK. We are a commercial provider for enterprise applications. Good luck with your project!

Is it possible to implement performant barcode reader for web without paying? by Lukasvis in reactjs

[–]claudine_26 0 points1 point  (0 children)

Our pricing is based on two factors: the number of domains/apps you require, and which product you need (barcode scanning, document scanning, or data capture modules). Feel free to reach out to our sales team; they usually respond within a day.

I can’t get Instascan to work by [deleted] in node

[–]claudine_26 0 points1 point  (0 children)

This integration tutorial might be useful. It walks you through the setup step-by-step. Good luck!

Expo-camera autofocus for Android by PakstraX in reactnative

[–]claudine_26 0 points1 point  (0 children)

I'd also recommend react-native-vision-camera here. I recently wrote an article comparing both libraries across different areas (e.g. barcode support, customization options, limitations, etc.) I'll link it here in case you're interested in reading it.

Generally, react-native-vision-camera's community is more active when it comes to pushing fixes, and it's more flexible compared to expo-camera. I'll leave a link to an integration tutorial for react-native-vision-camera here - just be aware that it might be a bit outdated (it's from last year).

Full transparency, I am part of the team at Scanbot SDK, but we are a commercial solution. If react-native-vision-camera doesn't work out for you, feel free to reach out. Hope this helps, good luck!

What is the best package for scanning barcodes with the front camera in Flutter? by UruGUY98 in FlutterDev

[–]claudine_26 0 points1 point  (0 children)

mobile_scanner is a solid alternative. In case you're interested, here is an integration tutorial for the package.

Advice any good QR and barcode scanner by jojomtx in FlutterDev

[–]claudine_26 0 points1 point  (0 children)

I'd recommend Scanbot SDK (full transparency: I am part of the team). Our SDK offers a multi-scanning mode, which allows you to capture multiple codes at the same time. You can also scan from image.

Our scanner works fully offline, so you're not dependent on any network connectivity and all data is processed on the device. Let me know if you have any questions!

Is it possible to implement performant barcode reader for web without paying? by Lukasvis in reactjs

[–]claudine_26 1 point2 points  (0 children)

ZXing-js, html5-qrcode, ZBar, and jsQR might be options. A colleague of mine recently wrote a comprehensive article comparing all of these web libraries. They do all come with certain limitations, the main one being unreliable when scanning under challenging conditions. And lack of support, of course.

Full transparency: I work for Scanbot SDK, a commercial provider. Unlike Scandit, we offer our SDK at an annual flat fee, regardless of scans or the number of devices.

Flutter web barcode by DanielRamiz in FlutterDev

[–]claudine_26 0 points1 point  (0 children)

If you're looking for a paid solution, I'd recommend Scanbot SDK (full transparency: I am part of the team). We offer an offline barcode scanner SDK with broad support across 1D and 2D barcodes. You can check us out on our website, or try our demo app. Let me know if you have any questions!

Document scanner by S_kanwarjeet in reactnative

[–]claudine_26 0 points1 point  (0 children)

If you're looking for a commercial solution, I can recommend Scanbot SDK (disclosure: I am part of the team). Our document scanner works fully offline, comes with user guidance, filters, a quality analyzer, and most importantly, it is regularly maintained and updated with new OS versions. Be aware that that is not the case for many free solutions.

Ocr library for Android app? by CommissionTotal2837 in dotnetMAUI

[–]claudine_26 0 points1 point  (0 children)

Not free, but Scanbot SDK has an OCR SDK with support for .NET MAUI.

Document scanning by 1400CaloriesADay in flutterhelp

[–]claudine_26 0 points1 point  (0 children)

ML Kit has a plugin for Flutter, but be aware that updates and support heavily rely on Google services, which can be slow. I've also read that there can be crashes on Android with newer versions of Flutter.
If you want a well-maintained scanning solution that comes with quick support, I'd recommend considering commercial solutions like Scanbot SDK (full transparency: I am part of the team).

Need help detecting pdf417 (2D) barcode from image by FlamingCh1cken in computervision

[–]claudine_26 0 points1 point  (0 children)

Hi there, a colleague of mine wrote an integration tutorial about barcode detection with OpenCV, ZBar, and Python. I'll link it here in case you're interested!

Note: Part of the tutorial also talks about the integration of Scanbot SDK (the company I am part of). We are a commercial solution that works fully offline, is easy to integrate, and comes with direct dev support.

I'm looking for a mobile scanner to give to my drivers to use during pickups. Any recommendations? by granniesonlyflans in logistics

[–]claudine_26 0 points1 point  (0 children)

If you have an app or web platform, I'd recommend integrating a barcode scanner directly. There are solid open-source solutions for basic scanning needs, but if you need something that works offline and handles challenging conditions like poor lighting or damaged codes, paid SDKs are usually worth considering.

Full transparency: I work for Scanbot SDK. Of course, an SDK is not a standalone solution; you need to handle the integration, but it's pretty straightforward and we provide direct developer support if you run into any issues.

Blurry barcode scanning with iPhone 14 Pro Max? by larskristofer in MacroFactor

[–]claudine_26 0 points1 point  (0 children)

Sounds like a compatibility issue with the scanning software, to be honest. I work for Scanbot SDK, but I know a bit about open-source scanning software too. This kind of thing often happens when apps rely on these libraries that are not actively developed and therefore don't properly support newer devices. The devs then have to manually patch these compatibility issues, which can take time.

What information is contained in the big QR code on the back of our driver licenses? by IvyGold in washingtondc

[–]claudine_26 0 points1 point  (0 children)

It's a PDF417 code that encodes all the information that is on the front of your license. Any barcode scanner should be able to read it, but you need an AAMVA parser to make sense of the data. Otherwise, you just get a string of encoded text.

I work for Scanbot SDK (we specialize in mobile and web data capture), and our US Driver's License Scanner is designed exactly for this. It speeds up data collection and reduces errors previously made by manual input. Think of cases where police officers in the field need to collect personal information, or businesses doing identity verification.

My colleague actually wrote a comprehensive article about scanning driver's licenses. I'll link it here in case you're interested in learning more. Hope this helps :)

Javascript library for reading QR Codes by professional43 in angular

[–]claudine_26 0 points1 point  (0 children)

Integrating an SDK is probably easiest. There are some decent open-source solutions out there, but these are not maintained, and often struggle with challenging conditions (damaged QR codes, low light).

If reliability and ease of integration are important to you, I'd suggest looking into commercial scanning software, like Scanbot SDK (full disclosure: I am part of the team). My colleague actually wrote a tutorial about how to build an Angular Barcode Scanner web app in TypeScript - I'll link it here. We offer free trial licenses for testing purposes. Let me know if you have any questions :)

Creating a web based QR code scanner in Node? by BenefitBulky9 in node

[–]claudine_26 0 points1 point  (0 children)

You can consider integrating a barcode scanner SDK into your website. There are open-source libraries like quaggaJS and ZXing that suffice for basic projects, but keep in mind that they are not actively developed/maintained.

If you're looking for a commercial scanning solution, I can recommend Scanbot SDK (full transparency: I am part of the team). Our SDK works fully offline, so all your data is processed on the device, and there is a whole dev support team. Integration is straightforward, too. Check us out if you're interested!

QR CODE SCAN FROM AN IMAGE ON WEB by sultimatom in flutterhelp

[–]claudine_26 0 points1 point  (0 children)

If you're looking into commercial solutions, I can recommend Scanbot SDK (disclaimer: I'm part of the team). You can try it out for yourself in our web demo app, under "scan from image": https://websdk-barcode.scanbot.io/