%%%---------------------------
% Simple template for Rocketbook scanning app
% You can print it, then write on it, then scan it with
% Rocketbook(TM) app on your smartphone.
% Easy to modify and to adjust to certain needs
%%%---------------------------
%article=mwart;book=mwbk;report=mwrep
%\documentclass[10pt,oneside]{mwbk} %polish style
\documentclass[10pt]{article} %international style
\usepackage[margin=11mm]{geometry}
\usepackage{color}
\usepackage{graphicx}
\graphicspath{ {./img/} }
\usepackage{float}
%%%---------------------------
% Rectangle border for scanner
%%%---------------------------
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{eso-pic}
\AddToShipoutPictureBG{%
\begin{tikzpicture}[overlay,remember picture]
\draw[line width=8pt]
($ (current page.north west) + (1cm,-1cm) $)
rectangle
($ (current page.south east) + (-1cm,1cm) $);
\end{tikzpicture}
}
%%%---------------------------
\begin{document}
\pagenumbering{gobble} % no page number
%%%---------------------------
% Bottom page necessary images
%%%---------------------------
\begin{tikzpicture}[overlay, remember picture]
\node [shift={(91.7mm,-242mm)}] %at (current page.south west)
{%
%\fbox{\includegraphics[width=190mm]{img/!bottom+qr.jpg}}};
\includegraphics[width=193mm]{img/!bottom+qr.jpg}
};
\end{tikzpicture}
%%%---------------------------
%%%---------------------------
% PUT HERE ANYTHING ELSE
%%%---------------------------
\end{document}