You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current BAAS OCR is using Cnocr (zh-cn, en-us)and paddle_ocr (ja-jp)
Problems are:
The requirements of this two python libraries all contains torch, which takes a lot of disk space.
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.
Current BAAS OCR is using Cnocr (zh-cn, en-us)and paddle_ocr (ja-jp)
Problems are:
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.
You can give us suggestions on the apis or help to build the code !
The text was updated successfully, but these errors were encountered: