tesseract - 如何查找 Tesseract OCR 配置文件中支持的参数

标签 tesseract

我想知道Tesseract OCR使用的配置文件接受哪些参数,如何编写配置文件等

我在 their site 上找不到任何有关此内容的文档。如何确定支持哪些参数及其含义?

最佳答案

Tesseract v3.04 现在提供命令行选项 --print-parameters,因此您可以调用 tesseract --print-parameters 来获取 678 个参数的列表(!) 可配置参数、它们的默认值和简短说明:

Tesseract parameters:
editor_image_xpos   590 Editor image X Pos
editor_image_ypos   10  Editor image Y Pos
editor_image_menuheight 50  Add to image height for menu bar
editor_image_word_bb_color  7   Word bounding box colour
editor_image_blob_bb_color  4   Blob bounding box colour
editor_image_text_color 2   Correct text colour
...and many, many more

关于tesseract - 如何查找 Tesseract OCR 配置文件中支持的参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13007245/

相关文章:

python - 在 Pytesser 中使用多种语言

iphone - 将 UIImage 转换为黑白而非灰度以使用超正方体

php - Python/PHP Tesseract 输出优化技巧

android - Tesseract 解析图像并返回 null

python - 如何在python中使用OCR从Image中获取文本识别器的坐标

python - Pytesseract 有时无法在完全清晰的图像上工作

compilation - 配置:错误:缺少leptonica库(在MinGW上构建tesseract-ocr-3.01时)

android - Vuforia文字识别和OCR的区别?

android - 操作位图以获得最佳 ocr 检测

python - 导入错误 : No module named 'tesserwrap'