pyeditor
1.0.0
Editorx是一个图像到文本的Web应用程序,允许用户编辑提取的文本并将其另存为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