image-table-ocr/table_ocr/ocr_image
Eric Ihli 99beaaa2d1 Make ocr_image return/print path of text file
Move the main function to the __init__ file so it can be imported by
other code. Modify it so that it returns the path to the file that
contains the OCR text so that calling code can keep find the results.
..
__init__.py Make ocr_image return/print path of text file
__main__.py Make ocr_image return/print path of text file