An open API service indexing awesome lists of open source software.

https://github.com/hrkings/opencv-rs-splitline

A port of the C++ version of the multi-line splitting OpenCV code
https://github.com/hrkings/opencv-rs-splitline

Last synced: 3 months ago
JSON representation

A port of the C++ version of the multi-line splitting OpenCV code

Awesome Lists containing this project

README

        

# OpenCV Rust Line Splitting

This is a simple port of the C++ version of the line splitting code of OpenCV.

It takes a text with multiple lines and write in the `output` folder the separate lines. (`src/lines.rs`)
Another version using bounding box is also provided, this version could in theory produce better results, and the rectangle returned can be used to embed the coordinates of the text in a PDF for example. (`src/main.rs`)