OCRing Music from YouTube with Common Lisp
1–10 of 20 posts
Re: OCRing Music from YouTube with Common Lisp
#2Re: OCRing Music from YouTube with Common Lisp
#3honestly this would be better with an AI model
In the article the author tried Tesseract which uses ML and has some neural network models, and also tried ChatGPT.
I have come to the same conclusion as the author when doing OCR that needed 100% accuracy.
When you know the font, spacing and the layout is fixed, old school statistical analysis of the pixels works a treat.
Re: OCRing Music from YouTube with Common Lisp
#4honestly this would be better with an AI model
> honestly this would be better with an AI model In the article the author tried Tesseract which uses ML and has some neural network models, and also tried ChatGPT. I have come to the same conclusion as the author when doing OCR that needed 100% accuracy. When you know the font, spacing and the layout is fixed, old school statistical analysis of the pixels works a treat.
Re: OCRing Music from YouTube with Common Lisp
#5Re: OCRing Music from YouTube with Common Lisp
#6honestly this would be better with an AI model
Of course it'd be better than something that is intentionally limiting itself. But that says nothing.
Re: OCRing Music from YouTube with Common Lisp
#7https://web.archive.org/web/20250106075631/https://nickfa.ro...
Re: OCRing Music from YouTube with Common Lisp
#8If you're also getting a 500: https://web.archive.org/web/20250106075631/https://nickfa.ro...
Re: OCRing Music from YouTube with Common Lisp
#9If you're also getting a 500: https://web.archive.org/web/20250106075631/https://nickfa.ro...
I just restarted the webserver. It's running on OpenBSD HTTPd + MediaWiki + SQLite, and keeping it up has been a perpetual thorn in my side. Oh well. I need to figure out some alternative setup probably.
Re: OCRing Music from YouTube with Common Lisp
#10honestly this would be better with an AI model