| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-11-26 | 935 Bytes | |
| Version 0.8.0 source code.tar.gz | 2023-11-26 | 391.9 MB | |
| Version 0.8.0 source code.zip | 2023-11-26 | 396.5 MB | |
| Totals: 3 Items | 788.4 MB | 0 | |
Added
- Extraction of funder and funding information with a specific new model, see https://github.com/kermitt2/grobid/pull/1046 for details
- Optional consolidation of funder with CrossRef Funder Registry
- Identification of acknowledged entities in the acknowledgement section
- Optional coordinates in title elements
Changed
- Dropwizard upgrade to 4.0
- Minimum JDK/JVM requirement for building/running the project is now 1.11
- Logging now with Logback, removal of Log4j2, optional logs in json format
- General review of logs
- Enable Github actions / Disable circleci
Fixed
- Set dynamic memory limit in pdfalto_server [#1038]
- Logging in files when training models work now as expected
- Various dependency upgrades
- Fix [#1051] with possible problematic PDF
- Fix [#1036] for pdfalto memory limit
- fix readthedocs build [#1040]
- fix for null equation [#1030]
- Other minor fixes