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.
我正在寻找一个 Android 版本的 PhoneGap OCR 插件。不幸的是,我不能将它用于 ocr-api-service,因为 OCR 库必须是本地的。然后我发现了这个https://github.com/jcesarmobile/PhonegapOCRPlugin。不幸的是,它仅适用于 ios。所以我只是想知道是否存在这样的插件。谢谢
Tesseract 支持 Android,因此您必须自己创建一个 phonegap 插件来包装 ocr 功能。