Comment on Do LLMs identify fonts?parentComments−lblume1yWhy would you even need LLMs for that? Notwithstanding context, finding text that fits into a given bounding box is already perfectly doable via a classical algorithm (in this case e.g. based on dynamic programming).−elicash1yNotwithstanding contextThis is actually quite important! Especially when you're not talking about a single word/name but a group of several words/names.
Comments
Why would you even need LLMs for that? Notwithstanding context, finding text that fits into a given bounding box is already perfectly doable via a classical algorithm (in this case e.g. based on dynamic programming).
This is actually quite important! Especially when you're not talking about a single word/name but a group of several words/names.