modrev-ai / bibReader

Turn non-standard bib file into easily editable tabular format and save it as a standard bib file

Home Page:https://pypi.org/project/bibReader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement new parsing logic for bib format

jshinm opened this issue · comments

Description of Issue

Current parsing logic leaves a lot of edge cases. Now each key-value pair is loaded first after which pylatexenc is used to remove latex specific commands. Further post-processing is needed to touch upon a few edge cases.