columns
Quickly OCR part of the screen and save resulting text to clipboard
Brought to you by:
cb4960
I'm OCRing a table of contents, in three columns: an item number, item name, and page number. I'd like to grab a bunch of rows at a time. What happens is that the program is assuming I'm reading a newspaper, and it reassembles all the item numbers in one row, followed by all the item names, and finally all the page number, requiring meticulous cutting and pasting to assemble the way I want. One work around would be to grab rows - an item number, item name, and page number - one at a time. Is there anyway to tell the program that I'm not reading a newspaper, but rather a table of contents? I bumped into the same problem when I OCRed some assembly language code.
Tesseract Command Line offers
tesseract images/2col.png - --psm 3Would this work with Capture2Text_CLI.exe? Maybe add it to Options/Settings/Output format?
Great tool still!