Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 629 Bytes

design_flow.md

File metadata and controls

31 lines (25 loc) · 629 Bytes

Select:

  • Open file Explorer(see file_explorer.py)
  • Select file/Open file(see file_explorer.py)
  • Return name of image and location

Display File Name:

  • Get file name
  • Display file name

Convert:

  • Name new file
  • Get file name
  • Get file Path
  • Terminal commands:
    • cd path
    • tesseract filename new_filename + enter
  • Convert txt to csv
  • Convert csv to Excel
  • Return new file path
  • Return new Excel filename

Open File:

  • Get file path
  • Get file name
  • Open file
  • Terminal Commands:
    • cd path
    • filename.(extension) + enter