textpage.cc (ocrad-0.24) | : | textpage.cc (ocrad-0.25) | ||
---|---|---|---|---|
/* GNU Ocrad - Optical Character Recognition program | /* GNU Ocrad - Optical Character Recognition program | |||
Copyright (C) 2003-2014 Antonio Diaz Diaz. | Copyright (C) 2003-2015 Antonio Diaz Diaz. | |||
This program is free software: you can redistribute it and/or modify | This program is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation, either version 2 of the License, or | the Free Software Foundation, either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
skipping to change at line 30 | skipping to change at line 30 | |||
#include <cstdlib> | #include <cstdlib> | |||
#include <string> | #include <string> | |||
#include <vector> | #include <vector> | |||
#include <stdint.h> | #include <stdint.h> | |||
#include "common.h" | #include "common.h" | |||
#include "rectangle.h" | #include "rectangle.h" | |||
#include "segment.h" | #include "segment.h" | |||
#include "mask.h" | #include "mask.h" | |||
#include "track.h" | #include "track.h" | |||
#include "ucs.h" | ||||
#include "bitmap.h" | #include "bitmap.h" | |||
#include "blob.h" | #include "blob.h" | |||
#include "character.h" | #include "character.h" | |||
#include "page_image.h" | #include "page_image.h" | |||
#include "textline.h" | #include "textline.h" | |||
#include "textblock.h" | #include "textblock.h" | |||
#include "textpage.h" | #include "textpage.h" | |||
namespace { | namespace { | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |