Python Forum
Convert text from an image to a text file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert text from an image to a text file
#6
On Ubuntu 18.x:
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
On Windows:
This may work: https://github.com/UB-Mannheim/tesseract/wiki

PyTesseract is just a nice Python-Wrapper around Tesseract. Without Tesseract, no PyTesseract.
RockBlok likes this post
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: Convert text from an image to a text file - by DeaD_EyE - Jul-30-2019, 07:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation URGENT: How to plot data from text file. Trying to recreate plots from MATLAB JamieAl 4 3,643 Dec-03-2023, 06:56 AM
Last Post: Pedroski55
  dictionary output to text file (beginner) Delg_Dankil 2 1,250 Jul-12-2023, 11:45 AM
Last Post: deanhystad
  How to convert .trc/.txt file into excel using python ebola 3 2,082 Jan-15-2023, 10:37 PM
Last Post: Yoriz
  beginner having text based adventure trouble mrgee 2 2,114 Dec-16-2021, 05:07 AM
Last Post: buran
  Trouble downloading and using any text editors edwarmax001 1 1,894 Feb-20-2021, 05:36 PM
Last Post: Larz60+
  Split string into 160-character chunks while adding text to each part iambobbiekings 9 9,723 Jan-27-2021, 08:15 AM
Last Post: iambobbiekings
  HomeWork Python - Drawing window with text center. Voraman 8 3,343 Jan-09-2021, 06:53 PM
Last Post: Voraman
  Reading a text until matched string and print it as a single line cananb 1 2,068 Nov-29-2020, 01:38 PM
Last Post: DPaul
  computer science coursework, read the text please and tell me if theres any specifics sixcray 4 2,674 Nov-11-2020, 03:17 PM
Last Post: buran
  Convert all actions through functions, fill the dictionary from a file Astone 3 2,480 Oct-26-2020, 09:11 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020