08-05-2009 12:45 AM
Hi,
Can anyone please help me in capturing the 'spaces' between the words using vision module? If I capture any image which is having a sentence "Please help" I can only get as "Pleasehelp" but I wanna capture it as "Please help" itself. Please help me regarding this.
Thanks
Haneef
08-05-2009 03:21 AM
Hey Haneef,
A possible solution would be to use OCR in combination with Particle Analysis.
First you make an OCR, then you detect the space between the characters with particle analysis. So you e.g. with "Please help" you will notice that between particle 5 and 6 is more space then between the others. This you can use to add a space between character 5 and 6 in your resulting string from the OCR.
Hope this helps,
Christian