Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCR Refactor #257

Open
pur1fying opened this issue Feb 25, 2025 · 0 comments
Open

OCR Refactor #257

pur1fying opened this issue Feb 25, 2025 · 0 comments

Comments

@pur1fying
Copy link
Owner

Current BAAS OCR is using Cnocr (zh-cn, en-us)and paddle_ocr (ja-jp)
Problems are:

  1. The requirements of this two python libraries all contains torch, which takes a lot of disk space.
  2. The performance of ocr is not so well.

Solution:
I'm adjusting RapidOcrOnnx and writing an Ocr Server for BAAS to use. It is much faster, takes much fewer disk space ( about 150 MB ) and supports more language (ko-kr and zh-tw)which relateds #86.

  1. Api
  2. Code

You can give us suggestions on the apis or help to build the code !

pur1fying added a commit that referenced this issue Feb 25, 2025
pur1fying added a commit that referenced this issue Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant