surya 0.4.0

Surya is a multilingual document OCR toolkit, original implementation in Python and PyTorch
Documentation
1
2
3
4
5
6
pub mod bbox;
pub mod error;
pub mod postprocess;
pub mod preprocess;
pub mod segformer;
pub use error::Result;