diff --git a/dist/table_ocr-0.2.5-py3-none-any.whl b/dist/table_ocr-0.2.5-py3-none-any.whl new file mode 100644 index 0000000..090d71a Binary files /dev/null and b/dist/table_ocr-0.2.5-py3-none-any.whl differ diff --git a/dist/table_ocr-0.2.5.tar.gz b/dist/table_ocr-0.2.5.tar.gz new file mode 100644 index 0000000..66153da Binary files /dev/null and b/dist/table_ocr-0.2.5.tar.gz differ diff --git a/pdf_table_extraction_and_ocr.org b/pdf_table_extraction_and_ocr.org index e8e6412..96287a0 100644 --- a/pdf_table_extraction_and_ocr.org +++ b/pdf_table_extraction_and_ocr.org @@ -806,6 +806,10 @@ This demo starts from an image rather than from a PDF. The concepts should still The ~main~ function of ~extract_tables~ takes a list of filepaths of images. It will attempt to find bounding boxes of all tables in the images and return a list of tuples of (, ) +#+BEGIN_SRC python :tangle table_ocr/demo/__init__.py :mkdirp yes + +#+END_SRC + #+NAME: demo main #+BEGIN_SRC python :tangle table_ocr/demo/__main__.py :mkdirp yes :noweb yes <> @@ -881,7 +885,7 @@ with open(os.path.join(this_dir, "README.txt"), encoding="utf-8") as f: setuptools.setup( name="table_ocr", - version="0.2.4", + version="0.2.5", author="Eric Ihli", author_email="eihli@owoga.com", description="Extract text from tables in images.", diff --git a/setup.py b/setup.py index dbd0369..81677bb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(this_dir, "README.txt"), encoding="utf-8") as f: setuptools.setup( name="table_ocr", - version="0.2.4", + version="0.2.5", author="Eric Ihli", author_email="eihli@owoga.com", description="Extract text from tables in images.", diff --git a/table_ocr/demo/__init__.py b/table_ocr/demo/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/table_ocr/demo/__init__.py @@ -0,0 +1 @@ +