LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture space in vison module

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

0 Kudos
Message 1 of 2
(2,461 Views)

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

0 Kudos
Message 2 of 2
(2,437 Views)