surya
surya copied to clipboard
OCR, layout analysis, reading order, table recognition in 90+ languages
Thanks for a great repository. I am currently trying to read through your repository and was concerned about the lack of uniformity in formatting, which reduces readability. This PR introduces...
Hey Surya, Would be nice to have a notebook + store into json/parquet to be displayed using pandas/polars. Thanks, Andy
- Add a gradio-based demo app
First things first, sincere appreciation for your outstanding work in developing this incredible AI-driven OCR library. It's a fantastic tool that holds immense potential for digital humanities, I am a...
huggingface -> Hugging Face
I tested with some Arabic text that has a title and some normal font size text. The model was not able to detect the title and it detected the normal...
Fixed a bug that prevented loading a whole local directory when the path starts with "../" I suppose the `.startswith(".")` was supposed to skip hidden filenames but it tested for...
Is it possible to train on my data set ?
Currently, the way the programmatic API is setup, it's not easy to customize it. Two examples that I have seen so far include: - `dpi` parameter is not exposed to...