fix: Adding error log when parser fails on doc level (#147) Previously, if a document failed during parsing, the error was silently ignored and only the successfully parsed documents were returned. This PR introduces error logging so that any document-specific parsing failures are now recorded, making issues more visible while continuing to return the successfully parsed documents.