LEADTOOLS.com Links
Recent Posts
- LEAD Gives Back: Local School Tours and Guest Speaking Engagements
- Gold, Silver, and Bronze for LEADTOOLS Imaging Pro, Barcode Pro, Pro Suite, and Cloud Services – 2023 VSM Reader’s Choice Awards
- LEAD Gives Back: Summer 2023 Internship Program
- DataOps Day Recap with Video: Islands of Data in Healthcare and How LEADTOOLS & MiPACS Can Help
- LEAD Gives Back: Helping to Grow Future Developers with Free Educational Licenses
Categories
- .net (5)
- Cloud Services (3)
- Document Imaging (160)
- Analyzer (2)
- Annotations (5)
- Barcode (15)
- Document Converter (10)
- Forms Recognition and Processing (18)
- MICR (1)
- OCR (36)
- PDF (26)
- Virtual Printer (2)
- General (50)
- General Imaging (53)
- File Formats (2)
- HTML5 (19)
- Image Processing (11)
- Web Scanning (1)
- Medical Imaging (28)
- Multimedia Imaging (35)
- News (129)
- Recognition (2)
- Success Story (2)
- Video Tutorials (5)
Tags
- .NET Framework (60)
- 3D (1)
- Android (25)
- Annotation (40)
- Barcode (61)
- Code Tip (62)
- Codec (2)
- DICOM (66)
- Document Converter (23)
- Document Viewer (31)
- Event (41)
- File Formats (11)
- Forms Processing (29)
- Forms Recognition (34)
- HL7 (7)
- HTML5 (67)
- Image Processing (66)
- iOS (18)
- Java (12)
- JavaScript (50)
- Linux (9)
- macOS (9)
- Medical Viewer (11)
- MPEG-2 Transport Stream (7)
- OCR (103)
- PACS (51)
- PDF (82)
- Product Announcement (48)
- Streaming (7)
- TWAIN (14)
- Viewers (37)
- Virtual Printer (8)
- White Paper (24)
Category Archives: Barcode
Tutorial: Detect, Read, and Write Barcodes – Console C#
Speed and accuracy are key when encoding and decoding the machine readable data found within barcodes. LEADTOOLS offers top-of-the-line computer vision barcode libraries that are faster and more reliable than any other barcode SDK on the market, ensuring that you … Continue reading →
Read and Write Barcodes in .NET – Demo Project on Github!
New to LEADTOOLS? We’ve added some specific demos to GitHub to make it easier for you get started using our SDKs. We’re going to highlight some of these in various blog posts over the next few weeks. First up, our … Continue reading →
Conquer Onboarding Efficiently: Retrieve and Parse Barcode Data
Employee onboarding is the process of getting a new hire set up within your company’s system and ready to go. This usually comes with loads of paperwork for the HR department to fill out, or even type in. I can … Continue reading →
Extract Barcode Data from Scanned Documents Using LEADTOOLS Intelligent Capture
Download demo! Intelligent capture can refer to a couple different ways of capturing data from images or documents. In this post, I’ll be talking about how you can intelligently capture barcodes from scanned in files. The LEADTOOLS TWAIN SDK and … Continue reading →
Posted in Barcode
|
Tagged .NET, Barcode, Barcode Reader, Intelligent Capture, TWAIN
|
Leave a comment
Extract Barcode Data from an Image Taken Using the LEADTOOLS Xamarin Camera Control
LEADTOOLS latest release included the introduction of the Xamarin Camera Control. This control eliminates the need to write native iOS or Android camera code. Developers can now engineer the camera control into their Xamarin.Forms application with one line of code. … Continue reading →