v0.5.28
From CHANGELOG.md:
Added
- Add
--laparams
flag to CLI. (#407)
Changed
- Change
.convert_csv(...)
to order objects first by page number, rather than object type. (#407) - Change
.convert_csv(...)
,.convert_json(...)
, and CLI so that, by default, they returning all available object types, rather than those in a predefined default list. (#407)
Fixed
- Fix
.extract_text(...)
so that it can accept generator objects as its main parameter. (#385) [h/t @alexreg] - Fix page-parsing so that
LTAnno
objects (which have no bounding-box coordinates) are not extracted. (Was only an issue when settinglaparams
.) (#388) - Fix
Page.extract_table(...)
so that it honors text tolerance settings (#415) [h/t @trifling]