Image Text Segmentation using FAST corner detection and DBSCAN clustering with k-d tree data structure
Image Text Segmentation using FAST corner detection and DBSCAN clustering.
Return the coordinates and draw bounding boxes around text.
Download ITSegmenter.js from the build folder and place it in your src folder
Include the following in the head of the html:
‘‘
Run using:
textSegment(imgPath);
Output will be stored in the global variable outputRects asynchronously.
https://jfbarryli.github.io/ITSegmenter/