How to give text collision?

Hello! I am currently working on a game where I want text to have collision. Currently, I am putting a box collider around every word so you can still go through the spaces, but it is taking an extremely long time to do multiple paragraphs, and I’m wondering if there’s a better way of doing things?

Note: My text is just a picture put onto a cube, with colliders manually set on that cube.

Thank you so much for the help!