Can I use this to convert flowcharts to yaml representations?
Replace OCR with Vision Language Models
11–20 of 130 posts
Re: Replace OCR with Vision Language Models
#12I wonder what the speed of this approach vs traditional ocr techniques. Also, curious if this could be used for text detection (find a bounding box containing text within an image).
Was just coming here to say this, there does not yet exist a multimodal vision LLM approach that is capable of identifying bounding boxes of where the text occurs. I suppose you could manually cut the image up and send each part separately to the LLM but that feels like an kludge and it's still in-exact.
Re: Replace OCR with Vision Language Models
#13Not really interested until this can run locally without api keys :\
At the end of the day its just schemas. You can decide for yourself if its work upgrading to a larger, more expensive model.
Re: Replace OCR with Vision Language Models
#14What's the characters-per-Wh of an LLM compared to traditional OCR?
That said, VLMs are extremely powerful visual learners with LLM-like reasoning capabilities making them more versatile than OCR for practically all imaging domains.
In a matter of a few years, I think we'll essentially see models that are more cost-performant via distillation, quantization and the multitude of tricks you can do to reduce the inference overhead.
Re: Replace OCR with Vision Language Models
#15I think OCR tools are good at what they say on the box, recognizing characters on a piece of paper etc. If I understand this right, the advantage of using a vision language model is the added logic that you can say things like: "Clearly this is a string, but does it look like a timestamp or something else?"
Re: Replace OCR with Vision Language Models
#16Earlier quoted context omitted.
Was just coming here to say this, there does not yet exist a multimodal vision LLM approach that is capable of identifying bounding boxes of where the text occurs. I suppose you could manually cut the image up and send each part separately to the LLM but that feels like an kludge and it's still in-exact.
We can do bounding boxes too :) we just call it visual grounding https://github.com/vlm-run/vlmrun-cookbook/blob/main/noteboo...
Re: Replace OCR with Vision Language Models
#17What's the characters-per-Wh of an LLM compared to traditional OCR?
Re: Replace OCR with Vision Language Models
#18Re: Replace OCR with Vision Language Models
#19What's the best way to run this is I prefer to use local GPUs?
Re: Replace OCR with Vision Language Models
#20I wonder what the speed of this approach vs traditional ocr techniques. Also, curious if this could be used for text detection (find a bounding box containing text within an image).
Was just coming here to say this, there does not yet exist a multimodal vision LLM approach that is capable of identifying bounding boxes of where the text occurs. I suppose you could manually cut the image up and send each part separately to the LLM but that feels like an kludge and it's still in-exact.