sdcb / PaddleSharp

.NET/C# binding for Baidu paddle inference library and PaddleOCR
Apache License 2.0
1.07k stars 200 forks source link

Regarding the issue of OCR #94

Closed lindadamama closed 6 months ago

lindadamama commented 6 months ago

Feature request type

sample request

Is your feature request related to a problem? Please describe

if I only want to call the REC model, how can I make the det and cls models not work?

Describe the solution you'd like

Just using the functionality of the REC model

Describe alternatives you've considered

No response

Additional context

No response

sdcb commented 6 months ago

just create this: https://github.com/sdcb/PaddleSharp/blob/f0cf603aea0a438d17f6b711785bf18d338ee536/src/Sdcb.PaddleOCR/PaddleOcrRecognizer.cs#L14

lindadamama commented 6 months ago

Thank you, I will give it a try

lindadamama commented 6 months ago

It worked perfectly. Thank you