0

After extract the textual content from some PDF files I noted that tika misaligned my document's text, for example my original PDF doc looks like this:

Animal name:                            Cat
Food stock:                             Avalaible
type:                                   male

After using tika:

cat
Animal name:                            
Available
Food stock:                             
male
type:                                   

How can I tell tika to preserve the white spaces?.

tumbleweed
  • 4,624
  • 12
  • 50
  • 81

0 Answers0