Skip to content

v2020.3.0: Add parse command

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivyleavedtoadflax ivyleavedtoadflax released this 11 Mar 15:55
· 109 commits to master since this release
d899489
  • Adds parse command that can be called with python -m deep_reference_parser parse
  • Rename predict command to 'split' which can be called with python -m deep_reference_parser parse
  • Squashes most tensorflow, keras_contrib, and numpy warnings in __init__.py resulting from old versions and soon-to-be deprecated functions.
  • Reduces verbosity of logging, improving CLI clarity.
  • Fixes issues in annotate_numbered_references command.