{"id":23552579,"url":"https://github.com/xlisp/clj-easy-ocr","last_synced_at":"2025-05-15T17:15:32.020Z","repository":{"id":127743961,"uuid":"103629418","full_name":"xlisp/clj-easy-ocr","owner":"xlisp","description":"Clojure文字识别, 基于tesseract","archived":false,"fork":false,"pushed_at":"2017-09-24T03:25:42.000Z","size":5030,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T17:14:42.620Z","etag":null,"topics":["clojure","ocr","tesseract"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xlisp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-15T07:44:58.000Z","updated_at":"2017-09-16T07:52:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"5be22313-eb8b-446e-8ca3-9b0b1fd2fb7a","html_url":"https://github.com/xlisp/clj-easy-ocr","commit_stats":null,"previous_names":["xlisp/clj-easy-ocr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fclj-easy-ocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fclj-easy-ocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fclj-easy-ocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fclj-easy-ocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xlisp","download_url":"https://codeload.github.com/xlisp/clj-easy-ocr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384985,"owners_count":22062422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","ocr","tesseract"],"created_at":"2024-12-26T11:11:34.497Z","updated_at":"2025-05-15T17:15:32.000Z","avatar_url":"https://github.com/xlisp.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clj-easy-ocr\n\nClojure文字识别, 基于tesseract\n\n## Usage\n* 英文识别:\n```clojure\nclj-easy-ocr.core=\u003e (get-img-string \"demo_eurotext.png\")\n\n\"The (quick) [brown] {fox} jumps!\\nOver the $43,456.78 \u003clazy\u003e #90 dog\\n\u0026 duck/goose, as 12.5% of E-mail\\nfrom aspammer@website.com is spam.\\nDer ,,schnelle” braune Fuchs springt\\nﬁber den faulen Hund. Le renard brun\\n«rapide» saute par-dessus le chien\\nparesseux. La volpe marrone rapida\\nsalta sopra i] cane pigro. El zorro\\nmarrén répido salta sobre el perro\\nperezoso. A raposa marrom répida\\nsalta sobre 0 C50 preguieoso.\"\n\nclj-easy-ocr.core=\u003e\n\n```\n* 中文识别: ` mv ~/Desktop/chi_sim.traineddata  /usr/local/Cellar/tesseract/3.05.00_1/share/tessdata/eng.traineddata `\n```clojure\nclj-easy-ocr.core=\u003e (print (get-img-string \"ch123.png\"))\n什么叫复盘】 如何复盘\n\n简单点说】 复盘就是对当夭的走势进行_次回顾和总结】 从中发现问题和姝丝马迹】 并据此确立自己在第二\n夭或者是_段时间内的操作方向 及时修改计划和目标。\n\n炒股好比读书】 庄家好比老师， K线禾口分时图是上课的内睿, 而我们就是学生, 复盘就是回家作业, 其\n重要性可想而知。 功课做得好】 成绩肯定高 老师会奖励糖吃 做的不好的】 对不起】 留级都有份。\n\n言归正传】 大家都知道复盘重要】 但是不知道如何着手】 这里我和大家谈谈_些自己的体会。 纯粹是个\n\n复盘需要的硬件设备二 能联网的电脑_台】 必须是联网的】 有些数据只有服务器上有】 本地机子是不储\n存的。 分析软件_套】 通达信` 大智慧` 同花顺这几个常用软件都可以。 只要是具备历史回忆功能和分时重\n播的股软都可以用】 划线功能强_点的股软更好!\n\n女子】 我们现在开始复盘。 先做什么? _时有些不知女口何入手。 没有关系】 打开股软的当日排名】 先看清\n楚当日涨幅上和跌幅上有那些英雄】 之间有没有板块连动效应】 然后检查_下自己的持仓和这些老兄有没有nil\nclj-easy-ocr.core=\u003e\n```\n* 用于视频截图的文字识别\n```clojure\nclj-easy-ocr.core=\u003e (get-img-string \"ch333.png\")\n\n\"〇 WWWquchom/V_吓 9「「j6寸 厂eW′htm\\\\?me:2OO8_a|dbd\\n\\n \\n\\n〉 鼾 04:23/45:55 高清 〔I` 匡] 尺】\\n\\n弹幕 设置 登录或注册后来_发吧!\\n\\n李小龙传奇第43集\"\n\nclj-easy-ocr.core=\u003e\n```\n* 全屏爱奇艺李小龙传奇: cmd-shift-4 截图识别率很高\n```clojure\nclj-easy-ocr.core=\u003e (get-img-string \"lixiaolong_jietu1.png\")\n\n\"  \\n\\n′ ′ ` _ ` 二 钗赁′ ′ ”i_l工Y_夏奇\\n/′ 一\\n`…`蓁蟹〕_蠢\\n\\n\\\\ 〖翼`\\n\\n\\\\_、′\\n\\n来快点 我要给他们一个惊喜\"\n\nclj-easy-ocr.core=\u003e\n```\n## License\n\nCopyright © 2017 FIXME\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlisp%2Fclj-easy-ocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlisp%2Fclj-easy-ocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlisp%2Fclj-easy-ocr/lists"}