{"id":17383163,"url":"https://github.com/puutaro/ocrviewer","last_synced_at":"2026-04-18T01:31:41.857Z","repository":{"id":210723220,"uuid":"727303586","full_name":"puutaro/ocrViewer","owner":"puutaro","description":"OCR Viewer with tts by termux in CommandClick","archived":false,"fork":false,"pushed_at":"2024-04-27T16:48:08.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:49:31.802Z","etag":null,"topics":["android","browser","browser-addon","cmdclick","commandclick","fannel","javascript","ocr-android","shellscript","termux"],"latest_commit_sha":null,"homepage":"https://github.com/puutaro/CommandClick","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puutaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-12-04T15:41:44.000Z","updated_at":"2024-05-27T06:30:41.000Z","dependencies_parsed_at":"2024-02-22T11:28:11.017Z","dependency_job_id":"4f956501-e3c2-42de-9a73-d5c5b0713d19","html_url":"https://github.com/puutaro/ocrViewer","commit_stats":null,"previous_names":["puutaro/ocrviewer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/puutaro/ocrViewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FocrViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FocrViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FocrViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FocrViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puutaro","download_url":"https://codeload.github.com/puutaro/ocrViewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2FocrViewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000711,"owners_count":26082805,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","browser","browser-addon","cmdclick","commandclick","fannel","javascript","ocr-android","shellscript","termux"],"created_at":"2024-10-16T07:40:49.365Z","updated_at":"2025-10-08T19:28:21.001Z","avatar_url":"https://github.com/puutaro.png","language":"JavaScript","readme":"\n\u003cdiv\u003e\u003cimg src=\"https://github.com/puutaro/ocrViewer/assets/55217593/f3dee7b9-7dd6-4208-8989-2334238fed42\" width=\"300\"\u003e  \u003c/div\u003e\n  \n\u003cdiv\u003e\u003cimg src=\"https://github.com/puutaro/selectTyper/assets/55217593/555e8f5f-656a-4faf-bb76-f663c01cfe47\" width=\"300\"\u003e\u003c/div\u003e \n\n\n# ocrViewer.js\n----------------\n\nOCR Viewer with tts (###termux) @puutaro\n\n\nTable of Contents\n-------\n\u003c!-- vim-markdown-toc GFM --\u003e \n* [Installation](#installation)\n* [Toolbar buttons](#toolbar-buttons)\n\t* [Play Button](#play-button)\n* [Cmd Variables](#cmd-variables)\n\t* [ocrTargetPath](#ocrtargetpath)\n\t* [EXEC_EXTRACT](#exec_extract)\n\t* [TTS_PLAY](#tts_play)\n\t* [ocrLang](#ocrlang)\n\t* [onEnglish](#onenglish)\n\t* [Pitch](#pitch)\n\t* [Speed](#speed)\n\t* [onTrack](#ontrack)\n* [Setting variables](#setting-variables)\n\t* [terminalFontZoom](#terminalfontzoom)\n\t* [terminalFontColor](#terminalfontcolor)\n\t* [execPlayBtnLongPress](#execplaybtnlongpress)\n\t* [homeFannelsPath](#homefannelspath)\n\n## Installation\n---------------------\n\n1. Install [ComamndClick](https://github.com/puutaro/CommandClick) to your android by [this link](https://github.com/puutaro/CommandClick#app-installation)\n2. Set up termux by [this link](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#termux-setting)\n3. Install this fannel by [install repo](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#install-fannel) or QR code\n4. Press [Install button](#install)\n\n\n## Toolbar buttons\n\n### Play Button\n\n1. Set `ocrTargetPath`\n2. Click\n\n- long press -\u003e web search\n\n## Cmd Variables\n--------\n\n### ocrTargetPath \ntarget image and pdf file path\n\n### EXEC_EXTRACT \nextract from image or pdf\n\n### TTS_PLAY \ntext to speech play\n\n### ocrLang\nocr support lang\n\n| code | lang |\n| -------- | -------- |\n| `en` | english |\n| `ja` | japanese |\n\n### onEnglish\n\n| switch | description |\n| ------ | --------- |\n| `ON` | speech by English |\n| `OFF` | speech by local lang |\n\n### Pitch\ntext to speech pitch\n\n| pitch | description |\n| ------ | --------- |\n| 50 | normal |\n| 50 Up | pitch up |\n| 50 down | pitch down |\n\n### Speed\ntext to speech speed\n\n| speed | description |\n| ------ | --------- |\n| 50 | normal |\n| 50 Up | speed up |\n| 50 down | speed down |\n\n### onTrack\n\n| switch | description |\n| ------ | --------- |\n| `ON` | memory past number and step |\n| `OFF` | no memory past number and step |\n\n\n## Setting variables\n---------\n\n### terminalFontZoom \nAdjust terminal font size (percentage)\n\n### terminalFontColor\nAdjust terminal font color\n\n### execPlayBtnLongPress\nExecute when play button long press\n\n| type or name | description |\n| ------- | ------- |\n| `WEB_SEARCH` | apear web search bar |\n| `PAGE_SEARCH` | apear page search bar |\n| js file path | execute js file |\n\n\n### execEditBtnLongPress\nExecute when edit button long press\n\n| type or name | description |\n| ------- | ------- |\n| `WEB_SEARCH` | apear web search bar |\n| `PAGE_SEARCH` | apear page search bar |\n| js file path | execute js file |\n\n### homeFannelsPath\nSpecified fannel put always bottom in app history \n\n| Button type | usage | \n| --------- | --------- |\n| DSL button | Drag and sort home fannels List |\n| ADD button | Add fannel to home fannels list |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuutaro%2Focrviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuutaro%2Focrviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuutaro%2Focrviewer/lists"}