- This project aims to read and extract medicine labels and information from medicines and pill containers. This project also sees the implementation of PaddleOCR.
- paddleocr
- matplotlib
- cv2
- os module
- Paddleocr has a series of pre-trained models and helps in easy ocr implementation.
- It has pre built direction classifiers as well.
- Access to many multilingual models.
- Import the required libraries.
- Install paddleocr.
- Initialize model and training.
- Visualize results based on requirement.