Skip to content

Nanonets library not working #6

@prateeksrivastava89

Description

@prateeksrivastava89

I am using this simple code

import pandas as pd
from nanonets import NANONETSOCR
model = NANONETSOCR()
model.set_token('11dee3fe-f5c8-11ee-bf37-ba5f646e6bcf')
test_path = "output.csv"
print(test_path)
model.convert_to_csv('Almora_Class_3.png', output_file_name= 'output.csv')
print("it is working")

still the error keeps coming
json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)

What seems to be the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions