Customizing dpi value for ocr
@dolfim-ibm How can I pass the customized dpi value for ocr?
No, currently this is not exposed as a parameter. Each OCR engine has a given image scaling factor in its implementation.
In most cases it is
self.scale = 3 # multiplier for 72 dpi == 216 dpi
@dolfim-ibm Thank you for the quick reply.Even with TesseractCliOcrOptions() it is not possible?
It is possible to add it as an option to all OCR models, but at the moment the value is hard-coded.
More precisely, the DPI value is hardcoded individually per OCR backend, since every OCR backend has its own expectations regarding resolution.
@harinisri2001 Closing this issue, as it appears there is no further follow-up required. Please re-open if you have further input.