How to Automatically give text a collider?

I am making a game where the player is running around on a piece of paper, dodging out of the way of text on the page. How do I give each word in the sentence it’s own collider, preferably without having to manually create separate objects and colliders for each word. Any help would be greatly appreciated!