Check out how Visual Studio Extensions, DevIntersection, #MSFTConnect();, and #CodeParty will rock your world

There are still over two million desktop application developers—i.e., currently writing or maintaining Windows desktop apps, whether written in C++ or .NET. Regardless of your targeted platform and environment, be it Winforms and C#, or WPF or UWP, Visual Studio is the IDE of choice. VS Code is gaining popularity, and our devs use it for some projects, but VS is the bread and butter around here.

One the thing that makes VS2017 such an amazing IDE is its extensibility, allowing a vast ecosystem of add-ins to flourish. You can find them in the Visual Studio Marketplace, or by searching from inside VS: Just go to Tools -> Extensions and Updates… and select the “Online” option:

Continue reading
Posted in News | Tagged , , , | Leave a comment

LEAD Technologies Joins TWAIN Working Group as an Associate Member

Twain Associate

LEAD Technologies has joined the TWAIN Working Group as an Associate Member. For many years, LEAD has included imaging toolkits that follow the TWAIN standards and this membership helps ensure an even higher level of support and a commitment to future development. More specifically, LEAD’s membership in the TWAIN Working Group paves the way for early development access to the new TWAIN Direct standard, enabling imaging workflow applications for the desktop, mobile, or in the cloud.

To learn more, read the full press release.

Posted in News | Tagged , | Leave a comment

Correct Photos of Documents – Two- and Three-dimensional Skew

As I mentioned in my previous post, Correct Photos of Documents – Ambient Lighting, most images of documents suffer from skew. There are two types of skew: two-dimensional and three-dimensional.

Text is typically parallel to the top and bottom of the paper. Simply put, two-dimensional skew is the angle of the text when compared to the top or bottom edge of the image. This type of skewing can occur in photos of documents as well as document images produced by a scanner. While it is relatively easy to correct with a simple rotate, determining the angle of rotation can be tricky. Fortunately, LEADTOOLS includes a DeskewCommand class that can determine the angle of skew.

Continue reading
Posted in Document Imaging | Tagged , , | 1 Comment

New ConvertBarcodeSplit Web API Method for LEADTOOLS Cloud Services

Since releasing LEADTOOLS Cloud Services only a few months ago, we have seen a lot of usage from customers as well as some feedback. It’s a product we look forward to supporting and improving by making additional LEADTOOLS imaging functionality available in an easy-to-consume Web API. Today marks the first update to LEADTOOLS Cloud Services and are happy to announce a new method endpoint for the service: ConvertBarcodeSplit.

Continue reading
Posted in Barcode | Tagged , , , , , , , , , , | 1 Comment

Correct Photos of Documents – Ambient Lighting

In my previous post, “Solution to 4 Common First-world Problems – Convert and Merge to PDF,” I implemented a solution to convert images of documents to text-searchable PDF files. The source images were produced from a document scanner and the camera on my phone. Since that post, I have received some questions on how to improve the human readability of the PDFs that were originally camera images.

Continue reading
Posted in Document Imaging | Tagged | 3 Comments