文件名称:train
介绍说明--下载内容均来自于网络,请自行研究使用
用于自动化训练Tessact OCR的程序,用powershell编写而成,可以在windows下运行,(请先安装powershell运行环境)。
如果没有此程序,训练过程将是极端艰苦的。(可参见官方手工训练教程:)http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
使用方法:
1. 将train.ps1文件放在Tesseract的bin目录下;
2. 进入Powershell环境,运行命令:PS > Set-ExecutionPolicy RemoteSigned
3. 进行自动训练: PS > .\train.ps1 或 PS > .\train.ps1 yourlang imageFolder 。 如果imageFolder没有指定,缺省为yourlang目录。
Windows Powershell环境下载: http://support.microsoft.com/kb/968929-For automation training Tessact OCR program written using powershell, can run under windows (Please install the the powershell runtime environment).
如果没有此程序,训练过程将是极端艰苦的。(可参见官方手工训练教程:)http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
使用方法:
1. 将train.ps1文件放在Tesseract的bin目录下;
2. 进入Powershell环境,运行命令:PS > Set-ExecutionPolicy RemoteSigned
3. 进行自动训练: PS > .\train.ps1 或 PS > .\train.ps1 yourlang imageFolder 。 如果imageFolder没有指定,缺省为yourlang目录。
Windows Powershell环境下载: http://support.microsoft.com/kb/968929-For automation training Tessact OCR program written using powershell, can run under windows (Please install the the powershell runtime environment).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
train.ps1