Skip to content

Commit

Permalink
Fix file endings
Browse files Browse the repository at this point in the history
Text files should end with a LF, but not additional empty lines.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 25, 2018
1 parent 8139ad9 commit dabf3c2
Show file tree
Hide file tree
Showing 49 changed files with 2 additions and 75 deletions.
1 change: 0 additions & 1 deletion INSTALL
Expand Up @@ -227,4 +227,3 @@ operates.

`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.

2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
@@ -1,4 +1,4 @@
<!--
This file is needed by the android_native_library rule to determine the
project directory for ndk-build.
-->
-->
1 change: 0 additions & 1 deletion java/com/google/scrollview/ui/SVAbstractMenuItem.java
Expand Up @@ -55,4 +55,3 @@ public void add(JMenu jli) { }
*/
public void performAction(SVWindow window, SVEventType eventType) {}
}

1 change: 0 additions & 1 deletion java/com/google/scrollview/ui/SVCheckboxMenuItem.java
Expand Up @@ -57,4 +57,3 @@ public String getValue() {
return Boolean.toString(bvalue);
}
}

2 changes: 0 additions & 2 deletions java/com/google/scrollview/ui/SVEmptyMenuItem.java
Expand Up @@ -44,5 +44,3 @@ public void performAction(SVWindow window, SVEventType eventType) {
ScrollView.addMessage(svme);
}
}


1 change: 0 additions & 1 deletion java/com/google/scrollview/ui/SVMenuItem.java
Expand Up @@ -58,4 +58,3 @@ public String getValue() {
return value;
}
}

2 changes: 0 additions & 2 deletions java/com/google/scrollview/ui/SVSubMenuItem.java
Expand Up @@ -37,5 +37,3 @@ public void add(JMenu jli) {
mi.add(jli);
}
}


1 change: 0 additions & 1 deletion src/arch/Makefile.am
Expand Up @@ -32,4 +32,3 @@ libtesseract_avx_la_SOURCES = dotproductavx.cpp
libtesseract_avx2_la_SOURCES = intsimdmatrixavx2.cpp

libtesseract_sse_la_SOURCES = dotproductsse.cpp intsimdmatrixsse.cpp

1 change: 0 additions & 1 deletion src/ccmain/Makefile.am
Expand Up @@ -34,4 +34,3 @@ libtesseract_main_la_SOURCES = \
tessbox.cpp tessedit.cpp tesseractclass.cpp tessvars.cpp \
tfacepp.cpp thresholder.cpp \
werdit.cpp

2 changes: 0 additions & 2 deletions src/ccmain/par_control.cpp
Expand Up @@ -70,5 +70,3 @@ void Tesseract::PrerecAllWordsPar(const GenericVector<WordData>& words) {
}

} // namespace tesseract.


3 changes: 0 additions & 3 deletions src/ccmain/pgedit.cpp
Expand Up @@ -998,6 +998,3 @@ void Tesseract::blob_feature_display(PAGE_RES* page_res,
#endif // GRAPHICS_DISABLED

} // namespace tesseract



1 change: 0 additions & 1 deletion src/ccmain/thresholder.cpp
Expand Up @@ -330,4 +330,3 @@ void ImageThresholder::ThresholdRectToPix(Pix* src_pix,
}

} // namespace tesseract.

1 change: 0 additions & 1 deletion src/ccstruct/blamer.cpp
Expand Up @@ -584,4 +584,3 @@ void BlamerBundle::SetMisAdaptionDebug(const WERD_CHOICE *best_choice,
}
}
}

1 change: 0 additions & 1 deletion src/ccstruct/boxread.cpp
Expand Up @@ -237,4 +237,3 @@ void MakeBoxFileStr(const char* unichar_str, const TBOX& box, int page_num,
box_str->add_str_int(" ", box.top());
box_str->add_str_int(" ", page_num);
}

2 changes: 0 additions & 2 deletions src/ccstruct/detlinefit.h
Expand Up @@ -160,5 +160,3 @@ class DetLineFit {
} // namespace tesseract.

#endif // TESSERACT_CCSTRUCT_DETLINEFIT_H_


1 change: 0 additions & 1 deletion src/ccstruct/dppoint.cpp
Expand Up @@ -95,4 +95,3 @@ void DPPoint::UpdateIfBetter(int64_t cost, int32_t steps, const DPPoint* prev,
}

} // namespace tesseract.

1 change: 0 additions & 1 deletion src/ccstruct/fontinfo.cpp
Expand Up @@ -244,4 +244,3 @@ bool write_set(FILE* f, const FontSet& fs) {
}

} // namespace tesseract.

2 changes: 0 additions & 2 deletions src/ccutil/bitvector.cpp
Expand Up @@ -265,5 +265,3 @@ void BitVector::Alloc(int length) {


} // namespace tesseract.


1 change: 0 additions & 1 deletion src/ccutil/indexmapbidi.cpp
Expand Up @@ -247,4 +247,3 @@ int IndexMapBiDi::MapFeatures(const GenericVector<int>& sparse,
}

} // namespace tesseract.

1 change: 0 additions & 1 deletion src/ccutil/serialis.cpp
Expand Up @@ -163,4 +163,3 @@ int TFile::FWrite(const void* buffer, int size, int count) {


} // namespace tesseract.

2 changes: 0 additions & 2 deletions src/classify/Makefile.am
Expand Up @@ -35,5 +35,3 @@ libtesseract_classify_la_SOURCES = \
ocrfeatures.cpp outfeat.cpp picofeat.cpp protos.cpp \
sampleiterator.cpp shapeclassifier.cpp shapetable.cpp \
tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp


5 changes: 0 additions & 5 deletions src/classify/errorcounter.cpp
Expand Up @@ -500,8 +500,3 @@ void ErrorCounter::Counts::operator+=(const Counts& other) {


} // namespace tesseract.





1 change: 0 additions & 1 deletion src/classify/sampleiterator.cpp
Expand Up @@ -259,4 +259,3 @@ const UnicharAndFonts* SampleIterator::GetShapeEntry() const {
}

} // namespace tesseract.

5 changes: 0 additions & 5 deletions src/classify/shapeclassifier.cpp
Expand Up @@ -229,8 +229,3 @@ void ShapeClassifier::FilterDuplicateUnichars(
}

} // namespace tesseract.





2 changes: 0 additions & 2 deletions src/classify/tessclassifier.cpp
Expand Up @@ -83,5 +83,3 @@ int TessClassifier::DisplayClassifyAs(
}

} // namespace tesseract


2 changes: 0 additions & 2 deletions src/dict/Makefile.am
Expand Up @@ -16,5 +16,3 @@ libtesseract_dict_la_SOURCES = \
context.cpp \
dawg.cpp dawg_cache.cpp dict.cpp hyphen.cpp \
permdawg.cpp stopper.cpp trie.cpp


1 change: 0 additions & 1 deletion src/lstm/input.h
Expand Up @@ -102,4 +102,3 @@ class Input : public Network {
} // namespace tesseract.

#endif // TESSERACT_LSTM_INPUT_H_

1 change: 0 additions & 1 deletion src/lstm/maxpool.cpp
Expand Up @@ -83,4 +83,3 @@ bool Maxpool::Backward(bool debug, const NetworkIO& fwd_deltas,


} // namespace tesseract.

1 change: 0 additions & 1 deletion src/lstm/maxpool.h
Expand Up @@ -67,4 +67,3 @@ class Maxpool : public Reconfig {


#endif // TESSERACT_LSTM_MAXPOOL_H_

1 change: 0 additions & 1 deletion src/lstm/networkbuilder.cpp
Expand Up @@ -485,4 +485,3 @@ Network* NetworkBuilder::ParseOutput(const StaticShape& input_shape,
}

} // namespace tesseract.

1 change: 0 additions & 1 deletion src/lstm/plumbing.cpp
Expand Up @@ -244,4 +244,3 @@ void Plumbing::CountAlternators(const Network& other, double* same,
}

} // namespace tesseract.

1 change: 0 additions & 1 deletion src/lstm/plumbing.h
Expand Up @@ -142,4 +142,3 @@ class Plumbing : public Network {
} // namespace tesseract.

#endif // TESSERACT_LSTM_PLUMBING_H_

1 change: 0 additions & 1 deletion src/textord/alignedblob.cpp
Expand Up @@ -529,4 +529,3 @@ BLOBNBOX* AlignedBlob::FindAlignedBlob(const AlignedBlobParams& p,
}

} // namespace tesseract.

1 change: 0 additions & 1 deletion src/textord/drawtord.cpp
Expand Up @@ -418,4 +418,3 @@ void plot_row_cells( //draw words
}

#endif // GRAPHICS_DISABLED

1 change: 0 additions & 1 deletion src/textord/imagefind.cpp
Expand Up @@ -1366,4 +1366,3 @@ void ImageFind::FindImagePartitions(Pix* image_pix, const FCOORD& rotation,


} // namespace tesseract.

1 change: 0 additions & 1 deletion src/textord/linefind.cpp
Expand Up @@ -771,4 +771,3 @@ void LineFinder::GetLineBoxes(bool horizontal_lines,
}

} // namespace tesseract.

6 changes: 0 additions & 6 deletions src/training/classifier_tester.cpp
Expand Up @@ -139,9 +139,3 @@ int main(int argc, char **argv) {

return 0;
} /* main */






2 changes: 0 additions & 2 deletions src/training/lstmtraining.cpp
Expand Up @@ -210,5 +210,3 @@ int main(int argc, char **argv) {
tprintf("Finished! Error rate = %g\n", trainer.best_error_rate());
return 0;
} /* main */


2 changes: 0 additions & 2 deletions src/training/tesstrain.sh
Expand Up @@ -77,5 +77,3 @@ else
make__traineddata
tlog "\nCompleted training for language '${LANG_CODE}'\n"
fi


1 change: 0 additions & 1 deletion src/training/unicharset_training_utils.cpp
Expand Up @@ -207,4 +207,3 @@ void SetPropertiesForInputFile(const std::string& script_dir,
}

} // namespace tesseract

1 change: 0 additions & 1 deletion src/vs2010/tesseract/libtesseract.rc.in
Expand Up @@ -98,4 +98,3 @@ END

/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

1 change: 0 additions & 1 deletion src/vs2010/tesseract/tesseract.rc.in
Expand Up @@ -98,4 +98,3 @@ END

/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

1 change: 0 additions & 1 deletion src/wordrec/lm_pain_points.cpp
Expand Up @@ -215,4 +215,3 @@ void LMPainPoints::RemapForSplit(int index) {
}

} // namespace tesseract

1 change: 0 additions & 1 deletion src/wordrec/params_model.h
Expand Up @@ -86,4 +86,3 @@ class ParamsModel {
} // namespace tesseract

#endif // TESSERACT_WORDREC_PARAMS_MODEL_H_

2 changes: 1 addition & 1 deletion tessdata/configs/get.image
@@ -1 +1 @@
tessedit_write_images T
tessedit_write_images T
1 change: 0 additions & 1 deletion tessdata/tessconfigs/batch
@@ -1,2 +1 @@
# No content needed as all defaults are correct.

1 change: 0 additions & 1 deletion testing/FILES
Expand Up @@ -16,4 +16,3 @@ DuTillet1004Pg2LG.jpg - Sample from Hebrew Matthew Project with parallel texts
hebrew-nikud-genesis-1-2.png - Genesis 1-2 Hebrew example from OCR forum
forum post - https://community.logos.com/forums/p/16124/277997.aspx
direct link to image - https://community.logos.com/cfs-filesystemfile.ashx/__key/CommunityServer.Discussions.Components.Files/77/4578.Gen.png

1 change: 0 additions & 1 deletion testing/README
Expand Up @@ -40,4 +40,3 @@ and go to the gym, have lunch etc.
Step 8: There should be a file
testing/reports/tess2.0.summary that contains the final summarized accuracy
report and comparison with the 1995 results.

2 changes: 0 additions & 2 deletions testing/counttestset.sh 100755 → 100644
Expand Up @@ -57,5 +57,3 @@ do
done <"$pages"
testing/unlv/accsum "$accfiles" >"testing/reports/$setname.characc"
testing/unlv/wordaccsum "$wafiles" >"testing/reports/$setname.wordacc"


0 comments on commit dabf3c2

Please sign in to comment.