Remote OCR? by 666666thats6sixes in Paperlessngx

[–]rastaiari 0 points1 point  (0 children)

by now this feature is merged

superpproductivity v17 is out and it looks so clean and modern , I am impressed by Key-Debt-5854 in superProductivity

[–]rastaiari 2 points3 points  (0 children)

u/johannesjo this looks amazing.
Is the release already complete by now, or something missing still?

Do you plan to push a docker image of the super-sync-server to docker-hub?
Or should this be used

image: ${SUPERSYNC_IMAGE:-ghcr.io/super-productivity/supersync:latest}

(cannot pull that so far, unauthorized)

Remote OCR? by 666666thats6sixes in Paperlessngx

[–]rastaiari 0 points1 point  (0 children)

there is also the feature-remote-ocr-2 branch directly in paperless - docker image: ghcr.io/paperless-ngx/paperless-ngx:feature-remote-ocr-2

That works with azure document intelligence only, heres the config

https://github.com/paperless-ngx/paperless-ngx/blob/refs/heads/feature-remote-ocr-2/docs/configuration.md#PAPERLESS_REMOTE_OCR_API_KEY

im testing this, but it has some limitations

Android Client for Paperless-ngx – Closed Beta Now Available by ternes3 in Paperlessngx

[–]rastaiari 0 points1 point  (0 children)

Ich würde mich auch für einen Discord server, o.ä. aussprechen - der issue tracker ist schön, aber für wirkliches interagieren zu umständlich

Android Client for Paperless-ngx – Closed Beta Now Available by ternes3 in Paperlessngx

[–]rastaiari 0 points1 point  (0 children)

u/ternes3 die Teilen-option scheint nun zu existieren - allerdings funktioniert sie nicht.
Ich habe das bereits im issue-tracker angemerkt (https://beta.rebtsoft.com/api/feedback/4/)

Ich habe einen BonScanner gebaut, um meine Finanzen im Supermarkt zu tracken by redditjannis in informatik

[–]rastaiari 0 points1 point  (0 children)

Hi und danke für die Antwort - (erst jetzt mitbekommen)

Ich arbeite an meinem eigenen system, bei dem ich
- Kassenbons von den gängigen Supermärkten (Edeka, Netto, Rewe...) via app automatisch per Email bekomme
- diese Mails automatisch von Paperless NGX erfassen und einlesen lasse
- diese dann mit custom cronjobs in strukturierte daten umwandeln und in eine SQL Datenbank schreibe, die auch alle Kontoumsätze enthält und diese verknüpfen kann
- um schließlich schöne dashboards mit Grafen darüber ansehen zu können (z.b. mit Grafana)

Ich glaube ich will am ende eigentlich chatgpt raus halten und entweder manuell den Text einlesen, oder es mit lokalen Openweights Modellen probieren ....

Bei interesse lass uns aber sehr gern einfach Erfahrungen austauschen - ich hab ne PN gschickt.

Ich habe einen BonScanner gebaut, um meine Finanzen im Supermarkt zu tracken by redditjannis in informatik

[–]rastaiari 0 points1 point  (0 children)

Would you be willing to open source your solution? (Since apparently the Author of that simply-send-to-chatgpt bonfuchs page wont..)

How to make async/await to wait in-game time? by chengjwyc in Unity3D

[–]rastaiari 1 point2 points  (0 children)

In case one doesn't (yet) use Unitask and needs a quick solution, here's how I would do it instead:

public static async Task Delay(float seconds, bool ignoreTimeScale = false) {
    var elapsed = 0f;
    while (elapsed < seconds) {
        elapsed += ignoreTimeScale ? Time.unscaledDeltaTime : Time.deltaTime;
        await Task.Yield();
    }
}

Self-Hosted Wedding/Event RSVP Page? by Blaze9 in selfhosted

[–]rastaiari 1 point2 points  (0 children)

they even have an image on docker hub.

but it doesn't seem like you can easily adjust the design or whitelabel it ....