1

Can anyone help me with template matching? As per my guess, Computer vision works with the Pattern reading, so for e.g. If my template(template image) contains "Invoice Number" and my input file_1(Image 1) contains "Invoice number" then it is getting matched, but my input file_2(Image 2) contains "Invoice number" then it is not able to match. Is there any solution available to match the template like this?

Ani More
  • 11
  • 1

1 Answers1

0

THIS IS THE TEMPLATE FILE Template Image. THIS IS THE INPUT FILE 1 Input File 1, & THIS ONE IS THE INPUT FILE 2 Input File 2

Ani More
  • 11
  • 1
  • Please do not post an answer to add more detail. Edit your original answer. Please read the Help section on how to ask a good question. – fmw42 Jul 23 '19 at 19:05