Skip to content

Commit

Permalink
Bump version 20220506 & fix small issue with types
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed May 6, 2022
1 parent 1bf3c42 commit e19aea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes in pdfminer.six will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [20220506]

### Fixed

Expand Down
3 changes: 2 additions & 1 deletion pdfminer/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ def __repr__(self) -> str:
)

def analyze(self, laparams: LAParams) -> None:
LTTextContainer.analyze(self, laparams)
for obj in self._objs:
obj.analyze(laparams)
LTContainer.add(self, LTAnno("\n"))
return

Expand Down

0 comments on commit e19aea9

Please sign in to comment.