Text detection is the common functionality for a OCR. So there are lot of approaches to detect text that are already uses and measure their performance.I try follow state of the art Text detection approaches to Detect text of my own custom image dataset. Test Result,
- python == 3.5
- keras == 2.2.4
- tensorflow==1.13.1 or tensorflow-gpu == 1.15
Another appoches detection the text region
Custom data preprocessing link
Paper link EAST and following github link EAST github.



