Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 412 Bytes

Start API-Server

First Run Could Take a While as It Downloads 1.5 GB External Assets!

!git clone https://github.com/ML9-FORCES/extractify-api.git
!pip install -r requirements.txt
!python app.py

Endpoint:

  • /api
    • Input - Input-OCR-JSON (as raw-json in request body)
    • Output - Output-JSON with Classification & Linking
    • Method - POST/GET