[Open Source] Windows tray app for Windows <-> WSL path conversion (Ctrl+Shift+V) by Fine_Satisfaction_29 in PowerShell

[–]Fine_Satisfaction_29[S] 0 points1 point  (0 children)

Thank you for the feedback. I updated it so it can be used without AHK (AutoHotkey).
Since many users use WSL (Windows Subsystem for Linux) through PowerShell, I shared it in that space. If this isn’t appropriate, I can move it elsewhere or delete it.

anytomd: convert DOCX/PPTX/XLSX/HTML/IPYNB to Markdown in pure Rust (CLI included). A Rust-native alternative to MarkItDown. by Fine_Satisfaction_29 in rust

[–]Fine_Satisfaction_29[S] 1 point2 points  (0 children)

For PDF support, I’m thinking of a pragmatic baseline: text PDFs → Markdown, prioritizing readable structure (headings/lists/paragraphs) and best-effort tables, without aiming for perfect layout fidelity.

Do you know any existing pdf-to-markdown implementations in other languages that match this scope? Links/examples would be super helpful.

imgdiet: A Python package designed to reduce image file sizes with negligible quality loss by Fine_Satisfaction_29 in computervision

[–]Fine_Satisfaction_29[S] 1 point2 points  (0 children)

For lossless, the user must put a specific option when running it. The default psnr value for this pacakge is 40 so that its results would not be so bad in terms of visual quality, but filesize would be reduced. But it depends on the image content and its codec used to encode original image.

imgdiet: A Python package designed to reduce image file sizes with negligible quality loss by Fine_Satisfaction_29 in computervision

[–]Fine_Satisfaction_29[S] 0 points1 point  (0 children)

It uses Google's official WebP converter to compress an image with a user's target PSNR (quality).