[GH-ISSUE #659] Regarding version stability #514

Closed
opened 2026-02-25 21:32:05 +03:00 by kerem · 7 comments
Owner

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:

  • Papermerge Version [3.5]
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:** - Papermerge Version [3.5]
kerem 2026-02-25 21:32:05 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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?

<!-- gh-comment-id:2853197757 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:2860821397 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2861702133 --> @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.
Author
Owner

@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"]

<!-- gh-comment-id:2878212420 --> @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"]
Author
Owner

@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!

<!-- gh-comment-id:2881800404 --> @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!
Author
Owner

@ciur commented on GitHub (May 15, 2025):

No, I won't teach you coding. There are plenty of resources online for teaching programming.

<!-- gh-comment-id:2882726953 --> @ciur commented on GitHub (May 15, 2025): No, I won't teach you coding. There are plenty of resources online for teaching programming.
Author
Owner

@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.

<!-- gh-comment-id:2882743106 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#514
No description provided.