A backend script runs on colab which extract text from invoice documents using PaddleOCR and store the extracted data as JSON and CSV files.
- Extracts text from invoice documents (PDF or image formats).
- Uses PaddleOCR for robust Optical Character Recognition (OCR).
- Stores extracted data in both JSON and CSV formats for easy integration and analysis.
Follow these instructions to set up and run the project on your local machine.
Ensure you have the following installed:
- Python (>= 3.8)
- Git
- Virtual Environment (Optional but recommended)
- Clone the Repository
git clone https://github.com/umr-se/Invoice-Text-Extract



