-
Notifications
You must be signed in to change notification settings - Fork 2
doc: Tesseract Bootcamp and Example Gallery #149
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
Open
angela-ko
wants to merge
22
commits into
main
Choose a base branch
from
ako/guide
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
=======================================
Coverage 75.59% 75.59%
=======================================
Files 27 27
Lines 2946 2946
Branches 456 456
=======================================
Hits 2227 2227
Misses 517 517
Partials 202 202 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
heitorPB
reviewed
May 9, 2025
@xalelax Could I get some eyes on this PR since Dion is OOO for the next few weeks? Summary:
Pending Issues:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relevant issue or PR
Description of changes
Logic inside the actual example is a dummy still -- just a quick PR to show the current design.
Use sphinx title cards to showcase howto guides
Due to the nature of Tesseracts and it being not purely python code, it is difficult to use features such as sphinx testing and sphinx gallery, as these are primarily for python changes. Even in the cases where you could possibly add in non-python code for display, it is difficult because the auto-generating nature of sphinx gallery means we would need heavy handhelding to tell sphinx which files to generate and which to skip. Furthermore, testing requires environment modification such as running and building the tesseract on certain systems, etc.
Sphinx-gallery and testing also have the prereq that your logic is executable in one file, which is also not the case for Tesseracts.
Because of that, I ended up going with the original decision of just using our test-examples logic and having the logic in the how-to guides live in
examples
for testing, but modified so that it would look more visually likesphinx-gallery
.Added a Tesseract bootcamp tutorial along with some basic examples (not fleshed out).
Testing done
Clicking around the site, going through bootcamp and testing it, having someone be my labrat
License
Signed-off-by
line.Developer Certificate of Origin
Signed-off-by: Angela Ko [email protected]