import tensorflow as tf import tensorflow_addons as tfa import doctr print(f"TensorFlow version: {tf.__version__}") print(f"TensorFlow Addons version: {tfa.__version__}") print(f"Doctr version: {doctr.__version__}")