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

small PR to download contributed models #68

Closed
wants to merge 33 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
09d51f4
Update ocr.R link to documentation
pachadotdev Jul 26, 2024
2ebf13b
Merge pull request #1 from pachadotdev/patch-1
pachadotdev Jul 26, 2024
c06a9ca
most things work except options
pachadotdev Jul 27, 2024
6535e9e
remove preserve_storage sketch, not needed
pachadotdev Jul 27, 2024
f81583e
tesseract reorganized documentation links
pachadotdev Jul 27, 2024
9cf7361
vignette building ok
pachadotdev Jul 27, 2024
0965706
refactored for tesseract 5
pachadotdev Jul 27, 2024
43ec658
update min version
pachadotdev Jul 27, 2024
f67f0cf
remove genericvector header
pachadotdev Jul 27, 2024
c312405
apply styler + add all the images locally for uoft blah blah
pachadotdev Jul 27, 2024
f4e5984
add all images locally
pachadotdev Jul 27, 2024
12fa20d
add ppa to test on gh actions
pachadotdev Jul 27, 2024
77130ff
add example for chinese text
pachadotdev Jul 27, 2024
e07f444
add chinese example
pachadotdev Jul 27, 2024
4c5f4b3
use 'best' models
pachadotdev Jul 28, 2024
a4cb379
fix null pointers on Windows
pachadotdev Jul 28, 2024
ce486f9
Merge pull request #2 from pachadotdev/tesseract5
pachadotdev Jul 28, 2024
3093238
don't re-download models
pachadotdev Jul 28, 2024
83a1697
add news about best model
pachadotdev Jul 28, 2024
c8acf14
compare with Amazon Textract
pachadotdev Jul 28, 2024
daf4183
fix don't download models twice
pachadotdev Jul 28, 2024
64aa95e
small PR to download best models with Tesseract 4 or higher
pachadotdev Aug 3, 2024
e180285
indentation
pachadotdev Aug 3, 2024
320dc69
whitelines
pachadotdev Aug 3, 2024
ae058de
whitelines 2
pachadotdev Aug 3, 2024
1fc09d0
Tweaks
jeroen Aug 3, 2024
ed4847e
download contributed models
pachadotdev Aug 4, 2024
644a48f
don't re-download data
pachadotdev Aug 4, 2024
acf8686
contributed models
pachadotdev Aug 4, 2024
b1a6693
Merge branch 'master' into bestmodels
pachadotdev Aug 4, 2024
2d7a54f
Merge pull request #4 from pachadotdev/bestmodels
pachadotdev Aug 4, 2024
f8583fe
Merge branch 'master' into contributedmodels
pachadotdev Aug 4, 2024
15e3144
Merge branch 'master' into contributedmodels
pachadotdev Aug 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove genericvector header
  • Loading branch information
pachadotdev committed Jul 27, 2024
commit f67f0cfecf0ce7f0d4dec617a3979466a856d519
4 changes: 0 additions & 4 deletions src/tesseract.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#include "tesseract_types.h"

#if TESSERACT_MAJOR_VERSION < 5
#include <tesseract/genericvector.h>
#endif

#include <list>
// #include <iostream>
#include <string>
Expand Down