mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 03:55:58 +03:00
[GH-ISSUE #130] Feature request: Handle bulk scans seperated by QR/bar codes #99
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @patrk on GitHub (Sep 19, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/130
Hello, I am currently giving this project a try to finally manage all my personal paper stack. Since I have to deal with a huge amount of accumulated documents and correspondence I would like to make use of bulk scans with separating pages.
It would be nice if the importer can handle those bulk scans and split the documents accordingly.
Might also contribute to the project after I made some progress importing the most important files into my papermerge instance :)
@ciur commented on GitHub (Sep 19, 2020):
Hi @patrk,
thank you for considering Papermerge.
Can you please be more specific about what is QR/bar codes role in separating pages?
A more detailed description of your use-case/context will help me to understand your request.
At this point you can bulk scan documents and later move pages around from one document to another (cut/paste). This is exactly how I use Papermerge (most of the time I bulk/batch scan).
Page management feature is described in documention here.
There is screencast demo of this feature as well.
You can see a batch scan example in this screencast demo as well.
@patrk commented on GitHub (Sep 19, 2020):
Hello,
thanks for the quick response. I am glad that Papermerge already offers the functionality to edit and split documents by pages.
However, I have hundreds of letters and documents to scan and my batch sizes are around 50-100 pages per scan.
Currently, I print separator pages before each document consisting of a QR code. I have a python script which postprocesses such batch scan by removing the separator page and beginning a new PDF files. Doing this procedure manually is tedious and time consuming.
Therefore having that integrated in Papermerge would save me some time doing the processing myself. Perhaps you could even allow some processing API, where one would simply call their own scripts.
@jpguyon52 commented on GitHub (Sep 28, 2020):
I have the exact requirements as patrk is having.
I need to import more than 500 different documents (7 years on keeping) and would like to import them.
A page separator with automation would help me import those documents easily on a fast scanner and the automation would split the documents when it see a separator.
@patrk commented on GitHub (Sep 29, 2020):
@jpguyon52 Glad to hear that someone is having the same struggle in the transition to a paperless document archive. I might make a pull request in case the contributors are not prioritizing this feature.
@ciur commented on GitHub (Sep 29, 2020):
ah, now I understand 👍 the whole picture and I fully agree that feature makes perfect sense.
The Paperless project has scripts feature though - which allows you to write scripts executed at various stages of consumption process. Papermerge on the other hand does not have that.