pyeditor
1.0.0
EditorX adalah aplikasi web gambar-ke-teks yang memungkinkan pengguna untuk mengedit teks yang diekstraksi dan menyimpannya sebagai PDF.

.
├── app.py
├── image_processor.py # Extracts text from images
├── static # Includes CSS, JS and image folders
└── css
└── js
└── image
└── uploads
└── processed
├── templates # HTML files
├── requirements.txt
├── LICENCE
└── README.md
conda create -n [name of enviroment] python=3.7
pip install -r requirements.txt
Linux: [sudo] apt-get install tesseract-ocr
MacOS: brew install tesseract-ocr
Windows: Temukan instruksi di sini.
python app.py