This file is indexed.

/usr/lib/pkgconfig/tesseract.pc is in libtesseract-dev 3.04.01-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
prefix=/usr
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
datarootdir = ${prefix}/share
datadir=${datarootdir}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/tesseract

Name: tesseract
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
URL: https://github.com/tesseract-ocr/tesseract
Version: 3.04.01
Requires.private: lept
Libs: -L${libdir} -ltesseract
Libs.private: -lpthread -llept @OPENCL_LIB@
Cflags: -I${includedir}