demo video https://youtu.be/IXKmbNcsYa0
This program use CRAFT and CRNN+CTC to provide an end-to-end image text extraction. We need to install the craft_text_detector by using
pip install craft-text-detector
Then, we can simplily use
python test1.py image.jpg to extract texts from the image.