Hello. I'm using OCR IEVision 2.0.1. How I can set the "tessedit_char_whitelist" parameter? My images have only digits and this option very important.
Before I'm used winsoft.sk wrapper and this option was: Ocr1.Parameter['tessedit_char_whitelist'] := '0123456789'; // recognize numbers only
Help me do the same in ImageEN :) Thanks! |