-
Hi, David. Another question again. I installed FS Crawler 2.10-SNAPSHOT and tesseract 5.0 on CentOS-7 with Leptonica-1.79, devtools 7 ############################################################################################# The file is uploaded but it doesn't have its text contents. Just searched by title. ##############################################################
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I found the reason. What I did is like below. ################################################ ##################################################### After these, Non-binary pdf file text contents was uploaded and could be read. |
Beta Was this translation helpful? Give feedback.
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…