pyeditor
1.0.0
editorx는 사용자가 추출 된 텍스트를 편집하고 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 : 여기에서 지침을 찾으십시오.
python app.py