Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Hello I would like to read the attached file, it is a grocery flyer. I tried with pypdf2, tika and tabula and the text result is empty. Someone would know with which package it is possible to read this type of file

my code

the flyer I would like read

thankful

question from:https://stackoverflow.com/questions/65516757/read-a-pdf-grocery-flyer-with-python

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
200 views
Welcome To Ask or Share your Answers For Others

1 Answer

This file contains images, rather than as text. I think OCR(Optical Character Recognition) algorithms to be implemented.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...