LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to import picture to OCR check

Hello,
 
I Want to import a folder contain large amount oof photos.
And then using LV7.1 to OCR check.
 
Now, i can only input 1 phototo ocr check.
How cam I import the folder with photo to check?
 
Thank You!!
0 Kudos
Message 1 of 4
(3,231 Views)
I recommend to put your OCR Check into a For Loop (or a separate VI).
Retrieve the list of photos in your folder and pass that array of paths to the loop.
Guenter
0 Kudos
Message 2 of 4
(3,218 Views)
My Folder will have 2 different type picture file (.jpg, .bmp)
how can i run labview  the  prog.  with  auto  select  all the image file(.bmp, .jpg) into OCR Check

Thank you!
0 Kudos
Message 3 of 4
(3,160 Views)
Hello,

Thank you for posting to the NI forums!  Try calling List Folder.vi twice (once for .bmp and once for .jpg) then concatenating the file list arrays.

Regards,
Maclean G.
Applications Engineering
National Instruments
0 Kudos
Message 4 of 4
(3,143 Views)