Show HN: Open-Source DocumentAI with Ollama
1–10 of 39 posts
Re: Show HN: Open-Source DocumentAI with Ollama
#2Re: Show HN: Open-Source DocumentAI with Ollama
#3Re: Show HN: Open-Source DocumentAI with Ollama
#4Re: Show HN: Open-Source DocumentAI with Ollama
#5Cool project. What license is this released under? Not seeing it documented.
Re: Show HN: Open-Source DocumentAI with Ollama
#6Re: Show HN: Open-Source DocumentAI with Ollama
#7This is great! It would be great if there were an API interface for integration into other systems.
Re: Show HN: Open-Source DocumentAI with Ollama
#8I like the fact that it is written in Go and small enough to skim over the weekend, but after repeatedly burning my time on dozens of llm ecosystem tools, I'm careful in choosing to even explore the code myself without seeing these basic disclosures upfront. I'm sure you'd see more people adopting your tool if you can provide a high-level overview of the project's architecture (ideally in a visual manner)
Re: Show HN: Open-Source DocumentAI with Ollama
#9I usually build llama.cpp from source and download quantized (GGUF) models from Huggingface, haven’t used Ollama this far.
Re: Show HN: Open-Source DocumentAI with Ollama
#10Could this work with llama.cpp, since it’s the engine behind Ollama? I usually build llama.cpp from source and download quantized (GGUF) models from Huggingface, haven’t used Ollama this far.