Closed kyakuno closed 8 months ago
yoloxの方をエクスポートしたい。
from unstructured_inference.models.base import get_model
from unstructured_inference.inference.layout import DocumentLayout
model = get_model("yolox")
layout = DocumentLayout.from_file("sample-docs/layout-parser-paper.pdf", detection_model=model)
対応方法
ドキュメントのレイアウト解析モデル。 https://github.com/Unstructured-IO/unstructured-inference