Hi all , i want to read a image path from config , for the activity of hand written signature . how should i pass the image path for this? once the image text got extracted i want to take out the particular string value say for eg "
" by using string comparison.
for this string extraction again i want to use config file as input.
eg . in config file i create recommended value as a name for this user want to pass value like
front and rear brake cables/ new set of pedal arms/ labor 3hrs like this
if i pass values like labor 3hrs that string alone i want to extract where i holed string value of handwritten text.
how should i implement expecting hands to help out
@AshwinS2 thank you for your quick responce.
used like string2=str1.equals(in_config(“Description”)).tostring
then printing string2
but no output for this
and am not using AbbyOCR by Microsoft vision extracted the image.