-
我用大写字母的图片进行识别,预期是D,识别结果却是小写的d
```python
from ddddocr import DdddOcr
import unittest
ocr = DdddOcr(show_ad=False, beta=True)
class TestOcr(unittest.TestCase):
def test_ocr_d(self):
…
-
今天测试了三个(DdddOcr.Net,ddddocr-Sharp-Ex,ddddocrsharp)都跑到同一个位置就出错了
![err](https://github.com/itbencn/DdddOcr.Net/assets/17266057/bb4a4ec5-031e-444f-b687-b201ae9d5ed2)
![kdcs](https://github.com/itbencn/…
-
您好,感谢提供这么好的作品,就是有一段代码报错
AttributeError: 'DdddOcr' object has no attribute 'set_ranges',怎么解决呢
image = open("c:\\test.jpg", "rb").read()
ocr.set_ranges(0)
result = ocr.classification(image, prob…
-
## 数字验证码
#### 使用 ddddocr库 [ddddocr-github](https://github.com/sml2h3/ddddocr)
- 先将数字验证码图片下载到本地,保存为verifi_code.png
- 使用 ddddocr库,识别verifi_code.png中的数字
- 在验证码输入框中,输入识别出的数字
```python
ocr = dd…
-
GOROOT=D:\go1.21.3.windows-amd64\go #gosetup
GOPATH=C:\Users\Administrator\go #gosetup
D:\go1.21.3.windows-amd64\go\bin\go.exe build -o C:\Users\Administrator\AppData\Local\Temp\GoLand\___1go_build_…
-
[cmd]
git clone https://github.com/sml2h3/ddddocr.git
cd ddddocr
python setup.py
[result]
/usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install…
-
#### [fcu-vcode Github Repo](https://github.com/ridemountainpig/fcu-vcode)
#### [fcu-vcode website](https://fcu-vcode.vercel.app/)
#### example:
``` python
import requests
def vcode(fil…
-
在win11下启动 ddddocr --ocr然后在linux下执行
curl --location 'http://192.168.10.100:9898/ocr/file/json' --form "image=@./test.jpg"
Win11下的ddddocr.exe就自己关了。
curl --location 'http://192.168.10.100:9898/…
-
# 我使用VS2022在Windows10上编译时,出现LNK2019错误!
```严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK2019 无法解析的外部符号 "public: __cdecl cv::Mat::Mat(class cv::Mat &&)" (??0Mat@cv@@QEAA@$$QEAV01@@Z),函数 "class cv::Mat __cdecl Base2…
-
fg_bytes = set_img_resize('fg.png', 68, 68)#滑块图片的实际尺寸
bg_bytes = set_img_resize('bg.png', 340, 212)
det = ddddocr.DdddOcr()
res = det.slide_match(fg_bytes, bg_bytes)['target'][0]#缺口x坐标
print(res…
fggzs updated
4 months ago