Skip to content

Instantly share code, notes, and snippets.

View xeonxu's full-sized avatar

Zhiqiang Xu xeonxu

View GitHub Profile
@xeonxu
xeonxu / org-ocr.el
Created March 18, 2021 02:38 — forked from Jimx-/org-ocr.el
Recognize the text on images and insert it in place as a quote block in Org-mode
;;; org-ocr.el --- Recognize the text on images and insert it in place as a quote block in Org-mode -*- lexical-binding: t; -*-
;;; This file is NOT part of GNU Emacs
;;; License
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.