Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 578 Bytes

rs3helper

Setup

  • Install dependencies
    • Python dependencies (poetry)

      poetry install
    • Other dependencies

      • tesseract

        pacman -S tesseract
      • Tesseract Language Training data

        # English and Portuguese data
        pacman -S tesseract-data-eng tesseract-data-por

image