You might be encountering this error if you named the python file you're running surya.py.By naming the it surya.py, python attempts to import "load_model" and "load_processor" from your script (surya.py) instead of the actual Surya-OCR package.
You can try renaming the your python file into something else and rerun the code to see if the issue is fixed. Hope this helps !