1

I am working on data extraction from daily use items using paddleOCR, it is working fine in most of the cases but somethime it mixes two or more words as a single word it does not take space into action is there a better way to solve this

thanks in advance!!!

have tried running on version 2.6.1.3 and extracting english text form daily household things like price, batch no. etc

1 Answers1

0

you should finetune Paddle text recognition model with your new dataset. for more information check this link this is about how to finetune paddle models.

If you want to read more about text recognition finetuning check here