LEADTOOLS Support
General
LEADTOOLS SDK Examples
Re: Signature recognition inside a precompiled Form
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 15, 2010 10:30:48 PM(UTC)
Groups: Registered
Posts: 5
Hi, we are in need to recognize if a form has one or more signatures in particular, well known, spots.
What LT component can do this?
Thank you.
#2
Posted
:
Tuesday, June 15, 2010 11:09:55 PM(UTC)
Groups: Registered
Posts: 5
Oh, The architecture is made by a WCF feeded with a PDF that's the module on which we must recognize signatures presence.
Sorry for the english.
#3
Posted
:
Wednesday, June 16, 2010 5:43:33 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can try our OCR – ICR Module which is an add-on to LEADTOOLS Document Imaging.
You will also need PDF Read SDK.
Please see the following pages in our website:
http://www.leadtools.com/sdk/ocr/icr.htm
http://www.leadtools.com/sdk/raster-pdf-read.htm
http://www.leadtools.com/sdk/engine/document.htm
I recommend you try the free Eval edition of LEADTOOLS:
http://leadtools.com/downloads/EvaluationForm.htm
#4
Posted
:
Friday, July 2, 2010 12:58:44 AM(UTC)
Groups: Registered
Posts: 5
thank you for the support.
I think what i need is much more simple, btw.
What i want to do is not read the signature, but only detect if there's one in the specific spot . Something like grey or black percentage in the area.
I'm sorry, I've no experience at all in the OCR field and i feel a little lost in the LT SDK that has a lot of features.
I found CSOcrWorkflowDemo_x86.csproj DEMO that i feel is mi good starting point.
#5
Posted
:
Sunday, July 4, 2010 12:12:24 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can use BlankPageDetectorCommand Class which is available in the Document\Medical Toolkits.
It basically detects whether an image is a blank page or not.
You can create a new image from the region over the signature area and apply BlankPageDetectorCommand on the new image.
For more info, please see the following help topic:
http://www.leadtools.com/help/LEADTOOLS/v16/DH/PO/Leadtools.ImageProcessing.Core~Leadtools.ImageProcessing.Core.BlankPageDetectorCommand.html
LEADTOOLS Support
General
LEADTOOLS SDK Examples
Re: Signature recognition inside a precompiled Form
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.