Hi all you brilliant boys and girls out there!
We have a datable with company names. We also have an input of OCR text from a pdf (because it’s an image file). Problem with OCR is that the interpretation of characters are not always good. Depending on the image quality etc. Currently we are looping the datable and checking the if the OCR text contains the name of the datatable company. In most cases we will find a match. But when there are slight differences in the company name and the OCR we will not receive a match. The difference can be anywhere in the word. An example would be company name in table: “Craft Inc” But in the OCR text it appears as “Craff Inc”. Any good suggestions on how to solve this matching?