When I am doing string comparison, I am getting that 2 strings are not equal even though they are equal.
I am extracting text from 2 PDFs. Extracted text is same. But I can see some font change in one of them. I am not understanding why?
str1 = 'Confirmations'
str2 = 'Confirmations'
str1 == str2
False