Also not all OCR is AI
Well, this is an interesting statement.
In my view every OCR is Artificial Intelligence. There is no clear definition of AI, but after many iteration my definition is AI when a machine can perform a task what earlier thought to be linked to human intelligence. Also it often means that for a normal person it is unimaginable how that can be made by a program. Therefor to convert a printed, even handwritten writing into a digitalized text was definitely something intelligent. Also as such systems are designed by humans and not by mother nature, it is called artificial (in the classical usage artificial equals to manmade).
There are many examples of AI systems like this, e.g face recognition, SIFT, recommendation systems, classifiers and also OCR.
Obviously, as we get more and more used to what programs can do, the bar is constantly being raised what can be called really AI and what is only a standard algorithm.
Nowadays AI is often used as a synonym to Neural Networks. Those definitely create also intelligence and as such can be considered as a subset of AI. Some people even further reduces AI to very complex systems, LLMs and alikes.
Albeit it has Intelligence (as specified above), in my terminology, I do not even use Artificial I for some of the neural network solutions, as the intelligence in it is not (directly) created by humans, hence not "artificial" in that sense. Unlike in SIFT, no human created the knowledge, but a machine developed it in an evolutionary training process in a very general framework. SIFT is manmade (David Lowe) to be a good image recognition algo, but only that. A large Neural Network is only a framework and the knowledge in it is not designed by man, but generated through learning.
Hence I prefer to use Machine Intelligence or Machine Learning for the larger neural network models.