0

I am working on a ALPR project and I am having trouble getting the correct answer. Is there any way i can see the image which is preprocessed by tesseract itself so that i can know what's messing up with my result. TiA.

python: 3.10 tesseract: 4.0.0 OS: Windows

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36

1 Answers1

0

It is the user's responsibility to preprocess tesseract input. tesseract does limited image processing - the major one is to binarize images if the user provides non-binarized images. For getting the image used for OCR you can use the parameter get.images See doc if you are looking for debuging recognition.

user898678
  • 2,994
  • 2
  • 18
  • 17