No project description provided
Project description
OhMyTable
Install
pip install ohmytable
Quick Start
Use as a package
from ohmytable import OhMyTable
image_path = "/path/to/your_image_contains_table"
ohmytable = OhMyTable(device="cpu") # cpu/mps/cuda
htmls = ohmytable(image_path)
# The entire pipeline outputs table structure represented in HTML.
print(htmls)
# Visualize and save the results of all models in the pipeline.
from ohmytable.callback import VisualizeCallback
ohmytable(image_path, callbacks=[VisualizeCallback(image_path, "./tmp")])
Start a gradio web demo:
git clone https://github.com/Sanster/OhMyTable.git
cd OhMyTable
pip install gradio typer
python3 gradio_demo.py
Limitation
- Table Structure Recognition model is trained with max output length 1024(about 150 table cell boxes.)
- The model effect will be better with less padding around the table image.
Acknowledgement
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ohmytable-0.1.0.tar.gz
(45.2 kB
view hashes)
Built Distribution
ohmytable-0.1.0-py3-none-any.whl
(59.4 kB
view hashes)
Close
Hashes for ohmytable-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbe3d65566964cef954fae39aec2338b5b3aa3265b88b57b6696515f21fcc252 |
|
MD5 | 78769d704fc4958bf6440918d5cd8032 |
|
BLAKE2b-256 | 4c5e7412300f6899220b68985f020fc1876bbb6b712ef69eaf420e05ba5c49f4 |