Skip to content

Handling for empty documents

Nils Bandener requested to merge empty-document-handling into main

This adds the fallbackForEmptyDocuments() method that allows to specify a fallback for parsing documents with zero tokens. If this is not used, parsing empty documents results in an Exception.

Merge request reports