PaddleOCR
PaddleOCR copied to clipboard
Do batch inference to speed up the process
Hi all, I have a large amount of images to process, is there a way to do inference using a batch and maybe a dataloader? Classifying one image at a time takes a large amount of time. I need to do Text-detection and text-recognition.
Thank you