This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, April 24, 2012 3:56:18 AM(UTC)
Groups: Registered
Posts: 18
how I can scan zones just on a part of the document if you share the document in 4 side i need to scan the zones of the up/right zone and not the whole document ?
Thank you for help.
#2
Posted
:
Tuesday, April 24, 2012 7:47:28 AM(UTC)
Groups: Registered
Posts: 256
Terry,
Our moderator has split this post into a new thread because it's not directly related to the original thread where you posted it.
If you know the zone's co-ordinates you can create them yourself without using the Auto zone feature. But if you do not know the zone's you can do the following:
1) Use AutoZone to find all the zones in the page.
2) Adding the zones in the quarter that you want to a list (based on the co-ordinates).
3) Recognize (all zones).
4) Print the output based on the list of zones you acquired in step(2).
#3
Posted
:
Wednesday, April 25, 2012 10:10:39 PM(UTC)
Groups: Registered
Posts: 18
Thanks for reply,
I want to scan automatically for find all the zones just in a piece of the page not the whole page , How i can do that ?
please help me.
I need how to do this in CDLL cause I'm working in vb 6.0.
#4
Posted
:
Thursday, April 26, 2012 4:06:24 AM(UTC)
Groups: Registered
Posts: 256
Terry,
There are two ways to define zones:
1) Define the zones based on the co-ordinates.
2) Using Autozone using "L_Doc2FindZones" function.
If you want to restrict the auto zone to a specific part of the image, you can do it as follows:
1) Take part of the image into a new bitmap using the L_CopyBitmapRect() function.
2) Use auto zone with the new smaller bitmap.
If you want the zones to be applied to the original image, you can take their coordinates and add similar zones to the original bitmap.
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.