Replies: 1 comment 3 replies
-
|
Hello, the PP-OCRv5 Latin model is actually not a Latin language model, but a Latin language family model. Its dictionary includes the Spanish language dictionary. Therefore, you can directly use the training and dictionary of the Latin model. The training weights for the Latin model can be downloaded from here https://www.paddleocr.ai/latest/en/version3.x/module_usage/text_recognition.html#2-list-of-supported-models.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Kudos to the amazing work.
I wanted to train spanish text for recognition but i only found that it downloads latin infer model when i put lang=es in inference API.
Is there a training model which I can finetune, If not then how can i train spanish characters on my dataset? Should I just change the dict to latin and thats it? or is threre any other method?
Beta Was this translation helpful? Give feedback.
All reactions