-
在spring boot项目中对文字图片进行OCR,每次调用都会增加内存占用,服务重启、停止后内存释放;个人猜测是引擎内缓存了OCR识别内容,可不可以加一个引擎实例销毁的方法,用完可以手动销毁OCR引擎实例?
-
[Error] OCR init fail. Argd: {'models': 'models', 'ensureAscii': 1, 'det': 'ch_PP-OCRv3_det_infer.onnx', 'cls': 'ch_ppocr_mobile_v2.0_cls_infer.onnx', 'rec': 'rec_ch_PP-OCRv4_infer.onnx', 'keys': 'dic…
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://…
-
#### 问题描述 / Problem Description
1. python-multipart依赖没有加
2. fix bugs: Error loading ASGI app. Could not import module "api".
3. 内存爆炸
#### 运行环境 / Runtime Environment
1. ubuntu22.04
2. docker环境p…
-
There are some pictures in which you don't want anything to be recognized. Like an author's signature, or a watermark. Is it possible to create a layer that will tell the OCR or Text detector not to d…
-
Paddle OCR has documented memory leaks (bug report: https://gist.github.com/ishaan99k/a472ac57f97879dc1677ea97fb935910).
The current repo for paddle does not address this. We are moving over to Rap…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
我想把PaddleOCR的模型,例如ch_ppocr_mobile_v2.0_det_infer,转化为ONNX,然后再转为NCNN。所以能通过Paddle2ONNX能将其转化为ONNX,若可以,请问要怎么操作?
YJLCV updated
3 years ago
-
就是重新分发那种商用。
-
虽然onnxruntime和onnxruntime-gpu都安装了,但是无法启动对应的gpu模式
这是环境
Package Version Editable project location
------------------------- -------------------- ---------------…