Xamarin Camera Control Tutorial: Develop a Live Capture Barcode Reader, Part 2

We hope you caught yesterday’s first coding session with our Developer Support Agent Matt. Here is the second part of his three part mini-series about the LEADTOOLS Xamarin Camera control and the Barcode SDK. At the end of this series, you will have developed a live capture barcode recognition application.Continue reading

Posted in Video Tutorials | Tagged , , , | 1 Comment

Xamarin Camera Control Tutorial: Develop a Live Capture Barcode Reader, Part 1

Today we would like to introduce you to our first coding session with Developer Support Agent, Matt. He will be guiding you through a three part mini-series about the LEADTOOLS Xamarin Camera control and the Barcode SDK. At the end of this series, you will have developed a live capture barcode recognition application.Continue reading

Posted in Video Tutorials | Tagged , , , | 1 Comment

Check if Folder of PDFs Need OCR

Receiving a mix of both raster and searchable PDFs can be a pain, especially for those who get these files from clients daily. The LEADTOOLS OCR and PDF SDK makes it easy for developers to check if a file needs to have OCR ran or not.

Continue reading
Posted in OCR | Leave a comment

Resize an Entire Folder of Images

This morning I was given a folder of more than 100 screenshots of our various demos. I needed these to update our website. Unfortunately, most of them were too large for the page and needed to be resized. I quickly created a .NET Core console app to fix the image sizes for me. I was able to write the code, resize the images, and then blog about it before 10:00am. Code is below. Enjoy!

Continue reading
Posted in Image Processing | Leave a comment

Detect and Redact MICR and CMC7 Font to Hide Check Information

Very few individuals like their personal information shared and I guarantee no one likes private information from documents being shared either. Images of financial documents, such as checks, are sent across large companies every day. In a world where anything can be uploaded to the internet and stolen in seconds, you can never be too careful with protecting personal information.

Continue reading
Posted in Image Processing, OCR | Leave a comment