ggservice007
Results
2
comments of
ggservice007
Use Qwen VL to recognize the content in the image. If it's in English, provide the translated Chinese content. @bjwswang
# direct Use the pdf library to extract image directly. ## reference https://mp.weixin.qq.com/s/4mg59Sb7TzaoXVctEMJVWw # source code ```python def get_image_direct(): """ apt install poppler-utils """ # 读取PDF import pypdf # 分析PDF的layout,提取文本...