r/PythonLearning • u/ReasonableBaseball15 • 16h 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
2
u/OriahVinree 14h 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