mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
TODO
This commit is contained in:
parent
3e3e1ed55d
commit
287d5341bf
@ -642,7 +642,7 @@ static int Main() {
|
||||
FLAGS_rotate_image ? &rotation : nullptr);
|
||||
}
|
||||
if (FLAGS_distort_image) {
|
||||
//Todo: perspective is set to false and box_reduction to 1.
|
||||
//TODO: perspective is set to false and box_reduction to 1.
|
||||
pix = PrepareDistortedPix(pix, false, FLAGS_invert,
|
||||
FLAGS_white_noise, FLAGS_smooth_noise, FLAGS_blur,
|
||||
1, &randomizer, nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user