- Downlad and install Tesseract for windows
- Get the latest software from the release page
- Start
ria-table-ocr
- Go the table you wish to capture, hit
ctrl + shift + t
- Select the region of the table.
- Add/remove borders where required
- (Optional) Limit allowed characters by click numeric
- Copy the table using
ctrl + shift + c
- Clone this repo:
git clone https://github.com/rms95/rias-table-ocr.git
- Create a Python venv in the repo using
cd rias-table-ocr
pip -m venv .venv
- Activate the venv using
./.venv/Scripts/activate
- Install as editable package:
pip install --editable .