I'm dealing with a gigantic rich text file where every entry starts with a bold title. It'd be really helpful to import the rich text file into Python and have it split up lines wherever it sees bold text. However, I can't find a way to import non plaintext, and have resorted to looking for other methods of finding where the bold text starts.
Is there a way to get Python to read where bold text is?