Releases: tylerdq/pdfca
Releases · tylerdq/pdfca
2.3.0
New feature, improved functionality, and bugfixes/improvements:
- New option: 'Extract" command now includes "walk" option that scans recursively through a directory tree
- "Search" command indexing and drill-down now uses numerical keys for simplicity
- Smaller bugfixes and improvements
2.2.1
2.2.0
New features, improved functionality, and bugfixes:
- New command: "Convert" now allows for converting binaries between ".feather" and ".parquet" formats
- Updated command: "Search" now asks to drill down into a more detailed single-PDF view after displaying results
- Updated command: "Search" option "truncate" is now "number" and requires an integer
- Updated command: "Search" option "group" has been temporarily removed until more attributes are added
- Updated command: "Extract" now has "report" option for viewing overall status or saving detailed status to .csv
- Updated command: "Extract" now has "incremental" option for saving the dataframe after processing each file
- Various bugfixes and improvements
2.1.1
2.1.0
Added new features and improved stability, reliability, ease of installation, and user feedback.
- Added support to install package from local clone using pip
- New command: Summarize (provides summary statistics as "View" command previously did)
- Updated command: View (now provides default Pandas view into dataframe)
- Added new options to "View" command to support better data introspection
- Rewrote "Init" command confirmation message to be more clear
- Made the output of "Cut" command more declarative and clear
- Added .yml to support conda users (a conda package may be coming)
- Improved exception handling in various cases
- Improved binary verification logic
- Updated internal and external documentation
- Fixed issue with unreliable term matching
- Fixed bug with binary verification exception handling
- Various minor code optimizations and improvements