Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x PyteSeract未检测周期:'';对。提高认知度?_Python 3.x_Image Processing_Tesseract_Python Tesseract - Fatal编程技术网

Python 3.x PyteSeract未检测周期:'';对。提高认知度?

Python 3.x PyteSeract未检测周期:'';对。提高认知度?,python-3.x,image-processing,tesseract,python-tesseract,Python 3.x,Image Processing,Tesseract,Python Tesseract,这是我第一次乱搞图像解析,所以我不确定我能做些什么来改进它 图为: (来自手机游戏) 下面是image_to_string().split()返回的列表:['Connected','to','hAMSO4','69.113194','has','bes','copy','to','the','clipbood!'] 我的第一个想法是在使用pytesseract解析图像之前,使用PIL或其他方法编辑图像(以增加周期的大小),但这似乎相当复杂 我想知道是否有一种方法可以为它提供文本将使用的字体来提高

这是我第一次乱搞图像解析,所以我不确定我能做些什么来改进它

图为:

(来自手机游戏)

下面是image_to_string().split()返回的列表:
['Connected','to','hAMSO4','69.113194','has','bes','copy','to','the','clipbood!']

我的第一个想法是在使用pytesseract解析图像之前,使用PIL或其他方法编辑图像(以增加周期的大小),但这似乎相当复杂

我想知道是否有一种方法可以为它提供文本将使用的字体来提高性能

很抱歉,我太抽象了,但我不太清楚该如何进行