You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: lib/utils/image_to_text.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ def extract_text(retries: 3)
91
91
defsystem_message
92
92
<<~MSG
93
93
OCR the following page into Markdown. Tables should be formatted as Github flavored markdown.
94
-
Do not sorround your output with triple backticks.
94
+
Do not surround your output with triple backticks.
95
95
96
96
Chunk the document into sections of roughly 250 - 1000 words. Our goal is to identify parts of the page with same semantic theme. These chunks will be embedded and used in a RAG pipeline.
0 commit comments