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

1 Open Issue Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

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