我正在使用 tesseract 库,并希望我的图像中的文本在一行中,没有新行("\n")。
我尝试使用variable.replace("\n"," "),但它不起作用。它只是给了我相同的多线响应。
下面是我的代码:
img = Image.open('maaan.jpg')
pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files (x86)\\Tesseract-OCR\\tesseract.exe'
kt = pytesseract.image_to_string(img,lang='eng')
kt.replace("\n", " ")
print(kt)
谢谢你的帮助顺便说一句:D
阿波罗的战车
拉丁的传说
相关分类