cdppstructure
# download modelmkdirinference&&cdinference
# Download the PP-StructureV2 layout analysis model and unzip itwgethttps://paddleocr.bj.bcebos.com/ppstructure/models/layout/picodet_lcnet_x1_0_layout_infer.tar&&tarxfpicodet_lcnet_x1_0_layout_infer.tar
# Download the PP-OCRv3 text detection model and unzip itwgethttps://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar&&tarxfch_PP-OCRv3_det_infer.tar
# Download the PP-OCRv3 text recognition model and unzip itwgethttps://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_infer.tar&&tarxfch_PP-OCRv3_rec_infer.tar
# Download the PP-StructureV2 form recognition model and unzip itwgethttps://paddleocr.bj.bcebos.com/ppstructure/models/slanet/ch_ppstructure_mobile_v2.0_SLANet_infer.tar&&tarxfch_ppstructure_mobile_v2.0_SLANet_infer.tar
cd..
After the operation is completed, each image will have a directory with the same name in the structure directory under the directory specified by the output field. Each table in the image will be stored as an excel, and the picture area will be cropped and saved. The filename of excel and picture is their coordinates in the image. Detailed results are stored in the res.txt file.
After the operation is completed, each image will have a directory with the same name in the structure directory under the directory specified by the output field. Each picture in image will be cropped and saved. The filename of picture area is their coordinates in the image. Layout analysis results will be stored in the res.txt file
After the operation is completed, each image will have a directory with the same name in the structure directory under the directory specified by the output field. Each table in the image will be stored as an excel. The filename of excel is their coordinates in the image.
After the operation is completed, each image will store the visualized image in the kie directory under the directory specified by the output field, and the image name is the same as the input image name.
After the operation is completed, each image will have a directory with the same name in the kie directory under the directory specified by the output field, where the visual images and prediction results are stored.