When exceptions are thrown during text extraction, they will be caught and empty index field returned with a log warning.
Before, exceptions were sent back to the indexing stylesheet, which would cancel the indexing,
now the index document will just lack the full text index field.
Text extraction from PDF documents now puts spaces instead of characters 00-31, because they have caused exception during indexing.