I using openCV 3.2. Now, I want to import module tesseract in android studio. Can you help me!.
Tesseract is not of OpenCV in the first place. It is an OCR (Optical Character Recognition) library developed by Google.
Installation of Tesseract is completely independent of OpenCV. The following links can help you with it.
Upon installation you can go ahead and use Tesseract with OpenCV