Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Diff filtering, text mapping, and windowed transforms for LLM apps
(
github.com
)
3 points
by
zalzal
466 days ago
I couldn't find good Python libs to do this so ended up writing it myself.
2 comments
zalzal
466 days ago
I'm curious if it's useful! How do others try to solve use cases like this of mapping data between docs or strictly controlling LLM edits?
link
beebaween
466 days ago
Can this be used with gemini 2 flash while OCR'ing pdfs?
link
zalzal
466 days ago
It doesn't deal with images at all, but depending on what you're doing it might be useful in cleaning up the OCR text, e.g. asking LLMs to fix errors and then filtering the diffs.
link