Skip to content

Unable to extract PDF content problem #1548

Answered by paksak
paksak asked this question in Q&A
Discussion options

You must be logged in to vote

I found the reason.
In tesseract 5.0, libpng12-devel rpm pkg was needed ( libpng-devel was used for version 4.0)
After 'yum install libpng12-devel', it works well.
thank you everyone always

What I did is like below.

################################################
first , I installed related rpm packages
######################################################
yum install -y autoconf automake libtool pkgconfig.x86_64
yum install -y libpng12-devel.x86_64 libjpeg-devel libtiff-devel.x86_64 zlib-devel.x86_64

#####################################################
Secon, updated gcc version
#####################################################
yum install centos-release-scl
yum install devtoolset…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dadoonet
Comment options

@paksak
Comment options

Answer selected by paksak
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