当前位置:网站首页>Tesseract图文识别--简单
Tesseract图文识别--简单
2022-07-29 08:50:00 【不想当个程序员】
下载该安装包,安装tesseract,
安装之后
配置环境变量,将安装路径与路径下的tessdata路径放到边境变量的path下
D:\installed_study_software\tesseract-ORC
D:\installed_study_software\tesseract-ORC\tessdata
之后打开cmd命令
输入tesseract,如下即可
之后进行简单的图文识别测试
挑一张简单的图,我放在桌面路径:F:desktop下为了识别改图,
首先进入图片路径下
f:
cd f:\desktop

之后 输入命令
tesseract 17.jpg output_1 -l eng

图片名称是17.jpg 输出的文件名为output_1.txt,最后的-eng为识别文种,如果是其他则 下载响应的语言包,加上响应的后缀即可,如中文 为tesseract 17.jpg output_1 -l chi_sim
边栏推荐
- Analysis of zorder sampling partition process in Hudi - "deepnova developer community"
- 不同数据库相同字段查不重复数据
- Basic shell operations (Part 2)
- Sword finger offer 50. the first character that appears only once
- BI data analysis practitioners learn financial knowledge from scratch? What introductory books are recommended
- 6.2 function-parameters
- Hc-sr04 use method and routine of ultrasonic ranging module (STM32)
- Classic interview question: = = the difference between equals
- Application of matrix transpose
- Arfoundation starts from scratch 5-ar image tracking
猜你喜欢

(视频+图文)机器学习入门系列-第2章 线性回归

Fastjson's tojsonstring() source code analysis for special processing of time classes - "deepnova developer community"

Hc-sr04 use method and routine of ultrasonic ranging module (STM32)

What if official account does not support markdown format file preparation?

2022 electrician (elementary) test question simulation test platform operation

ADB common command list

Information system project manager must recite the quality grade of the core examination site (53)

用户身份标识与账号体系实践

Centos7/8 command line installation Oracle11g

2022电工(初级)考题模拟考试平台操作
随机推荐
Leetcode deduction topic summary (topic No.: 53, 3, 141, interview question 022, the entry node of the link in the sword finger offer chain, 20, 19, Niuke NC1, 103, 1143, Niuke 127)
Can the access database be accessed remotely
What are the backup and recovery methods of gbase 8s database
What are the backup and recovery methods of gbase 8s database
Centos7/8 command line installation Oracle11g
Qpalette learning notes
Multiple knapsack, simplicity and binary optimization
(Video + graphic) introduction series to machine learning - Chapter 2 linear regression
Regular expression verification version number
OSG advanced sequence
Solve the problem of false Base64 character in Base64
Basic crawler actual combat case: obtaining game product data
2022 Shandong Province safety officer C certificate work certificate question bank and answers
(Video + graphic) introduction to machine learning series - Chapter 3 logical regression
Error reporting when adding fields to sap se11 transparent table: structural changes at the field level (conversion table xxxxx)
Excellent Allegro skill recommendation
MFC integration QT verification and problem handling
Eggjs create application knowledge points
用户身份标识与账号体系实践
(视频+图文)机器学习入门系列-第3章 逻辑回归