mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #392] support Windows, outside of Docker #309
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#309
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 @mohammed-Emad on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/ciur/papermerge/issues/392
Originally assigned to: @ciur on GitHub.
I can support Windows, outside of Docker
Is your feature request related to a problem? Please describe.
I had to run the project outside of Docker because it didn't allow me to install a virtual Linux system and then install Docker on it.
I saw some advice here already talking about the possibility of running it inside Docker on Windows, but when I was asked to add a new feature, it was difficult to just add a new page, or just support another engine for OCR, it was difficult. Maybe because I'm not very good at working with Docker,
Instead, the code is somewhat rambunctious, which compelled me to think of working on a simple version that could simply be run from within any editor, just for development purposes.
Describe the solution you'd like
working on a simple version that could simply be run from within any editor, just for development purposes, and from any OS
Describe alternatives you've considered
Some modifications to libraries such as MgLib, for example modifying the way the OCR engine is called within Windows. or "check it out".
Also added conditional loops that inquire about the type of system in order to use the appropriate tools such as those related to pdf such as pdfinfo, and others.
Then we check if Pipeline is working fine after modifications.
Additional context

Thanks for your great effort🙂
@ciur commented on GitHub (Jun 26, 2021):
Papermerge is server side application. As such it runs on linux/unix flavors (nowadays ubuntu is the most commonly used).
In order to run papermerge on your favorite OS - docker is the way to go.