This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, December 7, 2005 6:39:38 AM(UTC)
Groups: Registered
Posts: 1
Sir,
I am using LeedTools OCR SDK for DOT NET.
I want to get individual characters after a complete OCR of tif file.
I am using the following code:
Dim recogChars As RasterOcrRecognizedCharacters() = rasterOcr.GetRecognizedCharacters(0)
how to get individual characters including white space and spacial characters using recogChars object.
basically I want to fin individual characters and hilite those characters using Annotation.
Can you pls, help me?
Thanx,
Partha
(INUVASOFT LTD.)
#2
Posted
:
Sunday, December 11, 2005 5:51:03 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Partha,
Spaces themselves are not returned as a recognized character. However,
you can use the RasterOcrRecognizedCharacters.Space Property to know
the number of spaces in front of the recognized code character.
For a code sample that shows how to use the characters, see the code sample for RasterOcr.GetRecognizedCharacters Method
Amin Dodin
LEADTOOLS Technical Support
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.