Python Forum
Automating a Data Extraction Process
Thread Rating:
  • 3 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automating a Data Extraction Process
#10
Click an "OK" button by program can be hard. When you are a program you don't really know where some other program's buttons are. If the program uses the standard widgets that can work, but some programs (especially those that have implementations for different OSes) don't.

Several years ago, I read a blog in which the author related that during a mission in some south-american administration he found a guy whose only job was to:


  1. open a directory in the file explorer
  2. take a screenshot
  3. save the screen shot as an image file
  4. open that file in an OCR program
  5. save the result (or append it to the existing list if he was scrolling down the directory)
Being helpful, he showed the guy that he could do the same with dir *.* >files.txt but the guy made it clear that if he didn't want to lose his job...

So, when asking a computer person, come with your raw problem, because the solution you would come up with may not be the most efficient/easy one.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
Automating a Data Extraction Process - by Harrison - Mar-30-2017, 07:34 PM
RE: Automating a Data Extraction Process - by Ofnuts - Mar-31-2017, 08:23 AM
RE: Automating a Data Extraction Process - by wavic - Mar-31-2017, 09:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How should I process this data? SuchUmami 2 439 Jan-13-2024, 05:30 PM
Last Post: RockBlok
  How would I process this data? SuchUmami 2 608 Nov-12-2023, 10:05 AM
Last Post: SuchUmami
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,158 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
Question Is there a python program for automating this invoicing workflow? PG_Archipelago 3 1,131 Feb-02-2023, 11:01 PM
Last Post: Larz60+
  Data extraction from a table based on column and row names tgottsc1 1 2,437 Jan-09-2021, 10:04 PM
Last Post: buran
  Help with Creating a Script for Automating Reports SunWers 1 1,960 Dec-29-2020, 10:21 PM
Last Post: jjc385
  Automating to run python script 100 times by changing parameters pmt 1 2,638 Dec-29-2020, 10:31 AM
Last Post: andydoc
  eml file data extraction ajetrumpet 2 2,714 Jul-04-2020, 04:34 AM
Last Post: ajetrumpet
  Process Data from one csv file and write to another CSV file specific column ajin9581 1 2,048 Jun-17-2020, 06:00 PM
Last Post: buran
  Automating Windows GUI applications metro17 4 12,392 Feb-10-2020, 09:46 AM
Last Post: metro17

Forum Jump:

User Panel Messages

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