Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 688 Bytes

README_ZH.md

File metadata and controls

36 lines (27 loc) · 688 Bytes

LATYAS

Layout Analysis Toolkit Yet Another Solution

What is LATYAS

LATYAS(Layout Analysis Toolkit Yet Another Solution)是一个旨在简化文档图像分析(DIA)任务的工具集,类似于 layout-parser.

安装

方法 1: 使用pip

pip install git+https://github.com/quantmew/LATYAS.git 

方法 2: 从源码安装

  1. 克隆此存储库
git clone https://github.com/quantmew/LATYAS.git
cd LATYAS
  1. 安装包
pip install --upgrade pip
pip install -e .

快速开始