Metadata-Version: 2.1
Name: TextTron
Version: 0.2
Summary: TextTron is a simple light-weight image processing based text detector in document images.
Home-page: https://github.com/AyanGadpal/TextTron-Lightweight-text-detector
Author: Ayan Gadpal
Author-email: ayangadpal2@gmail.com
License: MIT
Keywords: Text Detection,lightweight Text Detection,Document Text Detector
Platform: UNKNOWN
Requires: opencv_python
Requires: numpy

TextTron is a simple light-weight image processing based text detector in document images.TextTron detects text with the help of Contours applied on a pre-processed image.This meant for fast text detection without using any machine learning or deep learning model.Though this will not work well in scene text detection, only meant for document images


