Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 tesseract 在扫描图像中查找文本,
我试图通过如下调用来设置“tessedit_char_whitelist”,以便只执行字母数字搜索
tes_obj.SetVariable("tessedit_char_whitelist", "abcdefghijklmnopqrstuvwxyz012345789ABCDEFGHIJKLMNOPQRSTUVWXYZ");
当我尝试比较同一图像上多次搜索的结果时,我发现了不同的结果。不同结果的原因可能是什么。
问候, 阿姆鲁特