Views
No views yet




1git clone https://github.com/Sudhanshu1304/table-transformer.git
2cd table-transformer1conda create --name myenv python=3.12.7
2conda activate myenvpython -m pip install paddlepaddle==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/pip install paddleocr1pip install ultralytics pandas
2pip install streamlitproject/
├── src/
│ ├── streamlit_app.py # Streamlit application
│ ├── table_creator/
│ │ └── processing.py # Core processing logic
│ ├── models/
│ │ └── text.py # table detection and text recognition
│
├── requirements.txt # Dependencies
├── README.md # Project documentation
└── .gitignore # Git ignore configurationstreamlit run src/streamlit_app.py