• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Recognize Only White Listed Characters & New API for Viewing Filtered Images

 
Ranch Hand
Posts: 714
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is new in this release?

We are pleased to announce the release of Aspose.OCR for Java 2.2.0 . Aspose.OCR for Java API has exposed the Whitelist property for the OcrConfig class in order to provide the feature of Character White Listing. Now the developers can add a list of characters for recognition purposes. When Whitelist property is not null or empty, the OcrEngine recognizes only the specified characters while skipping everything else on the input image. The list of characters can be added to the OcrConfig class using its Whitelist property to enable this feature. Aspose.OCR for Java API has now exposed the PreprocessedImages class that allows the users to see how original input image is transformed during the OCR pre-processing steps.PreprocessedImages class has some useful properties that can retrieve the image at any particular stage of the OCR pre-processing. Aspose.OCR for Java API allows to extract the text either as a whole or by parts whereas each part has its own Style, Font, Text Size and Location in the image, and all of this information can easily be extracted using the IRecognizedPartInfo and IRecognizedTextPartInfo class. The API also allows retrieving the hierarchy of each recognized part on the image as TextBlock, Line, Word or Character. Hierarchy of the recognized part can be extracted using the TextPartLevel class that has been exposed to the public API with this release. The IRecognizedTextPartInfo class has two useful properties such as Level and Children that provides the access to the hierarchical level and lower level textual parts respectively. This release includes plenty of new & enhanced features as listed below

- Support text parts hierarchy
- Character Whitelisting
- Create API for viewing filtered images
- Embed resources file into OCR jar
- Support for French and Spanish languages
- Text blocks detection
- Improve working with languages through public API
- Incorrect number recognized
- Improve transparent images processing
- Support of Spanish language
- hangs on performing OCR on an animated GIF
- ClassNotFoundException: com.aspose.omr.ChoiceBoxElement when Aspose.OMR used in Applet and rendered via AppletViewer
- Aspose.OCR license does not work with Aspose.OMR
- Latest version cannot correctly perform OCR on the sample provided with - Aspose Examples Dashboard
- Incorrect recognition of numbers
- IRecognizedTextPartInfo does not return the found part type
- Improve text and picture blocks processing algorithm
- Incorrect results returned by OCR
- Improve time taken to extract the text from an image
- Unable to perform OCR on Arial 32pt TextOCR-33820 - Engine.Text.PartsInfo[].CharactersBox isn't set
- OcrException: "Error occurred during recognition." "Index was out of range. - Must be non-negative and less than the size of the collection."
OutOfMemoryException

Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.OCR for Java documentation that may guide you briefly how to use Aspose.OCR for performing different tasks like the followings.

- OCR Preprocessed Images
- Get Text Part Hierarchy of Recognized Text

Overview: Aspose.OCR for Java

Aspose.OCR for Java is a character recognition component that allows developers to add OCR functionality in their Java web applications, web services and Windows applications. It provides a simple set of classes for controlling character recognition tasks. It helps developers to work with image files from within their Java applications. It allows developers to extract text from images, Read font, style information quickly, saving time & effort involved in developing an OCR solution from scratch.

More about Aspose.OCR for Java

- Homepage Aspose.OCR for Java
- Download Aspose.OCR for Java
- Online Demos Aspose.OCR for Java
- Online documentation of Aspose.OCR for Java

Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Aspose - Your File Format Experts
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
 
Don't sweat petty things, or pet sweaty things. But cuddle this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic