当前位置:网站首页>Tesseract text recognition -- simple
Tesseract text recognition -- simple
2022-07-29 08:54:00 【Don't want to be a programmer】
Download the installation package , install tesseract,
After installation 
Configure environment variables , The installation path is the same as tessdata The path is put into the boundary variable path Next
D:\installed_study_software\tesseract-ORC
D:\installed_study_software\tesseract-ORC\tessdata
After open the cmd command
Input tesseract, The following can be 
Then carry out a simple text recognition test 
Pick a simple picture , I put it on the desktop path :F:desktop Next, in order to identify the modified drawing ,
First enter the image path
f:
cd f:\desktop

after Enter the command
tesseract 17.jpg output_1 -l eng

The name of the picture is 17.jpg The output file name is output_1.txt, final -eng To identify languages , If it is others Download the response language pack , Add the suffix of the response , Such as Chinese by tesseract 17.jpg output_1 -l chi_sim
边栏推荐
- A little knowledge [synchronized]
- LeetCode刷题(6)
- User identity identification and account system practice
- 7.2-function-overloading
- 2022 Shandong Province safety officer C certificate work certificate question bank and answers
- ML.NET相关资源整理
- How to quickly experience oneos
- Amazfit dial toolbox Online
- 搜索与回溯经典题型(八皇后)
- 01-01-osg GL3 environment setup
猜你喜欢

Sword finger offer 50. the first character that appears only once

数学建模——微分方程
![[opencv] - Operator (Sobel, canny, Laplacian) learning](/img/24/4e40408b61ec2c714b750b05a534c7.png)
[opencv] - Operator (Sobel, canny, Laplacian) learning

Excellent Allegro skill recommendation

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

(视频+图文)机器学习入门系列-第3章 逻辑回归

C language calculates the length of string

Sword finger offer 26. substructure of tree

Quaternion and its simple application in unity

C # use database to bind listview control data
随机推荐
Osgsimplegl3 combined with renderdoc tool
Use SQL client How can the job generated by SH achieve breakpoint continuation after cancle?
2022 electrician (elementary) test question simulation test platform operation
Simple operation of SQL server data table
Arfoundation Getting Started tutorial 7-url dynamically loading image tracking Library
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)
Error reporting when adding fields to sap se11 transparent table: structural changes at the field level (conversion table xxxxx)
网络原理笔记(五层网络)
Information system project manager must recite the quality grade of the core examination site (53)
2022 spsspro certification cup mathematical modeling problem B phase II scheme and post game summary
Sword finger offer 27. image of binary tree
Search and recall classic questions (eight queens)
Source code compilation pytorch pit
正则表达式校验版本号
Squareline partners with visual GUI development of oneos graphical components
Excellent Allegro skill recommendation
01-01-osg GL3 environment setup
Cloud security daily 220712: the IBM integration bus integration solution has found a vulnerability in the execution of arbitrary code, which needs to be upgraded as soon as possible
LeetCode刷题(6)
Complete knapsack problem from simplicity to ultimate