Open Issues Need Help
View All on GitHub Some barcodes are not detected, files are split even when not detected about 2 months ago
AI Summary: Debug and fix a bug in the Barkus PDF barcode splitter where pages without barcodes are incorrectly split into separate files when using the `--handle-no-barcode sequential` flag. The fix should ensure that pages without barcodes are grouped with the preceding barcode group, as intended by the sequential mode.
Complexity:
4/5
bug good first issue
A program which takes in a scanned PDF of collated delivery orders with barcodes, splits them up sequentially via barcode recognition, and saves each DO into individual PDFs by customer name and DO number
Python