Hi,all: I met some problems when i am doing chinese characters recognize. I have obtained the coordinates of every bounding box, but here goes the problem: some chinese characters are splited into two boxes which there should be one, so the recognized results are messy code, now i want to combine the two boxes into one manually and put the modifyed bounding boxes into tesseract-ocr engine to re-recognize to see whether it is correctly recognized, how should i do this? thanks all. ps: I've doing this in codeblocks with c++ language in win7 os.
-- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
<<attachment: correct.png>>
<<attachment: error.png>>

