robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.1k stars 46 forks source link

Refactor layout analysis #6

Closed robertknight closed 8 months ago

robertknight commented 8 months ago

The page_layout module contained a mixture of utilities used by text detection and recognition, as well as the code for the layout analysis phase of OCR. This PR refactors this so we have: