Login
 
Atalasoft DotImage

DotImage OCR GlyphReader Engine

An add-on to DotImage Document Imaging

GlyphReader is a highly accurate OCR engine built for DotImage.  It is available as an add-on module and uses the DotImage OCR interface.  It has been tested with the ISRI OCR Performance Toolkit and found to be more accurate than other, more expensive industry leading OCR engines, with 99.5% accuracy.


Feature List

Features

  • Supports the European Character Set
  • Reports individual character position and size
  • Reports character confidence
  • Properly OCR's rotated pages, reporting the rotation angle
  • Can automatically break merged characters, or merge broken characters
  • Can optionally reject low confidence characters
  • Can optionally reject low confidence lines
  • Can disable recognition of specific characters
  • Full Page color OCR can be generated when combined with the Searchable PDF Module
 

How-to

The GlyphReader OCR engine gives many options for extracting the text from your images.  Through only a few lines of code, you have access to the characters, alternate characters, and location of the text from a selected region of interest:

private void PerformOcr()
{
    GlyphReaderEngine engine = new GlyphReaderEngine();
    engine.Initialize();
    OcrPage page = engine.Recognize(myImage, myBounds);
    OcrTextRegion region = page.Regions[0] as OcrTextRegion;
    engine.ShutDown();
    engine.Dispose();   
}

For more information about using the GlyphReader engine, see these articles:
Correct Raw OCR Information with Alternate Characters
Prevent OCR on a Page while including it in the Final Document
 


Customer Quote

"Thin client features such as navigation, zooming, and image zoning coupled with OCR have leveaged imaging into a more active part of our abstraction process.

When selecting technology to leveage in our workflow application, we looking at imaging apart from technology, selecting the product that was the best solution and most configurable.

We're a Java shop and committed to that technology, but chose Atalasoft DotImage even though it's a .NET product.
"

- Joe Aparo, Senior Developer, EBSCO
 

Download 30-day Trial
top corner top corner top corner

What's new in Atalasoft's 10.3

  • The Web Document Viewer component is now supported on iOS Mobile Safari and Android's Chrome.
  • The Web Document Viewer includes a JavaScript API for creating annotations, altering context menus, changing the properties of an annotation, and changing the current page.
  • WingScan can now read in the index fields associated with a repository and content type from SharePoint, let you edit them and include their values on the import.
  • WingScan can be configured to import documents into SharePoint.
  • JoltImage now includes a barcode reader with the same functionality as the .NET edition
  • The Assemblies have been simplified and some have been combined to make deployment simpler.

Get a 30-day trial today

 

Follow us on Twitter

 

Training Camp

We know that once you start an evaluation of DotImage, you'll want to see if it can meet your requirements quickly. That's why we provide standard demo applications in C# and VB.NET, tutorial videos, whitepapers, and Visual Studio integrated documentation to help get you going quickly.

However, you might want some training straight from our support team. That's why we've created the DotImage Training Camp. For information on attending one of these paid classroom sessions, contact training@atalasoft.com.

bottom corner   bottom corner   bottom corner
preload preload preload