ocr-python
ocr-python copied to clipboard
OCR library to extract text & tables from PDF files and images. Convert any image or PDF to CSV / TXT / JSON / Searchable PDF.
It's a lie. **_**Authentication This software is perpetually free :) You can get your free API key (with unlimited requests) by creating a free account on [https://app.nanonets.com/#/keys](https://app.nanonets.com/#/keys?utm_source=wrapper)._**** This is a...
Hi I can't install ocr-nanonets-wrapper Can you please help? Thank you !pip install ocr-nanonets-wrapper Defaulting to user installation because normal site-packages is not writeable Collecting ocr-nanonets-wrapper Downloading ocr-nanonets-wrapper-1.1.tar.gz (4.2 kB)...
Hi @karan-nanonets Currently, I am working on project where I need to extract text and tables in the page sequence from PDFS and give the combined input to another model...
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...
Hi, I am trying to extract Russian texts in Python with this library. However, it extracts in Latin Alphabet. I can't find the parameter to set it to Russian language.
Hi, i need help: Defaulting to user installation because normal site-packages is not writeable Collecting ocr-nanonets-wrapper Using cached ocr-nanonets-wrapper-1.1.tar.gz (4.2 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with...