The FastAPI-based API backend-only implementation of Im2SQL. Im2SQL is an app to reduce the cumbersome task of writing data entry statements manually, Im2SQL converts Table Images to SQL INSERT commands that are returned in a textbox within max 8 seconds.
Needs a JS-based frontend.
Supported paramters:
-
typecheck
: Checks for the correctness of the SQL commands. -
columns
: Intended number of columns for the table to contain. -
table_name
: The table name to generate the commands with. -
include_schema
: Whether to consider schema or not:-
true will imply that the data starts from second row from the table, and the first row will be omitted.
-
false will imply that the data starts from the first row.
-
-
uploadfile
: The image to upload.