This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/tesseract.pc is in libtesseract-dev 4.00~git2288-10f4998a-2.

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=${prefix}/lib/x86_64-linux-gnu
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: 4.0.0-beta.1
Requires.private: lept
Libs: -L${libdir} -ltesseract
Libs.private: -lpthread 
Cflags: -I${includedir}