mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #659] Regarding version stability #514
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#514
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 @simple0123 on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/ciur/papermerge/issues/659
Originally assigned to: @ciur on GitHub.
Description
[Papermerge Version [3.5]]
During my debugging process, I found it difficult to proceed smoothly, as I kept getting stuck with various errors. Could you please let me know if the program uploaded to GitHub has undergone systematic testing?
can you give me a stable version suggest? thanks a lot!
Info:
@ciur commented on GitHub (May 6, 2025):
Could you please provide the docker compose file, with the configurations, so that I can reproduce the problem you've encountered?
@simple0123 commented on GitHub (May 7, 2025):
The deployment via Docker Compose was successful, thank you very much!
However, when starting the Docker container, the following warning appears. How can I enable the OCR functionality?
WARNINGS:
?: Papermerge can't find tesseract. Without it, OCR of the documents is impossible.
HINT: Either it's not in your PATH or it's not installed.
@ciur commented on GitHub (May 8, 2025):
Until 3.4 OCR related dependencies were part of the same container. Starting with 3.4 OCR worker is a separate container:
https://docs.papermerge.io/3.5/setup/docker-compose/#ocr-worker
My guess is that you are using older version of Papermerge. As I said, without docker compose I cannot help much.
@simple0123 commented on GitHub (May 13, 2025):
Thanks a lot! I‘ve Fixed it.
but,The papermerge-core and papermerge-core/pyproject.toml files are continuously being updated, while papermerge/pyproject.toml hasn't been updated for 4 years, which leads to configuration mismatches when debugging the code on Docker through VS Code.
For example:
papermerge-core/pyproject.toml:
requires-python = ">=3.13,<4"
requires = ["setuptools >= 61.0", "wheel"]
papermerge/pyproject.toml:
python = "^3.8"
requires = ["setuptools >= 40.6.0", "wheel"]
@simple0123 commented on GitHub (May 14, 2025):
Dear Ciur,
Could you please guide me on how to correctly debug an application deployed on Docker using VS Code? Thank you very much!
@ciur commented on GitHub (May 15, 2025):
No, I won't teach you coding. There are plenty of resources online for teaching programming.
@ciur commented on GitHub (May 15, 2025):
I am closing this ticket because of confusing description. No specific version, no problem description, no steps to reproduce.