Tag Archives: C#

Protect Personal Information with LEADTOOLS

The protection of privacy is at the forefront of concerns for many organizations that need to distribute information. One way to do this is to redact private information from an image or document before releasing it. Recently we had a … Continue reading

Posted in Document Imaging | Tagged , , , , | 2 Comments

Preprocess and OCR Small [Low Resolution] Images

Low-resolution images can come from a variety of sources, but the most common source is probably screen capture. Screen capture images are usually 96 DPI on Windows. (This can vary depending on the user settings). Additionally, image representations of incoming … Continue reading

Posted in Document Imaging, OCR | Tagged , , , | Leave a comment

Convert Faxes Embedded in PDF to TIF

Even today there are many organizations that rely on fax as a required form of communications. Because of this, receiving faxes is a requirement that much still be met. To do this, many organizations utilize fax services either hosted locally … Continue reading

Posted in PDF | Tagged , , , , , , | Leave a comment

Detect and Recognize MICR – C#

Support recently received a request for a simple C# sample that would detect a MICR in an image and return the MICR code as a string.

Posted in Document Imaging, OCR | Tagged , , , | 1 Comment

Add an HTTP Header with an HttpModule

An HttpModule is a perfect way to add an HTTP header to every request in IIS. An HttpModule is an assembly that is called on every request (and as of IIS 7 this includes non-ASPNET requests). Other uses of HttpModules … Continue reading

Posted in General | Tagged , , , | Leave a comment