-
Notifications
You must be signed in to change notification settings - Fork 320
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
Please provide Python API #2
Comments
I'd love to support a Python API and publish a package on pip. Right now neither of the maintainers are super good python devs, but if you know anyone would would want to make a contribution let us know! The roadmap so far is:
|
@tylermaran I've been thinking of building a version of this for myself for a while now and I was so excited to see your project on HN so that I didn't have to build it myself haha Let me look into this. Maybe I can help out with a python package |
Hey @batmanscode 🦇 I would love to have some help here. It looks like there is a similar pip package for Uses I'd like to keep this as a monorepo if possible. Probably something like:
|
Hey @tylermaran and @batmanscode, Have reviewed zerox source, can assist in replicating it to Python. My goal would be to ensure that the API and build process remain consistent across both the TypeScript and Python implementations. Looking forward to working together! |
Hey @tylermaran, |
Can gpt4 mini provide bounding box details also ? If I want to highlight key information in document |
@saitej123 I've been looking into this as well. It doesn't seem to be immediately available using gpt-4o-mini. I know it's possible to use a library like YOLOv8 to grab bounding boxes. But that get's a little harder when you have to host an additional model. I think the general flow would be:
This is a bit separate from the python request, so I added a tracking issue #7 |
If we use azure ocr or gcp we can map bounding box not sure mapping may fail it split in different way |
@wizenheimer merged your repo updates for the python package in #4 Great work. Now we just need to add the core logic. |
Hey @tylermaran, |
Could you add a usage section for python in the README? |
1 similar comment
Could you add a usage section for python in the README? |
Could you add a usage section for python in the README? @tylermaran |
@guici123, @RazvanMihaiPopa have a look at this PR #21, should be useful. |
Please provide Python API
The text was updated successfully, but these errors were encountered: