├── .gitignore ├── .project ├── .tx ├── config └── update-l10n.sh ├── App.config ├── App.xaml ├── App.xaml.cs ├── BulkDialog.Designer.cs ├── BulkDialog.ar.resx ├── BulkDialog.bn.resx ├── BulkDialog.ca.resx ├── BulkDialog.cs.resx ├── BulkDialog.de.resx ├── BulkDialog.es.resx ├── BulkDialog.et.resx ├── BulkDialog.fa.resx ├── BulkDialog.fi.resx ├── BulkDialog.fr.resx ├── BulkDialog.hi.resx ├── BulkDialog.hu.resx ├── BulkDialog.it.resx ├── BulkDialog.ja.resx ├── BulkDialog.kn.resx ├── BulkDialog.ku.resx ├── BulkDialog.lt.resx ├── BulkDialog.ne.resx ├── BulkDialog.nl.resx ├── BulkDialog.pl.resx ├── BulkDialog.pt.resx ├── BulkDialog.resx ├── BulkDialog.ru.resx ├── BulkDialog.sd.resx ├── BulkDialog.sk.resx ├── BulkDialog.sl.resx ├── BulkDialog.tr.resx ├── BulkDialog.vi.resx ├── BulkDialog.xaml ├── BulkDialog.xaml.cs ├── BulkDialog.zh-Hans.resx ├── ChangeCaseDialog.Designer.cs ├── ChangeCaseDialog.ar.resx ├── ChangeCaseDialog.bn.resx ├── ChangeCaseDialog.ca.resx ├── ChangeCaseDialog.cs.resx ├── ChangeCaseDialog.de.resx ├── ChangeCaseDialog.es.resx ├── ChangeCaseDialog.et.resx ├── ChangeCaseDialog.fa.resx ├── ChangeCaseDialog.fr.resx ├── ChangeCaseDialog.hi.resx ├── ChangeCaseDialog.hu.resx ├── ChangeCaseDialog.it.resx ├── ChangeCaseDialog.ja.resx ├── ChangeCaseDialog.kn.resx ├── ChangeCaseDialog.ku.resx ├── ChangeCaseDialog.lt.resx ├── ChangeCaseDialog.ne.resx ├── ChangeCaseDialog.nl.resx ├── ChangeCaseDialog.pl.resx ├── ChangeCaseDialog.pt.resx ├── ChangeCaseDialog.resx ├── ChangeCaseDialog.ru.resx ├── ChangeCaseDialog.sd.resx ├── ChangeCaseDialog.sk.resx ├── ChangeCaseDialog.sl.resx ├── ChangeCaseDialog.tr.resx ├── ChangeCaseDialog.vi.resx ├── ChangeCaseDialog.xaml ├── ChangeCaseDialog.xaml.cs ├── ChangeCaseDialog.zh-Hans.resx ├── ConsoleApp.cs ├── Controls ├── ImageCanvas.cs ├── MoveThumb.cs ├── RedUnderlineAdorner.cs └── ResizeThumb.cs ├── Data ├── ISO639-1.xml ├── ISO639-3.xml ├── OO-SpellDictionaries.xml ├── TessLangDataURL.xml ├── ces.DangAmbigs.txt ├── eng.DangAmbigs.txt ├── san.DangAmbigs.txt ├── slk.DangAmbigs.txt └── vie.DangAmbigs.txt ├── DataSource.cs ├── DownloadDialog.Designer.cs ├── DownloadDialog.ar.resx ├── DownloadDialog.bn.resx ├── DownloadDialog.ca.resx ├── DownloadDialog.cs.resx ├── DownloadDialog.de.resx ├── DownloadDialog.es.resx ├── DownloadDialog.et.resx ├── DownloadDialog.fa.resx ├── DownloadDialog.fr.resx ├── DownloadDialog.hi.resx ├── DownloadDialog.hu.resx ├── DownloadDialog.it.resx ├── DownloadDialog.ja.resx ├── DownloadDialog.kn.resx ├── DownloadDialog.ku.resx ├── DownloadDialog.lt.resx ├── DownloadDialog.ne.resx ├── DownloadDialog.nl.resx ├── DownloadDialog.pl.resx ├── DownloadDialog.pt.resx ├── DownloadDialog.resx ├── DownloadDialog.ru.resx ├── DownloadDialog.sd.resx ├── DownloadDialog.sk.resx ├── DownloadDialog.sl.resx ├── DownloadDialog.tr.resx ├── DownloadDialog.vi.resx ├── DownloadDialog.xaml ├── DownloadDialog.xaml.cs ├── DownloadDialog.zh-Hans.resx ├── FindReplaceDialog.Designer.cs ├── FindReplaceDialog.ar.resx ├── FindReplaceDialog.cs.resx ├── FindReplaceDialog.es.resx ├── FindReplaceDialog.et.resx ├── FindReplaceDialog.fr.resx ├── FindReplaceDialog.hu.resx ├── FindReplaceDialog.kn.resx ├── FindReplaceDialog.lt.resx ├── FindReplaceDialog.pt.resx ├── FindReplaceDialog.resx ├── FindReplaceDialog.ru.resx ├── FindReplaceDialog.sd.resx ├── FindReplaceDialog.sl.resx ├── FindReplaceDialog.vi.resx ├── FindReplaceDialog.xaml ├── FindReplaceDialog.xaml.cs ├── FindReplaceDialog.zh-Hans.resx ├── GUI.ku.resx ├── Gui.Designer.cs ├── Gui.ar.resx ├── Gui.bn.resx ├── Gui.ca.resx ├── Gui.cs.resx ├── Gui.de.resx ├── Gui.es.resx ├── Gui.et.resx ├── Gui.fa.resx ├── Gui.fr.resx ├── Gui.hi.resx ├── Gui.hu.resx ├── Gui.it.resx ├── Gui.ja.resx ├── Gui.kn.resx ├── Gui.ku.resx ├── Gui.lt.resx ├── Gui.ne.resx ├── Gui.nl.resx ├── Gui.pl.resx ├── Gui.pt.resx ├── Gui.resx ├── Gui.ru.resx ├── Gui.sd.resx ├── Gui.sk.resx ├── Gui.sl.resx ├── Gui.tr.resx ├── Gui.vi.resx ├── Gui.xaml ├── Gui.xaml.cs ├── Gui.zh-Hans.resx ├── GuiWithBatch.cs ├── GuiWithBulkOCR.cs ├── GuiWithFile.cs ├── GuiWithFindReplace.cs ├── GuiWithFormat.cs ├── GuiWithImage.cs ├── GuiWithImageOps.cs ├── GuiWithInputMethod.cs ├── GuiWithOCR.cs ├── GuiWithOEM.cs ├── GuiWithPSM.cs ├── GuiWithPostprocess.cs ├── GuiWithRegistry.cs ├── GuiWithScan.cs ├── GuiWithSettings.cs ├── GuiWithSpellcheck.cs ├── GuiWithThumbnail.cs ├── GuiWithTools.cs ├── GuiWithUILanguage.cs ├── HtmlHelpDialog.xaml ├── HtmlHelpDialog.xaml.cs ├── Hunspellx64.dll ├── Hunspellx86.dll ├── Icons └── fatcow │ ├── cancel.png │ ├── document_page_next.png │ ├── document_page_previous.png │ ├── draw_eraser.png │ ├── find.png │ ├── gear_in.png │ ├── image_paste.png │ ├── inline_spellcheck.png │ ├── ocr.png │ ├── ocr_small.png │ ├── open.png │ ├── pilcrow_delete.png │ ├── rotate_ccw.png │ ├── rotate_cw.png │ ├── save.png │ ├── scan.png │ ├── tools.png │ ├── zoom_actual.png │ ├── zoom_fit.png │ ├── zoom_in.png │ └── zoom_out.png ├── ImageInfoDialog.Designer.cs ├── ImageInfoDialog.ar.resx ├── ImageInfoDialog.bn.resx ├── ImageInfoDialog.ca.resx ├── ImageInfoDialog.cs.resx ├── ImageInfoDialog.de.resx ├── ImageInfoDialog.es.resx ├── ImageInfoDialog.et.resx ├── ImageInfoDialog.fa.resx ├── ImageInfoDialog.fr.resx ├── ImageInfoDialog.hi.resx ├── ImageInfoDialog.hu.resx ├── ImageInfoDialog.it.resx ├── ImageInfoDialog.ja.resx ├── ImageInfoDialog.kn.resx ├── ImageInfoDialog.ku.resx ├── ImageInfoDialog.lt.resx ├── ImageInfoDialog.ne.resx ├── ImageInfoDialog.nl.resx ├── ImageInfoDialog.pl.resx ├── ImageInfoDialog.pt.resx ├── ImageInfoDialog.resx ├── ImageInfoDialog.ru.resx ├── ImageInfoDialog.sd.resx ├── ImageInfoDialog.sk.resx ├── ImageInfoDialog.sl.resx ├── ImageInfoDialog.tr.resx ├── ImageInfoDialog.vi.resx ├── ImageInfoDialog.xaml ├── ImageInfoDialog.xaml.cs ├── ImageInfoDialog.zh-Hans.resx ├── Library ├── ICSharpCode.SharpZipLib.dll ├── MultiComboBox.dll ├── MultiComboBox.pdb ├── Tesseract.dll ├── Tesseract.pdb └── VietKeyInput.dll ├── OCR.cs ├── OCRHelper.cs ├── OCRImageEntity.cs ├── OCRImages.cs ├── OptionsDialog.Designer.cs ├── OptionsDialog.ar.resx ├── OptionsDialog.bn.resx ├── OptionsDialog.ca.resx ├── OptionsDialog.cs.resx ├── OptionsDialog.de.resx ├── OptionsDialog.es.resx ├── OptionsDialog.et.resx ├── OptionsDialog.fa.resx ├── OptionsDialog.fr.resx ├── OptionsDialog.hi.resx ├── OptionsDialog.hu.resx ├── OptionsDialog.it.resx ├── OptionsDialog.ja.resx ├── OptionsDialog.kn.resx ├── OptionsDialog.ku.resx ├── OptionsDialog.lt.resx ├── OptionsDialog.ne.resx ├── OptionsDialog.nl.resx ├── OptionsDialog.pl.resx ├── OptionsDialog.pt.resx ├── OptionsDialog.resx ├── OptionsDialog.ru.resx ├── OptionsDialog.sd.resx ├── OptionsDialog.sk.resx ├── OptionsDialog.sl.resx ├── OptionsDialog.tr.resx ├── OptionsDialog.vi.resx ├── OptionsDialog.xaml ├── OptionsDialog.xaml.cs ├── OptionsDialog.zh-Hans.resx ├── Postprocessing ├── EngPP.cs ├── IPostProcessor.cs ├── Processor.cs ├── ProcessorFactory.cs ├── TextUtilities.cs └── ViePP.cs ├── ProcessingOptions.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.ar.resx ├── Resources.bn.resx ├── Resources.ca.resx ├── Resources.cs.resx ├── Resources.de.resx ├── Resources.es.resx ├── Resources.et.resx ├── Resources.fa.resx ├── Resources.fr.resx ├── Resources.hi.resx ├── Resources.hu.resx ├── Resources.it.resx ├── Resources.ja.resx ├── Resources.kn.resx ├── Resources.ku.resx ├── Resources.lt.resx ├── Resources.ne.resx ├── Resources.nl.resx ├── Resources.pl.resx ├── Resources.pt.resx ├── Resources.resx ├── Resources.ru.resx ├── Resources.sd.resx ├── Resources.sk.resx ├── Resources.sl.resx ├── Resources.tr.resx ├── Resources.vi.resx ├── Resources.zh-Hans.resx ├── Settings.Designer.cs └── Settings.settings ├── README.md ├── Resources └── VietOCR.ico ├── Setup └── Setup.vdproj ├── SliderDialog.Designer.cs ├── SliderDialog.ar.resx ├── SliderDialog.bn.resx ├── SliderDialog.ca.resx ├── SliderDialog.cs.resx ├── SliderDialog.de.resx ├── SliderDialog.es.resx ├── SliderDialog.et.resx ├── SliderDialog.fa.resx ├── SliderDialog.fr.resx ├── SliderDialog.hi.resx ├── SliderDialog.hu.resx ├── SliderDialog.it.resx ├── SliderDialog.ja.resx ├── SliderDialog.kn.resx ├── SliderDialog.ku.resx ├── SliderDialog.lt.resx ├── SliderDialog.ne.resx ├── SliderDialog.nl.resx ├── SliderDialog.pl.resx ├── SliderDialog.pt.resx ├── SliderDialog.resx ├── SliderDialog.ru.resx ├── SliderDialog.sd.resx ├── SliderDialog.sk.resx ├── SliderDialog.sl.resx ├── SliderDialog.tr.resx ├── SliderDialog.vi.resx ├── SliderDialog.xaml ├── SliderDialog.xaml.cs ├── SliderDialog.zh-Hans.resx ├── SpellCheckHelper.cs ├── SplitPdfArgs.cs ├── SplitPdfDialog.Designer.cs ├── SplitPdfDialog.ar.resx ├── SplitPdfDialog.bn.resx ├── SplitPdfDialog.ca.resx ├── SplitPdfDialog.cs.resx ├── SplitPdfDialog.de.resx ├── SplitPdfDialog.es.resx ├── SplitPdfDialog.et.resx ├── SplitPdfDialog.fa.resx ├── SplitPdfDialog.fr.resx ├── SplitPdfDialog.hi.resx ├── SplitPdfDialog.hu.resx ├── SplitPdfDialog.it.resx ├── SplitPdfDialog.ja.resx ├── SplitPdfDialog.kn.resx ├── SplitPdfDialog.ku.resx ├── SplitPdfDialog.lt.resx ├── SplitPdfDialog.ne.resx ├── SplitPdfDialog.nl.resx ├── SplitPdfDialog.pl.resx ├── SplitPdfDialog.pt.resx ├── SplitPdfDialog.resx ├── SplitPdfDialog.ru.resx ├── SplitPdfDialog.sd.resx ├── SplitPdfDialog.sk.resx ├── SplitPdfDialog.sl.resx ├── SplitPdfDialog.tr.resx ├── SplitPdfDialog.vi.resx ├── SplitPdfDialog.xaml ├── SplitPdfDialog.xaml.cs ├── SplitPdfDialog.zh-Hans.resx ├── StatusForm.xaml ├── StatusForm.xaml.cs ├── Test ├── .vs │ └── VietOCRTests.csproj.dtbcache.json ├── ConsoleAppTests.cs ├── Properties │ └── AssemblyInfo.cs ├── UnitTest.csproj ├── Utilities │ └── PdfUtilitiesTests.cs ├── app.config ├── obj │ └── Release │ │ └── DesignTimeResolveAssemblyReferencesInput.cache └── packages.config ├── Utilities ├── BreakIterator.cs ├── FileExtractor.cs ├── FixedSizeStack.cs ├── FormLocalizer.cs ├── GrayBMP_File.cs ├── ImageConverter.cs ├── ImageHelper.cs ├── ImageIOHelper.cs ├── PDFConvert.cs ├── PdfUtilities.cs ├── TextUtilities.cs ├── Utilities.cs ├── VietUtilities.cs ├── Watcher.cs └── gmseDeskew.cs ├── VietOCR.csproj ├── VietOCR.csproj.user ├── VietOCR.sln ├── WIA ├── WiaOperationException.cs └── WiaScannerAdapter.cs ├── dict ├── en_US.aff ├── en_US.dic ├── user.dic ├── vi_VN.aff └── vi_VN.dic ├── packages.config ├── readme_cs.html ├── readme_cs_bn.html ├── readme_cs_ca.html ├── readme_cs_cs.html ├── readme_cs_de.html ├── readme_cs_et.html ├── readme_cs_fa.html ├── readme_cs_fr.html ├── readme_cs_hi.html ├── readme_cs_it.html ├── readme_cs_ja.html ├── readme_cs_kn.html ├── readme_cs_ku.html ├── readme_cs_lt.html ├── readme_cs_ne.html ├── readme_cs_nl.html ├── readme_cs_pl.html ├── readme_cs_pt.html ├── readme_cs_ru.html ├── readme_cs_sd.html ├── readme_cs_sk.html ├── readme_cs_tr.html ├── readme_cs_vi.html ├── samples ├── vietsample.tif ├── vietsample1.pdf ├── vietsample1.tif ├── vietsample2.png └── vietsample2.tif ├── tessdata ├── configs │ ├── bazaar │ ├── digits │ ├── hocr │ ├── pdf │ ├── quiet │ ├── tess_configs │ ├── tess_configvars │ ├── tsv │ ├── txt │ └── unlv ├── eng.traineddata ├── osd.traineddata ├── pdf.ttf └── vie.traineddata ├── versionchanges_cs.txt ├── x64 ├── libleptonica1860.dll └── libtesseract551.dll └── x86 ├── libleptonica1860.dll └── libtesseract551.dll /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/.gitignore -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/.project -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/.tx/config -------------------------------------------------------------------------------- /.tx/update-l10n.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | tx pull -a -f --minimum-perc 75 4 | -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/App.config -------------------------------------------------------------------------------- /App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/App.xaml -------------------------------------------------------------------------------- /App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/App.xaml.cs -------------------------------------------------------------------------------- /BulkDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.Designer.cs -------------------------------------------------------------------------------- /BulkDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.ar.resx -------------------------------------------------------------------------------- /BulkDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.bn.resx -------------------------------------------------------------------------------- /BulkDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.ca.resx -------------------------------------------------------------------------------- /BulkDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.cs.resx -------------------------------------------------------------------------------- /BulkDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.de.resx -------------------------------------------------------------------------------- /BulkDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.es.resx -------------------------------------------------------------------------------- /BulkDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.et.resx -------------------------------------------------------------------------------- /BulkDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.fa.resx -------------------------------------------------------------------------------- /BulkDialog.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.fi.resx -------------------------------------------------------------------------------- /BulkDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.fr.resx -------------------------------------------------------------------------------- /BulkDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.hi.resx -------------------------------------------------------------------------------- /BulkDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.hu.resx -------------------------------------------------------------------------------- /BulkDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.it.resx -------------------------------------------------------------------------------- /BulkDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.ja.resx -------------------------------------------------------------------------------- /BulkDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.kn.resx -------------------------------------------------------------------------------- /BulkDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.ku.resx -------------------------------------------------------------------------------- /BulkDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.lt.resx -------------------------------------------------------------------------------- /BulkDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.ne.resx -------------------------------------------------------------------------------- /BulkDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.nl.resx -------------------------------------------------------------------------------- /BulkDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.pl.resx -------------------------------------------------------------------------------- /BulkDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.pt.resx -------------------------------------------------------------------------------- /BulkDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.resx -------------------------------------------------------------------------------- /BulkDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.ru.resx -------------------------------------------------------------------------------- /BulkDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.sd.resx -------------------------------------------------------------------------------- /BulkDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.sk.resx -------------------------------------------------------------------------------- /BulkDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.sl.resx -------------------------------------------------------------------------------- /BulkDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.tr.resx -------------------------------------------------------------------------------- /BulkDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.vi.resx -------------------------------------------------------------------------------- /BulkDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.xaml -------------------------------------------------------------------------------- /BulkDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.xaml.cs -------------------------------------------------------------------------------- /BulkDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/BulkDialog.zh-Hans.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.Designer.cs -------------------------------------------------------------------------------- /ChangeCaseDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.ar.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.bn.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.ca.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.cs.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.de.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.es.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.et.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.fa.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.fr.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.hi.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.hu.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.it.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.ja.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.kn.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.ku.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.lt.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.ne.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.nl.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.pl.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.pt.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.ru.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.sd.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.sk.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.sl.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.tr.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.vi.resx -------------------------------------------------------------------------------- /ChangeCaseDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.xaml -------------------------------------------------------------------------------- /ChangeCaseDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.xaml.cs -------------------------------------------------------------------------------- /ChangeCaseDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ChangeCaseDialog.zh-Hans.resx -------------------------------------------------------------------------------- /ConsoleApp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ConsoleApp.cs -------------------------------------------------------------------------------- /Controls/ImageCanvas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Controls/ImageCanvas.cs -------------------------------------------------------------------------------- /Controls/MoveThumb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Controls/MoveThumb.cs -------------------------------------------------------------------------------- /Controls/RedUnderlineAdorner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Controls/RedUnderlineAdorner.cs -------------------------------------------------------------------------------- /Controls/ResizeThumb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Controls/ResizeThumb.cs -------------------------------------------------------------------------------- /Data/ISO639-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/ISO639-1.xml -------------------------------------------------------------------------------- /Data/ISO639-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/ISO639-3.xml -------------------------------------------------------------------------------- /Data/OO-SpellDictionaries.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/OO-SpellDictionaries.xml -------------------------------------------------------------------------------- /Data/TessLangDataURL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/TessLangDataURL.xml -------------------------------------------------------------------------------- /Data/ces.DangAmbigs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/ces.DangAmbigs.txt -------------------------------------------------------------------------------- /Data/eng.DangAmbigs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/eng.DangAmbigs.txt -------------------------------------------------------------------------------- /Data/san.DangAmbigs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/san.DangAmbigs.txt -------------------------------------------------------------------------------- /Data/slk.DangAmbigs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/slk.DangAmbigs.txt -------------------------------------------------------------------------------- /Data/vie.DangAmbigs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Data/vie.DangAmbigs.txt -------------------------------------------------------------------------------- /DataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DataSource.cs -------------------------------------------------------------------------------- /DownloadDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.Designer.cs -------------------------------------------------------------------------------- /DownloadDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.ar.resx -------------------------------------------------------------------------------- /DownloadDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.bn.resx -------------------------------------------------------------------------------- /DownloadDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.ca.resx -------------------------------------------------------------------------------- /DownloadDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.cs.resx -------------------------------------------------------------------------------- /DownloadDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.de.resx -------------------------------------------------------------------------------- /DownloadDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.es.resx -------------------------------------------------------------------------------- /DownloadDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.et.resx -------------------------------------------------------------------------------- /DownloadDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.fa.resx -------------------------------------------------------------------------------- /DownloadDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.fr.resx -------------------------------------------------------------------------------- /DownloadDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.hi.resx -------------------------------------------------------------------------------- /DownloadDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.hu.resx -------------------------------------------------------------------------------- /DownloadDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.it.resx -------------------------------------------------------------------------------- /DownloadDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.ja.resx -------------------------------------------------------------------------------- /DownloadDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.kn.resx -------------------------------------------------------------------------------- /DownloadDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.ku.resx -------------------------------------------------------------------------------- /DownloadDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.lt.resx -------------------------------------------------------------------------------- /DownloadDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.ne.resx -------------------------------------------------------------------------------- /DownloadDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.nl.resx -------------------------------------------------------------------------------- /DownloadDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.pl.resx -------------------------------------------------------------------------------- /DownloadDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.pt.resx -------------------------------------------------------------------------------- /DownloadDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.resx -------------------------------------------------------------------------------- /DownloadDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.ru.resx -------------------------------------------------------------------------------- /DownloadDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.sd.resx -------------------------------------------------------------------------------- /DownloadDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.sk.resx -------------------------------------------------------------------------------- /DownloadDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.sl.resx -------------------------------------------------------------------------------- /DownloadDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.tr.resx -------------------------------------------------------------------------------- /DownloadDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.vi.resx -------------------------------------------------------------------------------- /DownloadDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.xaml -------------------------------------------------------------------------------- /DownloadDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.xaml.cs -------------------------------------------------------------------------------- /DownloadDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/DownloadDialog.zh-Hans.resx -------------------------------------------------------------------------------- /FindReplaceDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.Designer.cs -------------------------------------------------------------------------------- /FindReplaceDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.ar.resx -------------------------------------------------------------------------------- /FindReplaceDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.cs.resx -------------------------------------------------------------------------------- /FindReplaceDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.es.resx -------------------------------------------------------------------------------- /FindReplaceDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.et.resx -------------------------------------------------------------------------------- /FindReplaceDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.fr.resx -------------------------------------------------------------------------------- /FindReplaceDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.hu.resx -------------------------------------------------------------------------------- /FindReplaceDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.kn.resx -------------------------------------------------------------------------------- /FindReplaceDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.lt.resx -------------------------------------------------------------------------------- /FindReplaceDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.pt.resx -------------------------------------------------------------------------------- /FindReplaceDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.resx -------------------------------------------------------------------------------- /FindReplaceDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.ru.resx -------------------------------------------------------------------------------- /FindReplaceDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.sd.resx -------------------------------------------------------------------------------- /FindReplaceDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.sl.resx -------------------------------------------------------------------------------- /FindReplaceDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.vi.resx -------------------------------------------------------------------------------- /FindReplaceDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.xaml -------------------------------------------------------------------------------- /FindReplaceDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.xaml.cs -------------------------------------------------------------------------------- /FindReplaceDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/FindReplaceDialog.zh-Hans.resx -------------------------------------------------------------------------------- /GUI.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GUI.ku.resx -------------------------------------------------------------------------------- /Gui.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.Designer.cs -------------------------------------------------------------------------------- /Gui.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.ar.resx -------------------------------------------------------------------------------- /Gui.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.bn.resx -------------------------------------------------------------------------------- /Gui.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.ca.resx -------------------------------------------------------------------------------- /Gui.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.cs.resx -------------------------------------------------------------------------------- /Gui.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.de.resx -------------------------------------------------------------------------------- /Gui.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.es.resx -------------------------------------------------------------------------------- /Gui.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.et.resx -------------------------------------------------------------------------------- /Gui.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.fa.resx -------------------------------------------------------------------------------- /Gui.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.fr.resx -------------------------------------------------------------------------------- /Gui.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.hi.resx -------------------------------------------------------------------------------- /Gui.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.hu.resx -------------------------------------------------------------------------------- /Gui.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.it.resx -------------------------------------------------------------------------------- /Gui.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.ja.resx -------------------------------------------------------------------------------- /Gui.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.kn.resx -------------------------------------------------------------------------------- /Gui.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.ku.resx -------------------------------------------------------------------------------- /Gui.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.lt.resx -------------------------------------------------------------------------------- /Gui.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.ne.resx -------------------------------------------------------------------------------- /Gui.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.nl.resx -------------------------------------------------------------------------------- /Gui.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.pl.resx -------------------------------------------------------------------------------- /Gui.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.pt.resx -------------------------------------------------------------------------------- /Gui.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.resx -------------------------------------------------------------------------------- /Gui.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.ru.resx -------------------------------------------------------------------------------- /Gui.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.sd.resx -------------------------------------------------------------------------------- /Gui.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.sk.resx -------------------------------------------------------------------------------- /Gui.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.sl.resx -------------------------------------------------------------------------------- /Gui.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.tr.resx -------------------------------------------------------------------------------- /Gui.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.vi.resx -------------------------------------------------------------------------------- /Gui.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.xaml -------------------------------------------------------------------------------- /Gui.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.xaml.cs -------------------------------------------------------------------------------- /Gui.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Gui.zh-Hans.resx -------------------------------------------------------------------------------- /GuiWithBatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithBatch.cs -------------------------------------------------------------------------------- /GuiWithBulkOCR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithBulkOCR.cs -------------------------------------------------------------------------------- /GuiWithFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithFile.cs -------------------------------------------------------------------------------- /GuiWithFindReplace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithFindReplace.cs -------------------------------------------------------------------------------- /GuiWithFormat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithFormat.cs -------------------------------------------------------------------------------- /GuiWithImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithImage.cs -------------------------------------------------------------------------------- /GuiWithImageOps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithImageOps.cs -------------------------------------------------------------------------------- /GuiWithInputMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithInputMethod.cs -------------------------------------------------------------------------------- /GuiWithOCR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithOCR.cs -------------------------------------------------------------------------------- /GuiWithOEM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithOEM.cs -------------------------------------------------------------------------------- /GuiWithPSM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithPSM.cs -------------------------------------------------------------------------------- /GuiWithPostprocess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithPostprocess.cs -------------------------------------------------------------------------------- /GuiWithRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithRegistry.cs -------------------------------------------------------------------------------- /GuiWithScan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithScan.cs -------------------------------------------------------------------------------- /GuiWithSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithSettings.cs -------------------------------------------------------------------------------- /GuiWithSpellcheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithSpellcheck.cs -------------------------------------------------------------------------------- /GuiWithThumbnail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithThumbnail.cs -------------------------------------------------------------------------------- /GuiWithTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithTools.cs -------------------------------------------------------------------------------- /GuiWithUILanguage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/GuiWithUILanguage.cs -------------------------------------------------------------------------------- /HtmlHelpDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/HtmlHelpDialog.xaml -------------------------------------------------------------------------------- /HtmlHelpDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/HtmlHelpDialog.xaml.cs -------------------------------------------------------------------------------- /Hunspellx64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Hunspellx64.dll -------------------------------------------------------------------------------- /Hunspellx86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Hunspellx86.dll -------------------------------------------------------------------------------- /Icons/fatcow/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/cancel.png -------------------------------------------------------------------------------- /Icons/fatcow/document_page_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/document_page_next.png -------------------------------------------------------------------------------- /Icons/fatcow/document_page_previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/document_page_previous.png -------------------------------------------------------------------------------- /Icons/fatcow/draw_eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/draw_eraser.png -------------------------------------------------------------------------------- /Icons/fatcow/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/find.png -------------------------------------------------------------------------------- /Icons/fatcow/gear_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/gear_in.png -------------------------------------------------------------------------------- /Icons/fatcow/image_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/image_paste.png -------------------------------------------------------------------------------- /Icons/fatcow/inline_spellcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/inline_spellcheck.png -------------------------------------------------------------------------------- /Icons/fatcow/ocr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/ocr.png -------------------------------------------------------------------------------- /Icons/fatcow/ocr_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/ocr_small.png -------------------------------------------------------------------------------- /Icons/fatcow/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/open.png -------------------------------------------------------------------------------- /Icons/fatcow/pilcrow_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/pilcrow_delete.png -------------------------------------------------------------------------------- /Icons/fatcow/rotate_ccw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/rotate_ccw.png -------------------------------------------------------------------------------- /Icons/fatcow/rotate_cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/rotate_cw.png -------------------------------------------------------------------------------- /Icons/fatcow/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/save.png -------------------------------------------------------------------------------- /Icons/fatcow/scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/scan.png -------------------------------------------------------------------------------- /Icons/fatcow/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/tools.png -------------------------------------------------------------------------------- /Icons/fatcow/zoom_actual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/zoom_actual.png -------------------------------------------------------------------------------- /Icons/fatcow/zoom_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/zoom_fit.png -------------------------------------------------------------------------------- /Icons/fatcow/zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/zoom_in.png -------------------------------------------------------------------------------- /Icons/fatcow/zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Icons/fatcow/zoom_out.png -------------------------------------------------------------------------------- /ImageInfoDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.Designer.cs -------------------------------------------------------------------------------- /ImageInfoDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.ar.resx -------------------------------------------------------------------------------- /ImageInfoDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.bn.resx -------------------------------------------------------------------------------- /ImageInfoDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.ca.resx -------------------------------------------------------------------------------- /ImageInfoDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.cs.resx -------------------------------------------------------------------------------- /ImageInfoDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.de.resx -------------------------------------------------------------------------------- /ImageInfoDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.es.resx -------------------------------------------------------------------------------- /ImageInfoDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.et.resx -------------------------------------------------------------------------------- /ImageInfoDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.fa.resx -------------------------------------------------------------------------------- /ImageInfoDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.fr.resx -------------------------------------------------------------------------------- /ImageInfoDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.hi.resx -------------------------------------------------------------------------------- /ImageInfoDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.hu.resx -------------------------------------------------------------------------------- /ImageInfoDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.it.resx -------------------------------------------------------------------------------- /ImageInfoDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.ja.resx -------------------------------------------------------------------------------- /ImageInfoDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.kn.resx -------------------------------------------------------------------------------- /ImageInfoDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.ku.resx -------------------------------------------------------------------------------- /ImageInfoDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.lt.resx -------------------------------------------------------------------------------- /ImageInfoDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.ne.resx -------------------------------------------------------------------------------- /ImageInfoDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.nl.resx -------------------------------------------------------------------------------- /ImageInfoDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.pl.resx -------------------------------------------------------------------------------- /ImageInfoDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.pt.resx -------------------------------------------------------------------------------- /ImageInfoDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.resx -------------------------------------------------------------------------------- /ImageInfoDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.ru.resx -------------------------------------------------------------------------------- /ImageInfoDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.sd.resx -------------------------------------------------------------------------------- /ImageInfoDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.sk.resx -------------------------------------------------------------------------------- /ImageInfoDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.sl.resx -------------------------------------------------------------------------------- /ImageInfoDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.tr.resx -------------------------------------------------------------------------------- /ImageInfoDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.vi.resx -------------------------------------------------------------------------------- /ImageInfoDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.xaml -------------------------------------------------------------------------------- /ImageInfoDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.xaml.cs -------------------------------------------------------------------------------- /ImageInfoDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ImageInfoDialog.zh-Hans.resx -------------------------------------------------------------------------------- /Library/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Library/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /Library/MultiComboBox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Library/MultiComboBox.dll -------------------------------------------------------------------------------- /Library/MultiComboBox.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Library/MultiComboBox.pdb -------------------------------------------------------------------------------- /Library/Tesseract.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Library/Tesseract.dll -------------------------------------------------------------------------------- /Library/Tesseract.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Library/Tesseract.pdb -------------------------------------------------------------------------------- /Library/VietKeyInput.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Library/VietKeyInput.dll -------------------------------------------------------------------------------- /OCR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OCR.cs -------------------------------------------------------------------------------- /OCRHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OCRHelper.cs -------------------------------------------------------------------------------- /OCRImageEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OCRImageEntity.cs -------------------------------------------------------------------------------- /OCRImages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OCRImages.cs -------------------------------------------------------------------------------- /OptionsDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.Designer.cs -------------------------------------------------------------------------------- /OptionsDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.ar.resx -------------------------------------------------------------------------------- /OptionsDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.bn.resx -------------------------------------------------------------------------------- /OptionsDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.ca.resx -------------------------------------------------------------------------------- /OptionsDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.cs.resx -------------------------------------------------------------------------------- /OptionsDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.de.resx -------------------------------------------------------------------------------- /OptionsDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.es.resx -------------------------------------------------------------------------------- /OptionsDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.et.resx -------------------------------------------------------------------------------- /OptionsDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.fa.resx -------------------------------------------------------------------------------- /OptionsDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.fr.resx -------------------------------------------------------------------------------- /OptionsDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.hi.resx -------------------------------------------------------------------------------- /OptionsDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.hu.resx -------------------------------------------------------------------------------- /OptionsDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.it.resx -------------------------------------------------------------------------------- /OptionsDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.ja.resx -------------------------------------------------------------------------------- /OptionsDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.kn.resx -------------------------------------------------------------------------------- /OptionsDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.ku.resx -------------------------------------------------------------------------------- /OptionsDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.lt.resx -------------------------------------------------------------------------------- /OptionsDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.ne.resx -------------------------------------------------------------------------------- /OptionsDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.nl.resx -------------------------------------------------------------------------------- /OptionsDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.pl.resx -------------------------------------------------------------------------------- /OptionsDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.pt.resx -------------------------------------------------------------------------------- /OptionsDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.resx -------------------------------------------------------------------------------- /OptionsDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.ru.resx -------------------------------------------------------------------------------- /OptionsDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.sd.resx -------------------------------------------------------------------------------- /OptionsDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.sk.resx -------------------------------------------------------------------------------- /OptionsDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.sl.resx -------------------------------------------------------------------------------- /OptionsDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.tr.resx -------------------------------------------------------------------------------- /OptionsDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.vi.resx -------------------------------------------------------------------------------- /OptionsDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.xaml -------------------------------------------------------------------------------- /OptionsDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.xaml.cs -------------------------------------------------------------------------------- /OptionsDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/OptionsDialog.zh-Hans.resx -------------------------------------------------------------------------------- /Postprocessing/EngPP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Postprocessing/EngPP.cs -------------------------------------------------------------------------------- /Postprocessing/IPostProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Postprocessing/IPostProcessor.cs -------------------------------------------------------------------------------- /Postprocessing/Processor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Postprocessing/Processor.cs -------------------------------------------------------------------------------- /Postprocessing/ProcessorFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Postprocessing/ProcessorFactory.cs -------------------------------------------------------------------------------- /Postprocessing/TextUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Postprocessing/TextUtilities.cs -------------------------------------------------------------------------------- /Postprocessing/ViePP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Postprocessing/ViePP.cs -------------------------------------------------------------------------------- /ProcessingOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/ProcessingOptions.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.ar.resx -------------------------------------------------------------------------------- /Properties/Resources.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.bn.resx -------------------------------------------------------------------------------- /Properties/Resources.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.ca.resx -------------------------------------------------------------------------------- /Properties/Resources.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.cs.resx -------------------------------------------------------------------------------- /Properties/Resources.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.de.resx -------------------------------------------------------------------------------- /Properties/Resources.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.es.resx -------------------------------------------------------------------------------- /Properties/Resources.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.et.resx -------------------------------------------------------------------------------- /Properties/Resources.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.fa.resx -------------------------------------------------------------------------------- /Properties/Resources.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.fr.resx -------------------------------------------------------------------------------- /Properties/Resources.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.hi.resx -------------------------------------------------------------------------------- /Properties/Resources.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.hu.resx -------------------------------------------------------------------------------- /Properties/Resources.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.it.resx -------------------------------------------------------------------------------- /Properties/Resources.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.ja.resx -------------------------------------------------------------------------------- /Properties/Resources.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.kn.resx -------------------------------------------------------------------------------- /Properties/Resources.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.ku.resx -------------------------------------------------------------------------------- /Properties/Resources.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.lt.resx -------------------------------------------------------------------------------- /Properties/Resources.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.ne.resx -------------------------------------------------------------------------------- /Properties/Resources.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.nl.resx -------------------------------------------------------------------------------- /Properties/Resources.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.pl.resx -------------------------------------------------------------------------------- /Properties/Resources.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.pt.resx -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Resources.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.ru.resx -------------------------------------------------------------------------------- /Properties/Resources.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.sd.resx -------------------------------------------------------------------------------- /Properties/Resources.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.sk.resx -------------------------------------------------------------------------------- /Properties/Resources.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.sl.resx -------------------------------------------------------------------------------- /Properties/Resources.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.tr.resx -------------------------------------------------------------------------------- /Properties/Resources.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.vi.resx -------------------------------------------------------------------------------- /Properties/Resources.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Resources.zh-Hans.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/README.md -------------------------------------------------------------------------------- /Resources/VietOCR.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Resources/VietOCR.ico -------------------------------------------------------------------------------- /Setup/Setup.vdproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Setup/Setup.vdproj -------------------------------------------------------------------------------- /SliderDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.Designer.cs -------------------------------------------------------------------------------- /SliderDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.ar.resx -------------------------------------------------------------------------------- /SliderDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.bn.resx -------------------------------------------------------------------------------- /SliderDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.ca.resx -------------------------------------------------------------------------------- /SliderDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.cs.resx -------------------------------------------------------------------------------- /SliderDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.de.resx -------------------------------------------------------------------------------- /SliderDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.es.resx -------------------------------------------------------------------------------- /SliderDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.et.resx -------------------------------------------------------------------------------- /SliderDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.fa.resx -------------------------------------------------------------------------------- /SliderDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.fr.resx -------------------------------------------------------------------------------- /SliderDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.hi.resx -------------------------------------------------------------------------------- /SliderDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.hu.resx -------------------------------------------------------------------------------- /SliderDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.it.resx -------------------------------------------------------------------------------- /SliderDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.ja.resx -------------------------------------------------------------------------------- /SliderDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.kn.resx -------------------------------------------------------------------------------- /SliderDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.ku.resx -------------------------------------------------------------------------------- /SliderDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.lt.resx -------------------------------------------------------------------------------- /SliderDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.ne.resx -------------------------------------------------------------------------------- /SliderDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.nl.resx -------------------------------------------------------------------------------- /SliderDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.pl.resx -------------------------------------------------------------------------------- /SliderDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.pt.resx -------------------------------------------------------------------------------- /SliderDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.resx -------------------------------------------------------------------------------- /SliderDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.ru.resx -------------------------------------------------------------------------------- /SliderDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.sd.resx -------------------------------------------------------------------------------- /SliderDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.sk.resx -------------------------------------------------------------------------------- /SliderDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.sl.resx -------------------------------------------------------------------------------- /SliderDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.tr.resx -------------------------------------------------------------------------------- /SliderDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.vi.resx -------------------------------------------------------------------------------- /SliderDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.xaml -------------------------------------------------------------------------------- /SliderDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.xaml.cs -------------------------------------------------------------------------------- /SliderDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SliderDialog.zh-Hans.resx -------------------------------------------------------------------------------- /SpellCheckHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SpellCheckHelper.cs -------------------------------------------------------------------------------- /SplitPdfArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfArgs.cs -------------------------------------------------------------------------------- /SplitPdfDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.Designer.cs -------------------------------------------------------------------------------- /SplitPdfDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.ar.resx -------------------------------------------------------------------------------- /SplitPdfDialog.bn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.bn.resx -------------------------------------------------------------------------------- /SplitPdfDialog.ca.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.ca.resx -------------------------------------------------------------------------------- /SplitPdfDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.cs.resx -------------------------------------------------------------------------------- /SplitPdfDialog.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.de.resx -------------------------------------------------------------------------------- /SplitPdfDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.es.resx -------------------------------------------------------------------------------- /SplitPdfDialog.et.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.et.resx -------------------------------------------------------------------------------- /SplitPdfDialog.fa.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.fa.resx -------------------------------------------------------------------------------- /SplitPdfDialog.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.fr.resx -------------------------------------------------------------------------------- /SplitPdfDialog.hi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.hi.resx -------------------------------------------------------------------------------- /SplitPdfDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.hu.resx -------------------------------------------------------------------------------- /SplitPdfDialog.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.it.resx -------------------------------------------------------------------------------- /SplitPdfDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.ja.resx -------------------------------------------------------------------------------- /SplitPdfDialog.kn.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.kn.resx -------------------------------------------------------------------------------- /SplitPdfDialog.ku.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.ku.resx -------------------------------------------------------------------------------- /SplitPdfDialog.lt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.lt.resx -------------------------------------------------------------------------------- /SplitPdfDialog.ne.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.ne.resx -------------------------------------------------------------------------------- /SplitPdfDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.nl.resx -------------------------------------------------------------------------------- /SplitPdfDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.pl.resx -------------------------------------------------------------------------------- /SplitPdfDialog.pt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.pt.resx -------------------------------------------------------------------------------- /SplitPdfDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.resx -------------------------------------------------------------------------------- /SplitPdfDialog.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.ru.resx -------------------------------------------------------------------------------- /SplitPdfDialog.sd.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.sd.resx -------------------------------------------------------------------------------- /SplitPdfDialog.sk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.sk.resx -------------------------------------------------------------------------------- /SplitPdfDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.sl.resx -------------------------------------------------------------------------------- /SplitPdfDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.tr.resx -------------------------------------------------------------------------------- /SplitPdfDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.vi.resx -------------------------------------------------------------------------------- /SplitPdfDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.xaml -------------------------------------------------------------------------------- /SplitPdfDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.xaml.cs -------------------------------------------------------------------------------- /SplitPdfDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/SplitPdfDialog.zh-Hans.resx -------------------------------------------------------------------------------- /StatusForm.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/StatusForm.xaml -------------------------------------------------------------------------------- /StatusForm.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/StatusForm.xaml.cs -------------------------------------------------------------------------------- /Test/.vs/VietOCRTests.csproj.dtbcache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/.vs/VietOCRTests.csproj.dtbcache.json -------------------------------------------------------------------------------- /Test/ConsoleAppTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/ConsoleAppTests.cs -------------------------------------------------------------------------------- /Test/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Test/UnitTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/UnitTest.csproj -------------------------------------------------------------------------------- /Test/Utilities/PdfUtilitiesTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/Utilities/PdfUtilitiesTests.cs -------------------------------------------------------------------------------- /Test/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/app.config -------------------------------------------------------------------------------- /Test/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Test/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Test/packages.config -------------------------------------------------------------------------------- /Utilities/BreakIterator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/BreakIterator.cs -------------------------------------------------------------------------------- /Utilities/FileExtractor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/FileExtractor.cs -------------------------------------------------------------------------------- /Utilities/FixedSizeStack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/FixedSizeStack.cs -------------------------------------------------------------------------------- /Utilities/FormLocalizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/FormLocalizer.cs -------------------------------------------------------------------------------- /Utilities/GrayBMP_File.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/GrayBMP_File.cs -------------------------------------------------------------------------------- /Utilities/ImageConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/ImageConverter.cs -------------------------------------------------------------------------------- /Utilities/ImageHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/ImageHelper.cs -------------------------------------------------------------------------------- /Utilities/ImageIOHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/ImageIOHelper.cs -------------------------------------------------------------------------------- /Utilities/PDFConvert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/PDFConvert.cs -------------------------------------------------------------------------------- /Utilities/PdfUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/PdfUtilities.cs -------------------------------------------------------------------------------- /Utilities/TextUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/TextUtilities.cs -------------------------------------------------------------------------------- /Utilities/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/Utilities.cs -------------------------------------------------------------------------------- /Utilities/VietUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/VietUtilities.cs -------------------------------------------------------------------------------- /Utilities/Watcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/Watcher.cs -------------------------------------------------------------------------------- /Utilities/gmseDeskew.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/Utilities/gmseDeskew.cs -------------------------------------------------------------------------------- /VietOCR.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/VietOCR.csproj -------------------------------------------------------------------------------- /VietOCR.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/VietOCR.csproj.user -------------------------------------------------------------------------------- /VietOCR.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/VietOCR.sln -------------------------------------------------------------------------------- /WIA/WiaOperationException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/WIA/WiaOperationException.cs -------------------------------------------------------------------------------- /WIA/WiaScannerAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/WIA/WiaScannerAdapter.cs -------------------------------------------------------------------------------- /dict/en_US.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/dict/en_US.aff -------------------------------------------------------------------------------- /dict/en_US.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/dict/en_US.dic -------------------------------------------------------------------------------- /dict/user.dic: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dict/vi_VN.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/dict/vi_VN.aff -------------------------------------------------------------------------------- /dict/vi_VN.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/dict/vi_VN.dic -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/packages.config -------------------------------------------------------------------------------- /readme_cs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs.html -------------------------------------------------------------------------------- /readme_cs_bn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_bn.html -------------------------------------------------------------------------------- /readme_cs_ca.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_ca.html -------------------------------------------------------------------------------- /readme_cs_cs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_cs.html -------------------------------------------------------------------------------- /readme_cs_de.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_de.html -------------------------------------------------------------------------------- /readme_cs_et.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_et.html -------------------------------------------------------------------------------- /readme_cs_fa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_fa.html -------------------------------------------------------------------------------- /readme_cs_fr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_fr.html -------------------------------------------------------------------------------- /readme_cs_hi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_hi.html -------------------------------------------------------------------------------- /readme_cs_it.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_it.html -------------------------------------------------------------------------------- /readme_cs_ja.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_ja.html -------------------------------------------------------------------------------- /readme_cs_kn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_kn.html -------------------------------------------------------------------------------- /readme_cs_ku.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_ku.html -------------------------------------------------------------------------------- /readme_cs_lt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_lt.html -------------------------------------------------------------------------------- /readme_cs_ne.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_ne.html -------------------------------------------------------------------------------- /readme_cs_nl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_nl.html -------------------------------------------------------------------------------- /readme_cs_pl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_pl.html -------------------------------------------------------------------------------- /readme_cs_pt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_pt.html -------------------------------------------------------------------------------- /readme_cs_ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_ru.html -------------------------------------------------------------------------------- /readme_cs_sd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_sd.html -------------------------------------------------------------------------------- /readme_cs_sk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_sk.html -------------------------------------------------------------------------------- /readme_cs_tr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_tr.html -------------------------------------------------------------------------------- /readme_cs_vi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/readme_cs_vi.html -------------------------------------------------------------------------------- /samples/vietsample.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/samples/vietsample.tif -------------------------------------------------------------------------------- /samples/vietsample1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/samples/vietsample1.pdf -------------------------------------------------------------------------------- /samples/vietsample1.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/samples/vietsample1.tif -------------------------------------------------------------------------------- /samples/vietsample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/samples/vietsample2.png -------------------------------------------------------------------------------- /samples/vietsample2.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/samples/vietsample2.tif -------------------------------------------------------------------------------- /tessdata/configs/bazaar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/bazaar -------------------------------------------------------------------------------- /tessdata/configs/digits: -------------------------------------------------------------------------------- 1 | tessedit_char_whitelist 0123456789-. 2 | -------------------------------------------------------------------------------- /tessdata/configs/hocr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/hocr -------------------------------------------------------------------------------- /tessdata/configs/pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/pdf -------------------------------------------------------------------------------- /tessdata/configs/quiet: -------------------------------------------------------------------------------- 1 | debug_file /dev/null 2 | -------------------------------------------------------------------------------- /tessdata/configs/tess_configs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/tess_configs -------------------------------------------------------------------------------- /tessdata/configs/tess_configvars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/tess_configvars -------------------------------------------------------------------------------- /tessdata/configs/tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/tsv -------------------------------------------------------------------------------- /tessdata/configs/txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/txt -------------------------------------------------------------------------------- /tessdata/configs/unlv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/configs/unlv -------------------------------------------------------------------------------- /tessdata/eng.traineddata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/eng.traineddata -------------------------------------------------------------------------------- /tessdata/osd.traineddata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/osd.traineddata -------------------------------------------------------------------------------- /tessdata/pdf.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/pdf.ttf -------------------------------------------------------------------------------- /tessdata/vie.traineddata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/tessdata/vie.traineddata -------------------------------------------------------------------------------- /versionchanges_cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/versionchanges_cs.txt -------------------------------------------------------------------------------- /x64/libleptonica1860.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/x64/libleptonica1860.dll -------------------------------------------------------------------------------- /x64/libtesseract551.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/x64/libtesseract551.dll -------------------------------------------------------------------------------- /x86/libleptonica1860.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/x86/libleptonica1860.dll -------------------------------------------------------------------------------- /x86/libtesseract551.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nguyenq/VietOCRwpf/HEAD/x86/libtesseract551.dll --------------------------------------------------------------------------------