east-text-detection
There are 10 repositories under east-text-detection topic.
ChiekoN/TextDetectApp
Web App which reads text in an image captured by webcam (Python flask + DNN EAST text detection))
danxuZhang/textspotter
TextSpotter: A Tesseract and EAST Backed Text Detection and Matching library.
takikhasan/EAST-Detector-for-Text-Detection-Using-OpenCV-with-Word-Cropping
Using EAST Text Detector & OpenCV, all the words of an image is detected, cropped and sorted by line from left to right
yakhyo/east-pytorch
Reimplementation of "EAST: An Efficient and Accurate Scene Text Detector" using PyTorch
yui-mhcp/ocr
OCR with Scene-Text Detection project
Antika-Roy/TextDetectionAndRecognition
This is an upgraded work of my undergrad thesis project on "Text detection from natural scene images". I have used the images(Image dataset was personally collected from the natural scene from Chittagong,Bangladesh by me) to show both text detection with the EAST method and text recognition with Tesseract 4.My image set contains natural scene text detection challenges(descrirbed below) and EAST text detector can successfully detected the bounding boxes having the text.
AdityaRao127/openCV-image-text-classification
Utilizing the advanced EAST (Efficient and Accurate Scene Text Detection) algorithm, this repository detects text within JPG images with high accuracy and speed. A blend of machine learning and computer vision for robust text recognition.
yui-mhcp/detection
Object and Text detection project
Sudarshana2000/Text-Recognition_using_OpenCV-OCR
OCR the text in images using OpenCV and Tesseract.