You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The separators there are causing a lot of problems. Because -_ can be used to separate date components themselves, the parser grabs the string greedily which in this case likely includes all of 07.11.2022_-_11.11.2022. Not sure what the immediate next steps would be, solving this likely includes breaking other valid examples.
list(datefinder.find_dates('07.11.2022_-_11.11.2022.pdf', first='day'))
does not work, I don't understand why? Similar formats parse without problemThe text was updated successfully, but these errors were encountered: