joshy / striprtf

Stripping rtf to plain old text
http://striprtf.dev
BSD 3-Clause "New" or "Revised" License
94 stars 27 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 1730: invalid continuation byte #34

Closed seenumd closed 2 years ago

seenumd commented 2 years ago

Pyhton 3 I got error for rtf read. Please could you check and comment

joshy commented 2 years ago

Please try with rtf_to_text(text, errors="ignore").