Some tests on ocr to excel
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Joan Marc Riera Duocastella 15931a4316 pdf to doc
2023-01-19 09:27:16 +00:00
.vscode first commit 2023-01-17 11:10:42 +00:00
.gitignore Initial commit 2023-01-17 11:04:58 +00:00
captured_image.jpg first run 2023-01-17 11:11:56 +00:00
LICENSE Initial commit 2023-01-17 11:04:58 +00:00
pyocr_output.xlsx first run 2023-01-17 11:11:56 +00:00
pytesseract_output.xlsx first run 2023-01-17 11:11:56 +00:00
README.md first commit 2023-01-17 11:10:42 +00:00
requirements.txt pdf to doc 2023-01-19 09:27:16 +00:00
several_pdf_to_doc.py pdf to doc 2023-01-19 09:27:16 +00:00
several_systems_and_outputs.py first run 2023-01-17 11:11:56 +00:00
textract_output.xlsx first run 2023-01-17 11:11:56 +00:00

ocr-excel

Some tests on ocr to excel

Pyenv

pyenv virtualenv ocr
pyenv activate ocr
pip3 install -r requirements.txt