Skip to content
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

OCR tutorial using Forte Ontologies to store data #877

Merged
merged 36 commits into from
Jul 25, 2022
Merged

OCR tutorial using Forte Ontologies to store data #877

merged 36 commits into from
Jul 25, 2022

Conversation

hepengfe
Copy link
Collaborator

This PR fixes #867.

Description of changes

Implement a notebook tutorial for OCR to show forte's capability on managing related data such as images containing text and recognized text, texts' bounding boxes and their relations.

Possible influences of this PR.

Describe what are the possible side-effects of the code change.

Test Conducted

Describe what test cases are included for the PR.

@hepengfe hepengfe added the topic: examples Issue about examples label Jul 12, 2022
@hepengfe hepengfe self-assigned this Jul 12, 2022
@hepengfe hepengfe mentioned this pull request Jul 12, 2022
@codecov
Copy link

codecov bot commented Jul 12, 2022

Codecov Report

Merging #877 (ad469d6) into master (64fade1) will decrease coverage by 0.01%.
The diff coverage is 46.15%.

@@            Coverage Diff             @@
##           master     #877      +/-   ##
==========================================
- Coverage   80.86%   80.85%   -0.02%     
==========================================
  Files         254      254              
  Lines       19434    19444      +10     
==========================================
+ Hits        15715    15721       +6     
- Misses       3719     3723       +4     
Impacted Files Coverage Δ
forte/data/ontology/top.py 77.87% <33.33%> (-0.36%) ⬇️
ft/onto/base_ontology.py 95.52% <75.00%> (-0.32%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Show resolved Hide resolved
@hepengfe hepengfe changed the title Ocr showcase 3 OCR tutorial using Forte Ontologies to store data Jul 13, 2022
@hepengfe hepengfe marked this pull request as ready for review July 18, 2022 19:16
@hepengfe hepengfe requested a review from mylibrar July 18, 2022 19:16
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
docs/notebook_tutorial/ocr.ipynb Outdated Show resolved Hide resolved
forte/data/ontology/top.py Show resolved Hide resolved
ft/onto/base_ontology.py Outdated Show resolved Hide resolved
@mylibrar mylibrar merged commit 12152dc into asyml:master Jul 25, 2022
@hepengfe hepengfe deleted the ocr_showcase_3 branch July 25, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: examples Issue about examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OCR example tutorial
3 participants