LSTMEVAL(1) | LSTMEVAL(1) |
NAME¶
lstmeval - Evaluation program for LSTM-based networks.
SYNOPSIS¶
lstmeval --model lang.lstm|langtrain_checkpoint|pluscharsN.NNN_NN.checkpoint [--traineddata lang/lang.traineddata] --eval_listfile lang.eval_files.txt [--verbosity N] [--max_image_MB NNNN]
DESCRIPTION¶
lstmeval(1) evaluates LSTM-based networks. Either a recognition model or a training checkpoint can be given as input for evaluation along with a list of lstmf files. If evaluating a training checkpoint, --traineddata should also be specified.
OPTIONS¶
--model FILE
--traineddata FILE
--eval_listfile FILE
--max_image_MB INT
--verbosity INT
HISTORY¶
lstmeval(1) was first made available for tesseract4.00.00alpha.
RESOURCES¶
Main web site: https://github.com/tesseract-ocr Information on training tesseract LSTM: https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00
SEE ALSO¶
COPYING¶
Copyright (C) 2012 Google, Inc. Licensed under the Apache License, Version 2.0
AUTHOR¶
The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).
11/17/2021 |