Skip to content

Commit

Permalink
fix citation links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinunger authored and stweil committed Aug 16, 2023
1 parent ce93692 commit fa50115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CITATIONS.bib
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ @inproceedings{Multilingual
publisher = {ACM},
series = {ACM International Conference Proceeding Series},
title = {Adapting the Tesseract Open Source OCR Engine for Multilingual OCR.},
url = {http://www.google.de/research/pubs/archive/35248.pdf},
url = {https://storage.googleapis.com/pub-tools-public-publication-data/pdf/35248.pdf},
year = 2009,
isbn = {978-1-60558-698-4},
date = {2009-07-25}
Expand All @@ -33,7 +33,7 @@ @inproceedings{ScriptDetect
title = {Combined Orientation and Script Detection using the Tesseract OCR Engine},
booktitle = {MOCR '09: Proceedings of the International Workshop on Multilingual OCR},
editor = {Venu Govindaraju and Premkumar Natarajan and Santanu Chaudhury and Daniel P. Lopresti},
url = {http://www.google.de/research/pubs/archive/35506.pdf}
url = {https://storage.googleapis.com/pub-tools-public-publication-data/pdf/35506.pdf}
year = {2009},
isbn = {978-1-60558-698-4},
pages = {1--7},
Expand All @@ -47,7 +47,7 @@ @inproceedings{PageLayout
author = {Ray Smith},
title = {Hybrid Page Layout Analysis via Tab-Stop Detection},
booktitle = {ICDAR '09: Proceedings of the 2009 10th International Conference on Document Analysis and Recognition},
url = {http://www.google.de/research/pubs/archive/35094.pdf}
url = {https://storage.googleapis.com/pub-tools-public-publication-data/pdf/35094.pdf}
year = {2009},
isbn = {978-0-7695-3725-2},
pages = {241--245},
Expand All @@ -60,7 +60,7 @@ @inproceedings{TessOverview
author = {Ray Smith},
title = {An Overview of the Tesseract OCR Engine},
booktitle = {ICDAR '07: Proceedings of the Ninth International Conference on Document Analysis and Recognition},
url = {http://www.google.de/research/pubs/archive/33418.pdf}
url = {https://storage.googleapis.com/pub-tools-public-publication-data/pdf/33418.pdf}
year = {2007},
isbn = {0-7695-2822-8},
pages = {629--633},
Expand Down

0 comments on commit fa50115

Please sign in to comment.