Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, June 3, 2009 11:35:31 PM(UTC)

Roshni  
Roshni

Groups: Registered
Posts: 15


Hi,

Is it possible to OCR a specific area of an Image file in v16?

My requirement : The user selects a rectangular area of an Image file using a tool ( from toolbar ). This area will be dragged and dropped into an edit box. Here, the text within the selected rectangular area is displayed.

I intend to make use of C DLL.

Thanks in advance..

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, June 4, 2009 12:57:41 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

You can try to do this by creating an OCR Zone on the image, so that the Zone dimensions equal the dimensions of the rectangular area. Now when you call the recognize method, the OCR engine will recognize only the area inside the Zone. You can add a new zone by using the L_Doc2AddZone function.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#3 Posted : Sunday, June 21, 2009 8:40:50 PM(UTC)

Roshni  
Roshni

Groups: Registered
Posts: 15


In case the selected area contains text in some language ( other than English ), I will need to explicitly set the correct language settings while ocring so that the correct text is retrieved to the edit box.
Is my understanding correct? Does LT v16.5 support this feature in a different way?

Kindly clarify.

Thanks...

 
#4 Posted : Monday, June 22, 2009 2:07:03 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

Yes, you need to set the correct language settings before OCR the image.

About LEADTOOLS v16.5, LEADTOOLS v16.5 doesn't support this in a different way.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#5 Posted : Monday, June 22, 2009 2:45:44 AM(UTC)

Roshni  
Roshni

Groups: Registered
Posts: 15


Which function do I need to use to retrieve the Ocred text? I would like to have a return type of WString to handle Unicode data.

Thanks.....

 
#6 Posted : Monday, June 22, 2009 3:01:00 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

You can try to use the L_Doc2GetRecognizedWords function. This function gets all recognized words for the specified recognized page.
For more information, please refer to the help topic "L_Doc2GetRecognizedWords" in the LEADTOOLS OCR Document Imaging C DLL help file.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.072 seconds.