Question
: We are evaluating the SimpleOCR SDK and want to know how we can edit the ExtractImgArea parameter. Can you tell me where this can modified to perform OCR on a different region?
Answer : You use the ExtractImgArea function to get a new image object with the extracted zone, based on the image and coordinates you pass to that function.
You can find the link to the page describing this here.