Skip to content

Which Language RapidOCR it Support? #87

Closed Answered by SWHL
ssavi-ict asked this question in Q&A
Discussion options

You must be logged in to vote
  • You are right. But there is a misunderstand.
  • RapidOCR is an inference package and cannot train the model. PaddleOCR can train own model.
  • The relationship between the two is shown in the following figure:
    flowchart LR
        subgraph Step
        direction TB
        C(Text Det) --> D(Text Cls) --> E(Text Rec)
        end
    
        A[/OurSelf Dataset/] --> B(PaddleOCR) --Train--> Step --> F(PaddleOCRModelConverter)
        F --ONNX--> G{RapidOCR Deploy\n<b>Python/C++/Java/C#</b>}
        G --> H(Windows x86/x64) & I(Linux) & J(Android) & K(Web) & L(Raspberry Pi)
    
        click B "https://github.com/PaddlePaddle/PaddleOCR" _blank
        click F "https://github.com/RapidAI/PaddleOCRModelConverter" _blank
    
    Loading

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ssavi-ict
Comment options

@SWHL
Comment options

SWHL May 18, 2023
Maintainer

Answer selected by ssavi-ict
@ssavi-ict
Comment options

@MadMenHitBooker
Comment options

@SWHL
Comment options

SWHL Oct 10, 2023
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants