Skip to content

Commit

Permalink
Copy the attribution style from K8S and MLflow (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota authored Oct 13, 2020
1 parent a4c3d73 commit 823def1
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- [@HiromuHota][HiromuHota]: Support for Python 3.8.
([#86](https://github.com/HazyResearch/pdftotree/pull/86))
- Support for Python 3.8.
([#86](https://github.com/HazyResearch/pdftotree/pull/86), [@HiromuHota][HiromuHota])

### Changed
- [@HiromuHota][HiromuHota]: Switch the output format from "HTML-like" to hOCR.
([#62](https://github.com/HazyResearch/pdftotree/pull/62))
- [@HiromuHota][HiromuHota]: Loosen Keras' version restriction, which is now unnecessarily strict.
([#68](https://github.com/HazyResearch/pdftotree/pull/68))
- [@HiromuHota][HiromuHota]: Greedily extract contents from PDF even if it looks scanned.
([#71](https://github.com/HazyResearch/pdftotree/pull/71))
- [@HiromuHota][HiromuHota]: Upgrade Keras to 2.4.0 or later (and TensorFlow 2.2 or later).
([#86](https://github.com/HazyResearch/pdftotree/pull/86))
- Switch the output format from "HTML-like" to hOCR.
([#62](https://github.com/HazyResearch/pdftotree/pull/62), [@HiromuHota][HiromuHota])
- Loosen Keras' version restriction, which is now unnecessarily strict.
([#68](https://github.com/HazyResearch/pdftotree/pull/68), [@HiromuHota][HiromuHota])
- Greedily extract contents from PDF even if it looks scanned.
([#71](https://github.com/HazyResearch/pdftotree/pull/71), [@HiromuHota][HiromuHota])
- Upgrade Keras to 2.4.0 or later (and TensorFlow 2.2 or later).
([#86](https://github.com/HazyResearch/pdftotree/pull/86), [@HiromuHota][HiromuHota])

### Removed
- [@HiromuHota][HiromuHota]: Remove "favor_figures" option and extract everything.
([#77](https://github.com/HazyResearch/pdftotree/pull/77))
- [@HiromuHota][HiromuHota]: Remove "dry_run" option.
([#89](https://github.com/HazyResearch/pdftotree/pull/89))
- Remove "favor_figures" option and extract everything.
([#77](https://github.com/HazyResearch/pdftotree/pull/77), [@HiromuHota][HiromuHota])
- Remove "dry_run" option.
([#89](https://github.com/HazyResearch/pdftotree/pull/89), [@HiromuHota][HiromuHota])

### Fixed
- [@HiromuHota][HiromuHota]: Fix a bug that an html file is not created at a given path.
([#64](https://github.com/HazyResearch/pdftotree/pull/64))
- [@HiromuHota][HiromuHota]: Extract LTChar even if they are not children of LTTextLine.
([#79](https://github.com/HazyResearch/pdftotree/pull/79))
- Fix a bug that an html file is not created at a given path.
([#64](https://github.com/HazyResearch/pdftotree/pull/64), [@HiromuHota][HiromuHota])
- Extract LTChar even if they are not children of LTTextLine.
([#79](https://github.com/HazyResearch/pdftotree/pull/79), [@HiromuHota][HiromuHota])

## 0.4.1 - 2020-09-21

### Fixed
- [@lukehsiao][lh]: Temporarily add `chardet` to requirements until
- Temporarily add `chardet` to requirements until
[pdfminer/pdfminer.six#213](https://github.com/pdfminer/pdfminer.six/issues/213) is fixed.
([#47](https://github.com/HazyResearch/pdftotree/issues/47))
- [@mgoo][mgoo]: Fix ValueError when a Node instance is a single element.
([#49](https://github.com/HazyResearch/pdftotree/pull/49))
([#47](https://github.com/HazyResearch/pdftotree/issues/47), [@lukehsiao][lh])
- Fix ValueError when a Node instance is a single element.
([#49](https://github.com/HazyResearch/pdftotree/pull/49), [@mgoo][mgoo])

[lh]: https://github.com/lukehsiao
[mgoo]: https://github.com/mgoo
Expand Down

0 comments on commit 823def1

Please sign in to comment.