Releases: sckott/extcite
Releases · sckott/extcite
extcite v0.4.0
- bump serrano version (#55)
- bump bibtex-ruby version (#58)
- bump thor version (#59)
- bump faraday_middleware version (#60)
- updated
extract_text_one
method to useTimeout.timeout
while looping through pages of a PDF to extract text - sometimespdf-reader
hangs, so only allow 1 second max before skipping to the next page - add error catching to
extract_from_metadata
method for xml parsing of PDF metadata; sometimes PDF metadata is full of non-parseable XML
extcite v0.3.0
extcite v0.2.2
- update dependencies
extcite v0.2.0
- new method
extract_from_metadata
to try to extract DOIs from one or more PDF metadat sections - add
dois
method to cli tool, which uses theextract_from_metadata
method extract
cli method now accepts one or more file paths- bump dependency versions
extcite v0.1.0
- First version to Rubygems