小编use*_*148的帖子

如何在iOS应用程序上实现文本识别?

我是iOS开发的新手,我正在尝试创建一个应用程序,使用iPhone的相机识别一串数字并将其转换为文本.

是否有可以轻松整合到我的应用程序中的iOS开发模块?或者是否有一个通用模块,我可以尝试移植iOS?

当然,免费模块更好.

提前致谢 :)

编辑:要删除暂停主持人提出这个问题,我已经提出以下要求:

  1. 模块将图像或图像区域作为输入并识别其上的文本.
  2. 该模块必须与iOS开发语言之一兼容.
  3. 该模块必须能够在没有互联网连接的情况下工作(本地引擎,而不是向服务器发送请求的引擎)

iphone image-processing image-recognition text-recognition ios

9
推荐指数
0
解决办法
7940
查看次数

将手册页输出重定向到文件会导致单词出现双字母

我将输出重定向man djpeg到文本文件中,以便在学习使用它时可以引用它.我的指示是man djpeg > textfile.txt.但是,输出看起来像这样:

LS(1)                     BSD General Commands Manual                    LS(1)

NNAAMMEE
     llss -- list directory contents

SSYYNNOOPPSSIISS
     llss [--AABBCCFFGGHHLLOOPPRRSSTTUUWW@@aabbccddeeffgghhiikkllmmnnooppqqrrssttuuwwxx11] [_f_i_l_e _._._.]

DDEESSCCRRIIPPTTIIOONN
     For each operand that names a _f_i_l_e of a type other than directory, llss
     displays its name as well as any requested, associated information.  For
     each operand that names a _f_i_l_e of type directory, llss displays the names
     of files contained within that directory, as well as any requested, asso-
     ciated information.

     If …
Run Code Online (Sandbox Code Playgroud)

linux bash manpage

4
推荐指数
2
解决办法
886
查看次数