# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/ifk2tqq
批量提取多個圖片文字工具推薦 - UniOCR
需求如標題,我需將圖片中的文字提取出來。下載鏈接在最後,需要的自行下載。微信手機 APP 就有從圖片提取文字的功能,但是需要每個圖片單獨操作,麻煩。於是密塔搜索:最先吸引到我的其實是 Python 腳本,正好可以練習一下 AI 編程, 程序是寫好了, 但是, 識別的一塌糊塗, 所以放棄了。優化的事情以後再說。試用了 UniOCR 還不錯,推薦給大家。下載軟件Github 鏈接: https://gRead more