-
Notifications
You must be signed in to change notification settings - Fork 163
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
pdf-processing-1 example updated #998
Conversation
- upgraded to simpler API - redid the processing flow - expanded the examples to include doc-quality plugin Signed-off-by: Sujee Maniyam <[email protected]>
- updated the diagram - simplified notebook Signed-off-by: Sujee Maniyam <[email protected]>
Signed-off-by: Sujee Maniyam <[email protected]>
- Updated RAY version to newer/simpler API - Added a troubleshooting section to README - Misc cleanups Signed-off-by: Sujee Maniyam <[email protected]>
BTW, this will be a 2 stage merge. |
@sujee An update: I have tested both Python and Ray notebooks on the local machine successfully. I have also tested the Python notebook on Google Colab successfully, but the ray version of pdf2parquet fails on Google Colab with the usual message of: ERROR - Exception during execution out of 2 created actors only 0 alive: None Don't know if you got the Ray version to work on Colab or not. One thing that we did this week, and I would like you to do for this example, is to move all the files in your input folder to a new place where we want to keep all the input data files for all examples. The new folder is here: |
no luck running RAY on Colab either. So for now, we will just recommend python version for colab. I will move the input files to that location and will notify you when ready. |
Signed-off-by: Sujee Maniyam <[email protected]>
Signed-off-by: Sujee Maniyam <[email protected]>
@shahrokhDaijavad input files are moved to : examples/data-files/pdf-processing-1 ready for review and merge. thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @sujee.
Why are these changes needed?
Update
examples/notebook/intro
example withpdf-processing-1
Related issue number (if any).
#997