Crates.io | layoutparser-ort |
lib.rs | layoutparser-ort |
version | 0.1.0 |
source | src |
created_at | 2024-06-03 21:01:08.600873 |
updated_at | 2024-06-03 21:01:08.600873 |
description | A simplified port of LayoutParser for detecting layout elements on documents. |
homepage | https://github.com/styrowolf/layoutparser-ort |
repository | https://github.com/styrowolf/layoutparser-ort |
max_upload_size | |
id | 1260507 |
size | 124,155 |
A simplified port of LayoutParser for detecting layout elements on documents. Runs Detectron2 and YOLOX layout models from unstructured-inference in ONNX format through onnxruntime (bindings via ort). Check out the examples for a quick start!
layoutparser-ort
mirrors its API from LayoutParser and includes preprocessing code derived from unstructured-inference, both licensed under the Apache License 2.0. Likewise, layoutparser-ort
is licensed under the Apache License 2.0.