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.
我有一个 3d 图像。我想提取写在图像上的文本。我使用 matplotlib 进行了尝试,但该库仅用于绘制图像,而不用于从图像中提取文本。请帮忙
你试过pytesser或ocropus 吗?它们是非常有效的光学字符识别工具。