Skip to content

提取单元格四个顶点的坐标信息 #100

Closed Answered by Joker1212
jweden33 asked this question in Q&A
Discussion options

You must be logged in to vote

坐标是xmin,ymin,xmax,ymax,从左到右,从上到下代表min-max的方向,你可以参考两个可视化方法的代码来理解返回值的结构
可视化表格识别框 + 逻辑行列信息
plot_rec_box_with_logic_info(img_path, f"{output_dir}/table_rec_box.jpg", logic_points, polygons)

可视化ocr结果
plot_rec_box(img_path, f"{output_dir}/ocr_box.jpg", ocr_res)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Joker1212
Comment options

@jweden33
Comment options

@Joker1212
Comment options

Answer selected by Joker1212
@jweden33
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants