training/tesstrain.sh \
--fonts_dir /usr/share/fonts \
--training_text ../langdata/ara/ara.training_text \
--langdata_dir ../langdata \
--tessdata_dir ./tessdata \
--lang ara \
--linedata_only \
--noextract_font_properties \
--exposures "0" \
--fontlist "Arial" \
--output_dir ~/tesstutorial/aratest
for the image processing I am using the libraries that provided in documentation:https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality , if there are another options for image processing please tell me.
Any Help, thank you.