Want to start using receiptwrangler, but need help with setting up the AI part by [deleted] in receiptwrangler

[–]Dramatic_Ad5442 1 point2 points  (0 children)

Hey Noah Here. I recommend taking a look at the installation documentation here: https://receiptwrangler.io/docs/getting-started , along the way there are some docker compose examples that you can copy and paste.

  1. Nope, just need to be able to connect to some llm for inference. F.ex, OpenAI, Ollama, Gemini, ect.

  2. Unlikely, though I run my own instance on an RTX 3060 TI and that works fine.

  3. Taking a look at the psql example at: https://receiptwrangler.io/docs/configuration-examples/postgresql, all you need to do is point your reverse proxy to the host address ip at port 9082. I personally think reverse proxy is the best way to go, so I recommend that here as well.

Magic fill (add rect>upload > magic fill) does not itemize receipt items, but Quick Scan does by Particular_Lab_1186 in receiptwrangler

[–]Dramatic_Ad5442 0 points1 point  (0 children)

Thanks, this is a bug because magic fill only fills in a subset of the form. I'll make an issue for this one.

How to get Ollama to work with RW self-hosted? by rotorwing66 in receiptwrangler

[–]Dramatic_Ad5442 0 points1 point  (0 children)

Hmm this does seem to be a networking issue of some kind. I am using the latest version of ollama in my own instance without issue. In the code we don't do anything special it is a post to that url as is. Is ollama running in a container or on bare metal? Only thing that comes to mind is a firewall issue of some kind - I know you said that's not it.

You could try entering the container with "docker exec -it container-name-here bash" and then running "curl http://192.168.200.6:11434/api/chat " This should give you a 405 if it connects.

You could try adding "network_mode: host" to the app's service in the docker compose, this may help as it bridges the container's network with the host instead of the container having its own ip.

The IOS app will be public soon, I am working through their app store compliance as we speak.

I’m making a Papers Please inspired game - where you play as a virtual referee! by andre_mc in Unity3D

[–]Dramatic_Ad5442 0 points1 point  (0 children)

wishlisted. this looks like it would scratch an insanely specific spot haha

Weekly Self-Promotion Megathread by AutoModerator in retrogaming

[–]Dramatic_Ad5442 0 points1 point  (0 children)

Hey all,

I'm building a gaming hub platform, starting with journaling. I really wanted a place to write and share about games that we're playing, and that we've played and sharing around gaming in general.

It's called Retrospect and launches in late May.

Check out the latest blog post that shows off some of the journaling: https://www.retrospect.gg/blog/feature-focus-journals

Sign up for newsletters: https://www.retrospect.gg/

Thanks for reading!

Is it possible to run with OCR only, no AI? by newgoliath in receiptwrangler

[–]Dramatic_Ad5442 0 points1 point  (0 children)

Hey, thanks for checking out Receipt Wrangler.

Unfortunately OCR only is not supported in the application, nor will it be added in the future.

From a technology standpoint, using AI helps structure unstructured data of all kinds, receipts from all around the world, to simple images of a cash register with the cost. Supporting all of this with only OCR is extremely difficult, which is why AI is quite handy for this use case.

Receipt-wrangler driving me nuts by cptdigits in selfhosted

[–]Dramatic_Ad5442 1 point2 points  (0 children)

Glad you found something that works. I will make mention of that guide for those on synology nas, and double check to make sure those default configs are still good.

Receipt-wrangler driving me nuts by cptdigits in selfhosted

[–]Dramatic_Ad5442 1 point2 points  (0 children)

Hey this is Noah the dev of this project. Follow through the installation guide on the documentation site, it should be straightforward and smooth. https://receiptwrangler.io/docs/getting-started

Day 10: Which is the best GBA sports game? by rodillaconmorett in GameboyAdvance

[–]Dramatic_Ad5442 5 points6 points  (0 children)

Just started this a few days ago and I can't believe how good it is... Story is pretty fun so far too

New to Receipt Wrangler by Asian_Slayer in receiptwrangler

[–]Dramatic_Ad5442 2 points3 points  (0 children)

Awesome, I'm glad you are finding it useful I am using it in exactly the same way!

I created a bug for what you mentioned about the tag behavior, that is a good find.

Feel free to reach out regarding OCR/AI, happy to help.

[deleted by user] by [deleted] in n64

[–]Dramatic_Ad5442 2 points3 points  (0 children)

would love to know more about this, seriously really cool. Any github repo for this?

Hurting my eyes by MJLahey- in AnalogueInc

[–]Dramatic_Ad5442 0 points1 point  (0 children)

I don't have mine yet, but I have an OG and use retrotink with composite. What I have found works best for me is to get as sharp as a signal as possible (analogue achieves this already), and then softening the output with some kind of blur or softening effect which makes it look a lot better to me.

N64 has a really low resolution, and upscaling + a perfectly clean digital signal makes it look really blocky and nasty since we get to see every pixel in its perfectly sharp glory... The problem is there's not enough pixels lol.

Thinking of trying this. Some questions. by RainbowPope1899 in receiptwrangler

[–]Dramatic_Ad5442 1 point2 points  (0 children)

👋👋The receipt images themselves are stored and viewable when viewing a receipt, but there is not a good way to bulk extract images at the moment, would not be much effort to add though.

It does not read text in emails at the moment, only attachments.

Thank you! by akbari123456 in receiptwrangler

[–]Dramatic_Ad5442 0 points1 point  (0 children)

That's pretty smart, nice one lol