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 OCR 应用程序。信息包括姓名、卡号等。
当我阅读文本时,它一次返回所有文本。
我想读第二行,即只有卡号。我怎样才能做到这一点?
Tesseract 不支持仅选择已识别文本的一部分的任何选项。您可以预处理图像或对提取的文本进行后处理。第一个选项应该更容易并给出更好的结果。