Multilingual OCR Development Plan #12734
Replies: 80 comments 7 replies
|
Traditional Mongolian |
|
I would love to work on "Bangla" |
|
I very happy if you do that with Vietnamese |
|
How about Arabic? That would be great. |
|
I've find out that PADDLE OCR algorithm cannot recognize some special characters (such as comma, semicolon, or dot...) when the language is english. Is there any possible way that i can fix this problem |
|
I would like to contribute to add the Burmese language. Is it only needed to submit two text files - dict & corpus? How further process do we need to provide? |
|
Adding "Bangla" will be grate for the people in south Asia |
|
Adding "Traditional Chinese (zh-TW)" would be great support. |
|
Do you have preTrained Russian recognition model? |
|
Hi adding " Tamil" language will be very grateful. Tamil_dict.txt Need more help plz refer this issue: |
|
I can help with polish language. |
|
@GmGniap Hello, Can you provide the corpus file of Burmese Language? |
|
@shahidul56 Hello, Can you provide the corpus file of Bangla Languag? |
|
All models updated in 2021.1.21 cannot be downloaded with following Error: |
Sorry for the invalid links and all of them have been revised now, you can try again. |
I'm trying with my private data, but the result very poor |
|
Sorry for my stupid question, I am novice at DL: What difference between Inference model and trained model? |
|
I created a PR for Bangla |
|
Does this list contain the latest models? If i want to fine tune for example german model do i use this link from this page to download the pretrained model? If so what yml file should i use? How do i know what is the architecture of these models? |
|
Please add Tajik Language |
|
I want to work on Kurdish Center language |
|
I sent a PR for Bangla support #13373 |
|
pls add Turkish languange.Thank you. |
|
I have a copy on my GitHub at "ppocr/utils/dict" and I need to commit the dictionary text to this path and name it "vi_dict.txt" which contains a list of all characters. Vietnamese dictionary from Wikipedia. I did not find the corpus in the folder "ppocr/utils/corpus"; I could only view it in my GitHub. Link here. |
|
I didnot ask for vie.I asked for Turkish Languange.
19 Ağu 2024 Pzt 10:57 tarihinde Songling Huang ***@***.***>
şunu yazdı:
… I have a copy on my GitHub at "ppocr/utils/dict" and I need to commit the
dictionary text to this path and name it "vi_dict.txt" which contains a
list of all characters. Vietnamese dictionary from Wikipedia.
I did not find the corpus in the folder "ppocr/utils/corpus"; I could only
view it in my GitHub. Link here
<https://github.com/lingskr/Vietnamese-Corpus-and-Dictionary>.
—
Reply to this email directly, view it on GitHub
<#12734 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANG56EVPGOQ5BHPXFRMWRV3ZSGQNRAVCNFSM6AAAAABKZTCY7CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZYGAYDINA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
|
How do i use these models? |
|
I am unable to find any corpus files. Where do I find an example corpus file? |
|
I have trained a model on persian using synthetic data the results are close but don't have access to the data the PaddleOCR had so it has weak characters w. ref back to the fa_dict and arabic_dict.txt. the results are available on kaggle under name farboodi/persian-OCR |
|
bengali_corpus.txt |
|
Hebrew is missing from this list — here is a charset and a working set of models Hebrew doesn't appear anywhere in this thread: not in the supported list, not in We have been training Hebrew on PaddleOCR for a while and have released the 1. Character dictionary. A 120-character Hebrew set covering the alphabet 2. Working models, Apache-2.0. Finetuned from PaddleOCR v3.7.0 — a Hebrew 3. Two findings that may affect other RTL languages here, Arabic included.
Happy to help get Hebrew into the official multilingual set. Numbers above are |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Guideline for new language requests
If you want to request a new language support, a PR with 2 following files are needed:
In folder ppocr/utils/dict,
it is necessary to submit the dict text to this path and name it with
{language}_dict.txtthat contains a list of all characters. Please see the format example from other files in that folder.In folder ppocr/utils/corpus,
it is necessary to submit the corpus to this path and name it with
{language}_corpus.txtthat contains a list of words in your language.Maybe, 50000 words per language is necessary at least.
Of course, the more, the better.
call for contributions to add new language support for PaddleOCR.
For anyone might be insterested in traing the new language model, Guidance to train the model is provided. We are calling contributions to add new language support for PaddleOCR.
If your language has unique elements, please tell me in advance within any way, such as useful links, wikipedia and so on.
All reactions