You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tika.apache.org by Slava G <sl...@gmail.com> on 2019/05/22 08:38:18 UTC

Reduce log

Hi,
I'm using TIKA from my code (embedded, as JAR).
When I'm parsing pdf files I see many messages like :
"Using fallback font LiberationSans for Helvetica"
"No Unicode mapping for CID+258 (258) in font OMNHPC+Calibri"
And so, how can I configure TIKA logging to get rid of them ?

Thanks