still not working showing this error
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/tmp/ipython-input-3913369503.py in <cell line: 0>()
3 # Retrieved 2025-11-10, License - CC BY-SA 4.0
4
----> 5 from paddleocr import PaddleOCR, draw_ocr
6 from PIL import Image
7 from IPython import display
ImportError: cannot import name 'draw_ocr' from 'paddleocr' (/usr/local/lib/python3.12/dist-packages/paddleocr/__init__.py)
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
Open Examples