Release note: v2.3.1
- Fix bug with bold lines in
DocxReader
(see issue 479). - Upgraded requirements.txt (
beautifulsoup4
to 4.12.3 version). - Added support for external grobid (added support parameter
Authorization
). - Added GOST (Russian government standard) frame recognition in
PdfTabbyReader
(need_gost_frame_analysis
parameter). - Update documentation (added GOST frame recognition).
- Added multi-page table handling to
PdfTabbyReader
.