Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nanonets library not working #6

Open
prateeksrivastava89 opened this issue Jul 22, 2024 · 1 comment
Open

Nanonets library not working #6

prateeksrivastava89 opened this issue Jul 22, 2024 · 1 comment

Comments

@prateeksrivastava89
Copy link

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

@MelchiorSchubert
Copy link

Hi,

I’m experiencing the same problem with the code. The json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1) error keeps occurring for me as well.

If anyone has found a solution or workaround, I would really appreciate your help!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants