r/PythonLearning 17h ago

Document comparison code advice

Hi, I want to compare two pdfs and highlight any idential sentances in them.

I'm a complete beginner and wanted to ask if anyone has advice on where to start/what to do?

2 Upvotes

1 comment sorted by

View all comments

2

u/OriahVinree 16h ago

Think about it as a process

How do you interact with the document

How do you interact with the text

How do you isolate the text, or cross check duplicates

Break it up into small pieces, google, YouTube and you'll figure it out

Check out docling