gpt4 book ai didi

python - 获取方向 pytesseract Python3

转载 作者:太空宇宙 更新时间:2023-11-03 13:28:12 25 4
gpt4 key购买 nike

我想获取扫描文档的方向。我看到这篇文章 Pytesseract OCR multiple config options 并尝试使用 --psm 0 来获取方向。

target = pytesseract.image_to_string(text, lang='eng', boxes=False, \
config='--psm 0 tessedit_char_whitelist=0123456789abcdefghijklmnopqrstuvwxyz')

但是我得到一个错误:

FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/jy/np7p4twj4bx_k396hyc_bnxw0000gn/T/tess_dzgtpadd_out.txt'

最佳答案

我找到了另一种使用 pytesseract 获取方向的方法:

print(pytesseract.image_to_osd(Image.open(file_name)))

这是输出:

Page number: 0
Orientation in degrees: 270
Rotate: 90
Orientation confidence: 21.27
Script: Latin
Script confidence: 4.14

关于python - 获取方向 pytesseract Python3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51823228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com